largest node name to date 'Lilith, the daughter of Dracula' from log stash ES
darrend joined the channel
saurajeetd joined the channel
is-mw has quit
HolyGoat joined the channel
brdude has quit
ohlol has quit
liku joined the channel
EnriqueCadalso joined the channel
ksclarke joined the channel
dec_ is now known as dec
dec has quit
dec joined the channel
eper_ joined the channel
eper has quit
eper_ is now known as eper
Jahkeup_ joined the channel
kimchy joined the channel
alistar joined the channel
ksclarke has quit
ksclarke joined the channel
kimchy_ joined the channel
ifim has quit
kimchy has quit
moos3 joined the channel
roidelap1uie is now known as roidelapluiue
roidelapluiue is now known as roidelapluie
roidelapluie has quit
roidelapluie joined the channel
dwaynezxy joined the channel
dwayneyzx has quit
dwaynexyz has quit
kimchy joined the channel
dwaynezxy has quit
kimchy_ has quit
is-mw joined the channel
kimchy_ joined the channel
kimchy has quit
alistar has quit
jmcc joined the channel
kimchy joined the channel
pippoppo joined the channel
kimchy_ has quit
is-mw has quit
is-mw joined the channel
BlackMaria joined the channel
derelm joined the channel
is-mw has quit
kimchy_ joined the channel
kimchy has quit
jonconley joined the channel
tlal joined the channel
tlal
hello
i am trying to read querylogs using logstash and I am getting the error that the files can't be opened. I have made sure that logfiles do have read/write permissions for root and i have disabled also selinux
any suggestions would be helpful
{:timestamp=>"2013-07-07T16:13:09.350000+0000", :message=>"failed to open /opt/fast/esp/var/log/querylogs/query_log.20130520230000: No such file or directory -
electrical has quit
electrical joined the channel
electrical has quit
dreverri joined the channel
derelm has quit
adedommelin has quit
dreverri has quit
kimchy_ has quit
ohlol joined the channel
r0tha_ has quit
pippoppo has quit
saurajeetd has quit
tabolario joined the channel
jabonacci joined the channel
pippoppo joined the channel
mattyb has quit
mattyb joined the channel
r0tha joined the channel
Jippi has quit
Jippi joined the channel
onder` has quit
Guest1681 is now known as antonym
dwaynexyz joined the channel
onder` joined the channel
saurajeetd joined the channel
BlackMaria has quit
saurajeetd has quit
tarun_ has quit
tlal has quit
kimchy joined the channel
gl0balthreats joined the channel
rsahae joined the channel
ehthayer joined the channel
pippoppo has quit
rsahae has quit
kimchy_ joined the channel
jujugrrr joined the channel
pippoppo joined the channel
kimchy has quit
asmodai has quit
cpg|away is now known as cpg
jujugrrr has quit
kimchy joined the channel
kimchy_ has quit
dhgbrg has quit
dhgbrg joined the channel
asmodai joined the channel
asmodai has quit
asmodai joined the channel
asmodai has quit
asmodai joined the channel
paulczar joined the channel
paulczar
I'm failing at life right now. testing out kibana3 behind nginx and it's not rendering the css etc. not seeing any errors in the logs... but if I run it with the sample node app it renders correctly
kimchy has quit
kimchy joined the channel
kindjal joined the channel
kindjal has quit
crubb has quit
is-mw joined the channel
junix659 has quit
ksclarke has quit
MartinCleaver joined the channel
MartinCleaver
I have > 100 grok expressions in my filter section - is it possible to put them in an external file?
(the patterns already are)
kindjal joined the channel
kindjal has quit
paulczar
MartinCleaver: Yeah, you can break you configs into multiple files and point logstash at the dir
MartinCleaver
ah, thanks paulczar
MartinCleaver looks for an example
paulczar
I usually use a pattern link 00_input_blah .conf 50_filter_blah.conf 99_output_blah.conf
right-o: http://logstash.net/docs/1.1.13/flags says -f, --config CONFIGFILE Load the logstash config from a specific file, directory, or a wildcard. If given a directory or wildcard, config files will be read from the directory in alphabetical order.
logstashbot
Title: logstash - open source log management (at logstash.net)
MartinCleaver
in input -> file, path is said to have to be an absolute path - is there a way around that? I share a dev configuration with a colleague and we each have a different path to use (without using the wildcard -f… which would probably work but seems a bit random)