should I see fields created by grok in an 'stdout' output?
jonno112 joined the channel
zeki893 has quit
gtTuna joined the channel
vali has quit
Xylakant
jb: yes
vali joined the channel
jb
thought so, thanks!
hugh_jass joined the channel
hm, I have an instance where the grok is passing, but the fields aren't getting added.
this works on another logstash instance, so I'm not sure what is wrong.
only difference is that the input for this instance is 'beats'
g0aliath_ joined the channel
jonno112 has quit
jonno112 joined the channel
mosulica joined the channel
guhcampos joined the channel
gtTuna
torrancew, it was an IPv6 issue -_-
sndcrb joined the channel
hugh_jass joined the channel
yardenbar has quit
LJ23 joined the channel
yardenbar joined the channel
b8se11 has quit
yardenbar has quit
DevRelIrcBot_ joined the channel
zeki893 joined the channel
b8se11 joined the channel
yardenbar joined the channel
hugh_jass has quit
hugh_jass joined the channel
iamchrisf joined the channel
ideopathic has quit
kcas_ joined the channel
LJ23 has quit
LJ23 joined the channel
Donckers joined the channel
hugh_jass has quit
hugh_jass joined the channel
mosulica has quit
SkyRocknRoll joined the channel
vangap has quit
Xylakant
jb: that's rather unlikely. It's probably an error in your config somewhere.
Mattch joined the channel
hugh_jass joined the channel
b8se11 has quit
finalbeta has quit
finalbeta joined the channel
ideopathic joined the channel
yardenbar joined the channel
b8se11 joined the channel
phutchins1 joined the channel
spuder joined the channel
gentunian joined the channel
hugh_jass joined the channel
spuder joined the channel
phutchins has quit
rastro joined the channel
SkyRocknRoll joined the channel
jonno112 has quit
keith4 joined the channel
keith4
if I have 10 match => lines in a grok filter, and I jam an "add_tag" after the 6th one, will it just add that tag to that specifiy match? or does that apply to all of the matches in the stanza?
jonno112 joined the channel
bcat joined the channel
LJ23 has quit
bcat has quit
jonno112 has quit
SkyRocknRoll joined the channel
rastro
keith4: add_tag is applied if the grok{} succeeds.
so, if *any* pattern matches.
hugh_jass joined the channel
SkyRocknRoll_ joined the channel
jonno112 joined the channel
jonno112 has quit
Xylakant
And I don't think you can have 10 match => lines
A single match line can contain multiple fields and for each field multiple patterns, but afaik you're restricted to one match parameter per grok stanza