I'm unable to reach DreamObjects storage, presumably due to their maintenance. Does anyone know a mirror from which I can download the logstash JAR file?
rastro
banik, i flipped most of my log fields to "index" : "not_analyzed", which kept it from tokenizing everything.
Title: logstash - open source log management (at logstash.net)
gansbrest
hi. I was wondering if I use glob like "/var/log/*.log" in my file input then it would match multiple file, how would I distinguish between those in Kibana? Is there a way to set type == filename or something like that, or should I tag them somehow (how to extract filename in that case)?
stonith
under fields
radiocats joined the channel
there's the built in GeoLiteCity fields
TomasNunez
ouch
stonith, thanks... I missed that!
EyePulp has quit
Toger
gansbrest: the @source_file will be in kibana
morla has left the channel
morla joined the channel
wbill joined the channel
bemehow_ has quit
EyePulp joined the channel
princessleah has quit
gansbrest
ok, so that's going to be added only if I use globs right? What if I set just one file on some other box (like I have now). I don't see that @source_file field, is there a way to include it for even single files?
guhcampos joined the channel
radiocats has quit
princessleah joined the channel
bemehow joined the channel
davuxx
gansbrest: the best way to know is trying
princess1eah joined the channel
check the different fields that show up in kibana and you'll see if there are ways to differentiate between events
Smackware has quit
I mean, between source files
concertm_ has quit
JoeJulian: you here?
concertman joined the channel
zuzkins_ joined the channel
kubes joined the channel
princessleah has quit
stonith1 joined the channel
zuzkins has quit
zuzkins_ is now known as zuzkins
stonith has quit
pu22l3r_ joined the channel
Toger
gansbrest: oops was @source_path; should be everywhere even without a glob
TomasNunez
Hi... again with geoip :) I'm trying to use "bettermap", and it seems it need a field with longitude and latitude
Title: [LOGSTASH-211] Python script to delete indices older than a set number of days or hours - logstash.jira.com (at logstash.jira.com)
kevino has quit
brooks_
does this look right? match => [ 'log_timestamp', 'dd/MMM/yyyy:HH:mm:ss Z' ], seems to stop all data from being parsed if I use that
inside of a filter block
davuxx
brooks_: could it be a locale problem?
brooks_
davuxx: not too sure, what would a locale parameter look like?
davuxx
brooks_: MMM means it will be a 3-letter month, e.g. Jan
brooks_
davuxx: the log entry looks like this: [22/Oct/2013:08:15:44 -0400]
poiu
to return to my question though, specifying the load-balanced host and port returns with error:
Traceback (most recent call last): File "logstash_index_cleaner.py", line 183, in <module> main() File "logstash_index_cleaner.py", line 148, in main connection = pyes.ES('{0}:{1}'.format(arguments.host, arguments.port), timeout=arguments.timeout) File "/usr/lib/python2.6/site-packages/pyes/es.py", line 216, in __init__ self._check_servers() File "/usr/lib/python2.6/site-packages/pyes/es.py", line 279, in _check_se
davuxx
brooks_: is logstash running with a "C" or "en" locale?
poiu
last line is: RuntimeError: Unable to recognize port-type: "9189"
brooks_
davuxx: how would I check?
Smackware joined the channel
davuxx: (there's nothing specified in the conf file)
davuxx
brooks_: you could type "lang" in a shell
brdude has quit
ronnocol
poiu: thanks
davuxx
I'm pretty sure it's not a locale problem, but i would check that first anyway, just in case