#logstash

/

      • santkere joined the channel
      • ronnocol
        I think grok and convert only support int, float, string
      • paulczar is now known as zz_paulczar
      • jhulten_ joined the channel
      • bradgignac has quit
      • bradgignac joined the channel
      • mortini
        just making sure
      • new fangled gadgets
      • eper has quit
      • zz_paulczar is now known as paulczar
      • ohlol joined the channel
      • wilmoore joined the channel
      • druid_
        is it possible to rename a field name in elasticsearch
      • gildegoma joined the channel
      • cwebber has quit
      • losh has quit
      • santkere has quit
      • santkere joined the channel
      • kepper joined the channel
      • ok_delta joined the channel
      • kimchy joined the channel
      • snaker joined the channel
      • AikiLinux has quit
      • ronnocol
        damn, I really wish we could figure out why embedded ES doesn't run correctly unless you start LS from within the tarball directory
      • untergeek
        ronnocol: beta2 should correct that
      • middleman_ has quit
      • rarruda_
        this smells like a bug to me... anyone care to confirm? http://pastebin.com/duWrnAvt
      • untergeek
        it's not out yet, though
      • logstashbot
        Title: {:timestamp=>"2014-02-28T18:21:17.815000+0100", :message=>"Trouble sending GELF - Pastebin.com (at pastebin.com)
      • wilmoore has quit
      • Sketch
        may as well just set up a separate ES anyway, embedded ES is just for testing anyway
      • spinscale has quit
      • rarruda_
        according to the docs short_message should be optional. plus, message isnt!? a required field, afaik
      • bradgignac has quit
      • ronnocol
        untergeek: I'm running directly off of master as of about 15m ago
      • untergeek
        really? report that, then
      • bdpayne joined the channel
      • santkere has quit
      • gudmundur has quit
      • sounds like a jarpath discovery error
      • santkere_ joined the channel
      • ronnocol
        I opened a bug
      • coolacid
        So, now that I have plans for getting logs into ES - It's time to start working on resources to get the data out.. any good dashboards? ;)
      • yocto joined the channel
      • ronnocol
        untergeek: LOGSTASH-1940
      • logstashbot
        Jira issue [LOGSTASH-1940] LS appears to have issues finding es.jar when started outside of tarball directory - logstash.jira.com - https://logstash.jira.com/browse/LOGSTASH-1940
      • ok_delta has quit
      • -- BotBot disconnected, possible missing messages --
      • -- BotBot disconnected, possible missing messages --
      • -- BotBot disconnected, possible missing messages --
      • -- BotBot disconnected, possible missing messages --
      • -- BotBot disconnected, possible missing messages --
      • -- BotBot disconnected, possible missing messages --
      • -- BotBot disconnected, possible missing messages --
      • -- BotBot disconnected, possible missing messages --
      • -- BotBot disconnected, possible missing messages --
      • -- BotBot disconnected, possible missing messages --
      • -- BotBot disconnected, possible missing messages --
      • -- BotBot disconnected, possible missing messages --
      • -- BotBot disconnected, possible missing messages --
      • -- BotBot disconnected, possible missing messages --
      • -- BotBot disconnected, possible missing messages --
      • [o__o] joined the channel
      • NOTICE: [freenode-info] channel trolls and no channel staff around to help? please check with freenode support: http://freenode.net/faq.shtml#gettinghelp
      • addisonj has quit
      • snaker joined the channel
      • Mr_A
        hmm , deployemnt of not approved code .. does it make sense ?
      • p8952 has quit
      • Coolacid, I'm trying to figure out how to deploy this "Path" on my current setup ... any experience with this ?
      • kimchy has quit
      • coolacid
        Couple ways, you could download the code from the Pull request, or find the patch file, and patch your instance. But, if you don't have experience with this, I'd suggest you wait for it to be completed/ready for inclution in a release.
      • nelmo joined the channel
      • snaker has quit
      • Mr_A
        coolacid : I think, I need to learn to do this then. Comments on github are 4 months old ... it will not be included fast ...
      • samstav joined the channel
      • coolacid
        I wouldn't say it won't be included fast.. but I can't say when.
      • Jippi has quit
      • imperialwicket joined the channel
      • rashidkpc looks to be the one to talk to.. You might also contact ElasticSearch the company and see if a support contract would help with getting it included faster.
      • addisonj joined the channel
      • camelloj joined the channel
      • robawt has quit
      • wilmoore has quit
      • bradgignac has quit
      • bradgignac joined the channel
      • miah
        last comment is 10 days ago
      • savant has quit
      • you could try commenting on it and see whats up.
      • quatron has quit
      • robawt joined the channel
      • 23LAAD81U has quit
      • son joined the channel
      • Mr_A
        seems like I need to start account on github :-)
      • Hrothgar-
        can someone suggest the best SSL method of sending from a logstash host to another logstash host?
      • xerxas joined the channel
      • coolacid
        Hrothgar-, that's a loaded question -
      • Hrothgar-
        so it seems :D
      • coolacid
        If you're purely looking for LS -> LS then you can look at http://logstash.net/docs/1.3.3/inputs/lumberjack
      • logstashbot
        Title: logstash - open source log management (at logstash.net)
      • Hrothgar-
        doesnt work
      • coolacid
        But, you might also want to look at a message queue to buffer the messages -- ie: RabbitMQ.
      • "doesn't work" is a different question altogther ;)
      • Hrothgar-
        lumberjack, trying it logstash-1680
      • RabbitMQ gets only 800msg/sec
      • but it _is_ purely ls->ls
      • several DCs and want to get stuff centralized :)
      • addisonj
        Hrothgar-: rabbit can get lots faster than that, turn off durable queues and/or ack
      • coolacid
        Yes, well, I'm going down that road..
      • ack is kinda a quirement to ensure delivery tho..
      • isn't it?
      • whack
        you can get better perf through rabbitmq if you use the compressed_spooler codec
      • Hrothgar-
        thx, I have tried undurable and ack settings but at best I get 2kmsg/sec
      • whack
        or whatever that name is
      • ronnocol
        odd that tcp input supports SSL, but tcp output doesn't.
      • Hrothgar-
        oooh whack now you are on to somthing
      • ronnocol
        well "odd"
      • Hrothgar-
        it looks like I may just send directly to ssl_haproxy->es
      • addisonj
        Hrothgar-: the other really good thing to check with on rabbit is what kind of exchange you are using
      • edyesed joined the channel
      • Hrothgar-
        yeah I need HA and no message loss
      • gestrella has quit
      • we have a firehose port that can read 4kmsg + parsing etc
      • gestrella joined the channel
      • I will check out the commpression idea, thanks folks
      • zain has quit
      • mortini joined the channel
      • addisonj
        hrm... so I am using 1.4.0b1 and just came up against an issue using the geoip filter. Since its not using the flat jar anymore, it can't find the geop files relative to the package, it just looks relative to where I start logstash from :\
      • Hrothgar-
        try ../../../ :)
      • addisonj are yo building that jar yourself?
      • addisonj
        no, 1.4.0b1 does use the flat jar anymore
      • its just a tar package
      • ctoa joined the channel
      • coolacid
        I started building my own GeoIP database so I could include internal IP spec/locations ;)
      • jzawodn
        anyone have recommendations of good talks/videos that get into more advanced stuff in kibana (can't quite find a way to do what I want *efficiently*)
      • czq_ has quit
      • addisonj
        coolacid: I am thinking of just bundling up the geoip database into my logstash repo, but I don't quite want to add 18MB of overhead to my source control and deploys :\
      • it should do like elasitcsearch and have a LOGSTASH_HOME that everything inside the project is resolved relative too
      • TheSojourner is now known as mjulian
      • Hrothgar-
        jzawodn I dont know of any, but I too would like to have something to point to for my end users :)
      • dyer
        jzawodn - +1, there is surprisingly little documentation on Kabana's more advanced features
      • rcleere has quit
      • jzawodn
        mkay. I'll have to try watching what I can find and see if it helps
      • perhaps I just need to learn ES query language really well and build a UI
      • ivanbev joined the channel
      • snaker joined the channel
      • maijin
        Good Evening everyone, I still don't manage to change the timestamp with a date in my log here is an example of entry and my conf : http://pastie.org/private/gsyohdjrwnt67or94qrkq
      • logstashbot
        Title: Private Paste - Pastie (at pastie.org)
      • bradgignac has quit
      • revolt has quit
      • Jaimeg5002 has quit