i tried configuration with two outputs - one to elasticsearch and one to stdout
rpetre
sodar: maybe the other entries are filtered separately by syslog and not sent to LS
default syslog setups on most distros do that
vangap
cassianoleal: is has been nice with me so far, any probs for you?
sodar
rpetre: it's worth to check out. few days ago this setup was working, so maybe something changed in syslog setup
willejs joined the channel
Poooogles
jpodeszwik: Performance is unchanged, maybe if anything it's worse.
vangap
jpodeszwik: ok, .ww works.
cassianoleal
vangap: no, I haven't upgraded it yet. I'm still studying the upgrade process. :) I have had problems in the past when the ES version differed from the one bundled in LS, but at the time I was using the node protocol. Just checking, really. Thanks!
sodar
rpetre: it is set to forward everything to logstash
vangap
Yes, I actuall I also ran into that issue, but I didn't know about http protocol initially , You can replace the ES directory in logstash at vendor/jar/
but http protocol seems cleaner option ^^ cassianoleal
sodar
and with two outputs it was printing those missing lines to stdout, but not to ES
railsraider has quit
cassianoleal
vangap: yep, I changed to http when the issues started appearing and never looked back
vangap: it's good to know that I can just replace the ES jar in LS if I need to, though :)
vangap
jpodeszwik: "Tip: there's an optimization in the way of the Use event times to create index names option. Since Logstash creates an index every day, Kibana uses that fact to only search indices that could possibly contain data in your selected time range." Does this have any effect if the index pattern is changed to weekly/monthly
cassianoleal
oh, another question -- does Kibana 3 work with ES 1.4.4? I'll be upgrading Kibana as well in time, but I don't want the users to be cut off from the logs during the migration
rpetre
cassianoleal: yes, it works
cassianoleal
rpetre: brilliant! thanks!
jpodeszwik
if you're upgrading from pre 1.4 versions of es, you'll probably have to set something connected with cors
rpetre
it just makes your browser do http calls in ES
those didn't change much
cassianoleal
cool
jpodeszwik
vangap: i guess it does
daito joined the channel
vangap
jpodeszwik: hmm, seems like I need too look into that once then
jpodeszwik
vangap: i have one monthly index and kibana handles it fine
walkeran has quit
vangap
is there any general thing about the no of docs we can keep per index? performance wise
jpodeszwik: ^^
I have around 300-400k events per day atm
Poooogles
Way more than that.
daito has quit
jpodeszwik
i got 150M per day in my biggest indices and its fine
novice has quit
i guess it depends on hardware configuration of your cluster
Poooogles
jpodeszwik: You guys ever performance tested logstash on kafka then? I'm getting around 7k/s throughput on fairly small json messages.
willejs_ joined the channel
Trying to figure out if that's normal, or way off the mark.
walkeran joined the channel
jpodeszwik
Poooogles: what hardware configuration do you have? is logstash using all your cpu while working?
chenryn has quit
Poooogles
~80%, quad core box.
Haswell Xeon 2.3's.
x0rian joined the channel
x0rian
Where can I download Logstash Forwarder CentOS x86_64 packages?
willejs has quit
willejs_ is now known as willejs
Poooogles
Only unusual thing I can think of is I'm using unicast.
goschtl has quit
goncalop joined the channel
jpodeszwik
Poooogles: im filtering most of my events, so im not sure how how much can i afford, didnt performance test that
Poooogles did you use logstash without kafka input and was it faster?
KingStone joined the channel
KingStone
Hi everyone
withnale__ joined the channel
casimirextreme joined the channel
blaubarschbube joined the channel
KingStone has quit
KingStone joined the channel
chenryn joined the channel
KingStone has quit
rhoml joined the channel
KingStone joined the channel
Poooogles
jpodeszwik: We've got a firehose of 150k qps, so using it without a kafka input isn't really an option. I guess maybe I can pull a file of a few million lines and test against that.
kangguru is now known as kangguru_away
jpodeszwik
Poooogles is that 80% of one core or all cores?
chenryn has quit
Poooogles
All.
60 -> 90% usage over the past 10 minutes or so.
lotia joined the channel
kangguru_away is now known as kangguru
habanero joined the channel
wicope joined the channel
KingStone has quit
KingStone joined the channel
lucascastro joined the channel
tigryss__ has quit
KingStone has quit
KingStone joined the channel
KingStone has quit
chenryn joined the channel
wicope joined the channel
walterheck joined the channel
iommi joined the channel
tombar joined the channel
sodar has quit
kiste has quit
brokencycle joined the channel
mkaesz joined the channel
Vase joined the channel
goschtl joined the channel
ghostpl_ joined the channel
ghostpl_ joined the channel
ghostpl_ joined the channel
untergeek joined the channel
electrical
Poooogles: jpodeszwik we haven't done any perf testing yet on the kafka input/output.. we are planning to build something to do perf testing for the plugins.
dEPy joined the channel
esfeed_untergeek joined the channel
Poooogles
electrical: Mmm right ok.
chenryn has quit
Shout if you want any help testing as I've got data coming out of my ears.
electrical
Poooogles: feel free to open a github issue about your performance results so we can have a better look at it internally and also talk to the ruby lib developer of it.
Poooogles
I'll submit one over the weekend.
revreb joined the channel
ghostpl_ has quit
tr4nc3 has quit
ghostpl_ joined the channel
iommi has quit
ghostpl_ joined the channel
willejs has quit
novicedevops joined the channel
novicedevops
hello people
need some help
ghostpl_ joined the channel
i have a nginx-access log and it doesnt parse with NGINXACCESS
any clue
Cyber-WarDaddy joined the channel
novicedevops has quit
habanero has quit
kjstone00 joined the channel
radiocats joined the channel
goschtl has quit
radiocats joined the channel
Snipperman joined the channel
pwattste joined the channel
gentunian joined the channel
lh joined the channel
lh joined the channel
ghostpl_ has quit
habanero joined the channel
jonasliljestrand has quit
jonasliljestrand joined the channel
ohookins joined the channel
dEPy has quit
iommi joined the channel
_Ana joined the channel
iommi has quit
dendazen joined the channel
stormpython joined the channel
jonasliljestrand has quit
lh joined the channel
Vase has quit
chenryn joined the channel
tbragin joined the channel
ranguard joined the channel
olasd has quit
ranguard
hi, I have a field 'request' I want to remove 'amp;' (leaving the &, before using a kv split) from the value (as manytimes as it appears) - which filter/method should I be using?