near88: if that doesn't help then rashidkpc or electrical both work at ElasticSearch and may be able to help
redondos joined the channel
ggoZ has quit
near88
thanks a lot james, I think I want some kind of nested query, where Im sure that for an user all the terms count is 1
blackmaria joined the channel
redondos has quit
blackmaria has quit
io_syl has quit
zimbatm joined the channel
zimbatm has quit
drsm79|out is now known as drsm79
drsm79 is now known as drsm79|out
rcleere joined the channel
_BryanHm_ joined the channel
pheaver joined the channel
dnbe joined the channel
MisterHatt
hi all, am I correct in assuming that the new conditional filtering stuff isn't covered yet by puppet-logstash?
bnzmnzhnz joined the channel
techminer has quit
blackmaria joined the channel
techminer joined the channel
blackmaria has quit
danshultz has quit
danshultz joined the channel
danshultz has quit
danshultz joined the channel
redondos joined the channel
redondos has quit
zimbatm joined the channel
pheaver has quit
zimbatm has quit
zimbatm joined the channel
bnzmnzhnz has quit
zimbatm has quit
drsm79|out is now known as drsm79
chrisgilmerproj joined the channel
chrisgilmerproj has left the channel
jwoods joined the channel
drsm79 is now known as drsm79|out
fedesilva has quit
jwoods has quit
fedesilva joined the channel
redondos joined the channel
fedesilva has quit
newmember joined the channel
fedesilva joined the channel
redondos has quit
redondos joined the channel
cwebber joined the channel
fedesilv_ joined the channel
cwebber has quit
io_syl joined the channel
moutons joined the channel
redondos has quit
fedesilva has quit
pheaver joined the channel
fedesilva joined the channel
fedesilv_ has quit
kjstone00 joined the channel
avleen
whack: around?
fedesilv_ joined the channel
fedesilva has quit
sam_stav has quit
dnbe
avleen: mostly we've been watching the joins and leaves go by
avleen
lol
poor guy, i be tthe baby is running rings around him
zimbatm joined the channel
dnbe
avleen: ah yes, the lack of contiguous sleep. Dont' miss it a bit.
avleen: hey, but I could entertain you with a couple of questions if you want.
near88 has quit
pfranz has quit
avleen
hehehe. sure! give me just a few mins, type them up while you wait? ;-) I'm just fixing one teeny tiny problem in my config, then i'm all yours
virusuy has quit
dnbe
avleen: cool. Q#1: what do you think the best practice is for maintaining a "drop messages that look like X" on the floor list?
avleen: Q#2: any tips on how to monitor for when a log source _stops_ reporting? e.g. lumberjack gets killed on a host, no reports from host in X minutes, so scream?
avleen: for #2, I can see writing some sort of query to ES that goes in our monitoring system, but curious if there is a better way.
zimbatm has quit
avleen: for #1, I'm not clear where people are putting this info in their configs. Surely we all have known noise, I'm curious where people put that and their process around maintaining it (e.g. do people take their instance down each time they tweak this?)
zimbatm joined the channel
rafaelmagu has quit
pheaver has quit
bnzmnzhnz joined the channel
avleen
Q#1: Do you mean other than the "drop" filter? You could do it before you ship the logs to logstash, but I don't know the best way to do that really. I do this, and I use a drop filter for stuff i don't care about. i don't even log that I did it because I *just don't care* :-)
Q#2: I'm about to implement this. I'm going to send stats to graphite each time I see a log line for a particular file.
dnbe
avleen: yup, I speak of the drop filter. So do you keep everything you drop in the main config?
avleen
then have nagios monitor the data in graphite
there is an alternative, where you can submit a passive alert ot nagios every time you see a log file, but that might kill the nagios server.
dnbe
avleen: cool re: Q#2. I'm pretty sure I have seen nagios/graphite integration thingees (kinda like the ones for rrdtool)
avleen: ok, so back to drop filters, how do you specify yours? I can just see it getting pretty big, and as I said, I'm not keep on the restarting of logstash if I can help it.
danshultz has quit
drsm79 is now known as drsm79|out
avleen: oh, wait, maybe we are talking two different things here. Let's say I wanted to keep around a file with regexps that get dropped on the way in (since I can't tell lumberjack to drop on the way out).
jwoods joined the channel
avleen
that list of regexes would only get read when lgostash starts
:)
so you'd need to restart logstash
dnbe
And where in the config would you put it?
avleen
I keep one large monolithic config, and order my rules based on volume. Eg, the logs which come in most frequently have their rules at the top. My filter config is one big if / else if / else if / else if / else if / ....