not to bad.. an other 2,5 hour of work to go. and there?
feylya
not too bad
although, our mongo host just rebooted a bunch of boxes
electrical
hmm that's never nice
errordeveloper joined the channel
feylya
it's not great
and I'm fighting with Nagios's wonderful eccentricities too
alfie has quit
electrical has quit
electrical joined the channel
maluko joined the channel
Loigor_ is now known as Loigor
errordeveloper has quit
errordeveloper joined the channel
garthk
feylya: it certainly has many of those.
Hey, electrical.
feylya
way too many of them
I still love the thing though
garthk
Anyhoo. Got OAUTH2 working; got LDAP working. I can call it a night. Seeya.
garthk has quit
is-mw has quit
Guest24625 joined the channel
gbrown_ joined the channel
ssx has quit
meineerde has quit
mlocher has quit
tombar_ joined the channel
alistar joined the channel
BryanWB__ has quit
tombar has quit
zeta_ joined the channel
jujugre_ joined the channel
mlocher joined the channel
firni has quit
vks
i have two different pattern for grok
meineerde joined the channel
i am tagging the message on the pattern
now i have third pattern
_scott joined the channel
which i want to execute when two pattern doesn't match
how can we do that???
electrical??
it seems after matching one grep pattern
jujugre has quit
firni joined the channel
logstash is trying to match other patterns also
bcoz i am getting _grok parse failure
datenbrille1 joined the channel
howevere i verified the grok pattern are absolutely fine
how to stop the flow of parsing if one grok pattern is succesfull
bodik???
re u thre??
datenbrille has quit
alistar has quit
tombar_ has quit
tombar joined the channel
how to negate the match pattern in grep
???
tuppa has quit
tj____
grep -v
electrical
vks: read the docs please..
jstringer has quit
vks
electrical: oc
electrical : i read the doc
vks has quit
jujugre_ has quit
jujugre joined the channel
pyr has left the channel
tuppa joined the channel
tuppa has quit
tuppa joined the channel
feylya has quit
jstringer joined the channel
vks joined the channel
i am getting _grokparsefailure in tag array with my tags
can anybody would point out what the problem is???
though my all the tags are present
why this additional _grokparsefailure
electrical
vks, You get that extra tag when a grok filter failed to match the event with the pattern
vks
thats true electrical
my patterns are fine , i had checked in grok debugger
all ny defined tags are perfect
but i am getting this additona tag
this is because i have multiple grep pattern in my configuration file???
i am setting in grep drop => false
so that if one grep pattern doesn't match , other pgrep pattern should match
electrical has quit
cjs226 has quit
bodik??
postwait joined the channel
feylya joined the channel
kimchy has quit
juicer2 joined the channel
bemehow has quit
middleman_ has quit
alistar1 joined the channel
electrical joined the channel
kimchy joined the channel
saurajeetd joined the channel
alfie joined the channel
pasviegas joined the channel
jsm-oxa joined the channel
maluko has quit
jsm-oxa
Hi, How can I rename a "child" field like @fields.geoip.country_code2 ? I can only rename "geoip" using mutate filter... ! Or better : how can i remove the "@fields" from all field ? thank you !
maluko joined the channel
jbanier has quit
vks
electrical ???
electrical
sorry got D/C'ed. what was your question vks ?
johd has quit
gyre007
anyone here uses resque for background jobs ?
electrical
gyre007, how do you mean for background jobs? ( never heard of resque tbh )
Hi, How can I rename a field like @fields.geoip.country_code2 ? I can only rename "geoip" using mutate filter... ! Or better : how can i remove the "@fields" from all field ? thank you !
electrical
jsm-oxa, not sure if renaming deep fields is possible. need to check the test code for that.
and how do you mean removing @fields from all field?
gyre007
damn wrong channel
aarrrrrrrgggh
sorry guys :)
electrical
hahaha no worries gyre007 :-)
jsm-oxa
when I use grok, event are registered in @fields.something, and they are displayed in kibana. I want to remove the @fields, it more pretty
Guest24625 has quit
electrical
ah, you want to remove the @fields part so you remove a level.. that's not possible at the moment with the current design.
i know work is in progress to change that.
vks
electrical : suppose i am grepping for a word in syslog message and if the match is unsuccesfull i want parsing should not happen