jerrac: If HTTPDATE is already extracted as a field, then i think you'd do: match => [ "HTTPDATE", "MMM dd YYYY HH:mm:ss", "MMM d YYY....]
terroNZ: I think that's what I'm doing with that line I pasted above. Not sure of the performance impact, but we'll see soon enough :)
failshel_ has quit
failshell has quit
jerrac
walkeran: it gets extracted by grok. So, set the data filter after the grok filter?
dema has quit
phutchin1 has quit
walkeran
jerrac: Ah, actually... it extracts that ( https://github.com/elasticsearch/logstash/blob/... ) as the field "timestamp"... so if you put the date filter after the grok filter, you should be good to go
terroNZ: Oh, thanks! I don't know how I missed the convert setting :P
jerrac
would I use the mutate filter to override the host field?
dharknes joined the channel
kjstone00 has quit
walkeran
jerrac: Yeah, that should do the trick.. either add_field to add a new host field, or replace to replace the current one
jerrac
thought so. :)
untergeek[linux] has quit
kubes has quit
tnzr
i dont suppose anyone is aware of a grok pattern for python tracebacks? I've been googling around. I guess all you'd need to do is match the first line "Traceback (most recent call last):" and then every indented line after that and finally the first unindented line after those all belong together?
nickethier joined the channel
kimchy has quit
LuxuryMode joined the channel
shub-niggurath has quit
WrathChylde has quit
bryanp
Does the puppet-logstash module have a setting for java memory usage?
WrathChylde joined the channel
tjr9898_ has quit
duck_tape joined the channel
dema joined the channel
bemehow joined the channel
cbuckley has quit
paulczar
idiot kibana question … how do you lock a colour to a specific term ( e.g. I’m doing searches for types and also a pie chart and the ‘api_access’ type is a different color in each
jerrac
walkeran: FYI, it worked perfect. Thanks for the tips! :)
WrathChylde has quit
jonconley has quit
WrathChylde joined the channel
tjr9898_ joined the channel
zeroecco has quit
tjr9898_ has quit
tjr9898_ joined the channel
trahma has quit
trahma joined the channel
tchiang joined the channel
kimchy joined the channel
thumpba__
is i possible to cluster 2 logstash servers?
is it possible to cluster 2 logstash servers?
f00dMonsta has quit
trahma has quit
pweaver_ has quit
warkolm joined the channel
blalor is now known as blalor_afk
andrew[andrboot]
thumpba__: cluster? - what do you mean
freezey joined the channel
isuru
Has anyone used any contrib plugin with logstash 1.4.0?
freezey
if i needed to create a pattern for a log entry that is always in the exact location but would sometimes be something.7364.something: or something.something how could i do it with the same syntax name?
WrathChylde has quit
WrathChylde joined the channel
Jarth has quit
blalor_afk is now known as blalor
taion809 joined the channel
jerryitt joined the channel
Popsikle has quit
joemiller joined the channel
jiuweigui has quit
tjr9898_ has quit
pweaver_ joined the channel
blalor is now known as blalor_afk
terroNZ
I have isuru
freezey: something\.(\d+.)?something
freezey: something\.(\d+\.)?something
freezey
yeah i got it
wondering how how i can strip the numbers in the middle
what is -p /Users/sroy2/logstash/logstash-contrib-1.4.0/lib supposed to do?
isuru
I'm trying the command ./bin/logstash -f ~/temp/logstash-conf/conf/test-jmx.conf -p bin/lib/
Freeaqingme joined the channel
terroNZ
try without -p
just ./bin/logstash -f ~/temp/logstash-conf/conf/test-jmx.conf
awheeler has quit
MugginsO joined the channel
bryanp
Is it recommended to have a redis queue or something between LS and ES, in case it needs to buffer? Or will LS handle that sort of thing fine? Or will it be ls-forwarder that does the buffering/waiting if needed?
WrathChylde has quit
aljohri has quit
baylight1 joined the channel
baylight1 has left the channel
rutter
bryanp: I've usually seen a queue between inputs and processor nodes, with processors feeding directly to ES
bryanp
Hmm… logstash-forwarder sends directly to LS. So you’re talking like… A separate LS server that simply takes those, doesn’t process and dumps them to redis? Then my processor nodes pull from redis?
isuru
without -p, I get "Couldn't find any input plugin named 'jmx'."
terroNZ
that is really weird
freezey has quit
copy the plugin to the correct folder and try again
just untar the contrib tarball in the same directory LS is installed
isuru
yeah.. this is weird.. trying this many times in 1.4.9
terroNZ
you should end up with every contrib plugin in the correct directory
bryanp: yeah, I'm getting a kibana error w/ the @timestamp thing
ahh well, this is a problem for another day. Data is landing in flat files, which is plenty - and I'm out of energy for doing devopsy things today. Thanks for that link - I'll probably be back asking later
might end up just using logstash proper... if it works
imperialwicket: k. I’ve got two 12GB VM’s. 5gb for ES, and 3GB for LS on each. Sound reasonable?
imperialwicket: ~1mil events/day
imperialwicket
depends on what you need them to do, i'd expect that to handle plenty though
pweaver_ joined the channel
bryanp
imperialwicket: Ya, I’ll give it a try. That’s more than the single VM has now, and it’s handling it fine. But it’s got a redis buffer if it needs, this new setup wont