dcaro: no output on elastic log/console even when output does reach it (no filter mode)
peaceman has quit
peaceman joined the channel
joystick has quit
scharf joined the channel
warkolm1 joined the channel
cassianoleal joined the channel
cakirke joined the channel
warkolm has quit
warkolm1 is now known as warkolm
VeggieMeat_ is now known as VeggieMeat
lostcuaz joined the channel
scharf has quit
damjan
what does this mean? log4j, [2014-04-30T11:25:23.740] DEBUG: org.elasticsearch.discovery.zen: [logstash-logstash-4538-2010] filtered ping responses: (filter_client[true], filter_data[false]) {none}
smerrill-offline is now known as smerrill
JohnnyRun has quit
smerrill is now known as smerrill-offline
smerrill-offline is now known as smerrill
dcaro is now known as dcaro|lunch
so this works, which means logstash receives the data ... /opt/logstash/bin/logstash -vv -e 'input { udp { codec => msgpack {} port => 1717 }} output { stdout { codec => rubydebug }}'
dasrecht_off is now known as dasrecht
yfried
can anyone think of reason that grok parsed messegas fail to reach elasticsearch? without grok filter (or msgs with _grokparsefailure tag), everything reaches elastic just fine
damjan
the conf file has output { elasticsearch { embedded => true } } ... but I don't get anything in kibana .. and /var/lib/logstash/data/ doesn't grow
rhoml_ has quit
sqlnoob joined the channel
ml_1 has quit
rhoml_ joined the channel
ml_1 joined the channel
Jarth has quit
lanox joined the channel
basu has quit
bask has quit
qru
Interesting that there is no post-processing options. I'd like to either move or delete a file after logstash has processed it.
VanClone has quit
VanClone joined the channel
kireevco joined the channel
dasrecht
qru: you can treat the tagged messages with another grok rule or drop them as you like afaik
damjan
argh, and "/etc/init.d/logstash-web start" says failed but it does run
yfried
qru: I'm very new but it seems like logstash keeps monitoring the file so for new entries, so it's never finished with it
michaelhart joined the channel
smerrill is now known as smerrill-offline
habanero has quit
kireevco has quit
illsci joined the channel
toordog-wrk joined the channel
willejs has quit
JohnnyRun joined the channel
stanlemon joined the channel
juarez has quit
juarez joined the channel
zquad has quit
jason__ joined the channel
qru
yfried: Depends on the log file. In this case the app that creates the "log" file dumps contents into a new file each time.
Continuous log files are dicey.
anonymuse joined the channel
willejs joined the channel
shub-niggurath joined the channel
You have 3 processes really: The writer, the reader, and the cleaner
Making sure all those are on the same page can be difficult.
momomomomo joined the channel
joystick joined the channel
dhwty has quit
steffenmllr has quit
stanlemon has quit
stanlemon joined the channel
lennartkoopmann joined the channel
stanlemon has quit
scharf joined the channel
smerrill-offline is now known as smerrill
cmdstation
Any one got experience with logstash and centos 6.5 ? like which java to install, other packages I might need?
mqatrombone has quit
viq
cmdstation: I'm running it there
churnd- is now known as churnd
cmdstation: just java-1.7.0-openjdk
cmdstation
ok Ill try. I did yesterday and got some bug with the agent...
But gonne give it a try now
waltertv joined the channel
bnzmnzhnz joined the channel
viq
cmdstation: you're using repos, or tarball?
cmdstation
tar
viq
I'm using repos, kinda feels easier
cmdstation
hm
ill give that a shot
viq
Also if using repos remember you probably also need logstash-contrib package
yfried
why am I seeing data on elastic-head (localhost:9200/_plugin/head/) but not on kibana (localhost:9292/index.html#/dashboard/file/logstash.json)
willejs has quit
viq
yfried: clear browser cache?
e1mer joined the channel
e1mer has quit
e1mer joined the channel
cmdstation
I keep getting the same error: undefined method `+' for nil:NilClass
I know its known
but cant seem to get it fixed on centos
cakirke has quit
yfried
viq: no help
churnd has quit
viq: it's wierd. I thought I wasn't getting gork parsed data. turns out I'm just not seeing it in kibana
viq
yfried: wrong index or something? Wrong fields?
lanox has quit
lostcuaz has quit
yfried
viq: what do you mean? I want to see all the data on my server. I'm seeing nothing right now in kibana
I see a refernce to config.js file. where is it?
viq
yfried: should be in main dir of kibana, I think
e1mer has quit
santiagoR joined the channel
smerrill is now known as smerrill-offline
churnd joined the channel
yfried
viq: where is that
viq
yfried: wherever you put it. Or are you running the integrated one?
hio joined the channel
illsci
morning
ttrumm joined the channel
are there packages built for the logstash-forwarder aka lumberjack for ubuntu?
TomasNunez has quit
yfried
viq: I think it's the 2nd one, cause I didn't install kibana
illsci
I was curious if there was a default port most people use... it said there was no default in the docs but was curious if some unofficial standard
yfried
just ran logstash... web
viq
yfried: I use git checkout and servie it via nginx
and I start the webui like this: logstash web --port 9292
yfried
viq: dcaro|lunch: seems like I was looking on too small a window. parsed files have an earlier timestamp and I was filtering them out
nirvdrum joined the channel
TomasNunez joined the channel
hio
nvm now it works, after waiting 5min..
csd126_ joined the channel
csd126_ has quit
mqatrombone joined the channel
sqlnoob has quit
dcaro|lunch is now known as dcaro
dcaro
yfried: oh, so it's working now?
rhoml_ has quit
rhoml_ joined the channel
Yzguy has quit
awheeler joined the channel
cmdstation
Would it be a good idea if i pull the 1.4.1 version from git to evade the bug atm: undefined method `+' for nil:NilClass
kireevco joined the channel
mqatrombone has quit
waltertv
hi, I'm having some trouble connecting to logstash with the forwarder, does anyone know what might cause an i/o timeout? I wish I cold get a more descriptive error
tchiang joined the channel
yfried
dcaro: sent you link in PM
mqatrombone joined the channel
dcaro: could you think of a way to have the shipper shut down once it finished parsing all the files (files are no longer logging new data)