http://pastebin.com/zqE33i5m I thought I had this problem solved a few hours ago, but my solution just stopped working for no apparent reason. This is a filter using ruby plugin that takes the incrementing values for network interface status and adds a field that shows the difference in packets/octets/errors between each event. I'd appreciate any feedback about how I can do this better - thanks!
logstashbot
Title: filter { if [type] == 'syslog' { grok { match => ["message","sysl - Pastebin.com (at pastebin.com)
btobolaski joined the channel
malkomalko has quit
rtoren has quit
rhoml joined the channel
jerryitt joined the channel
cittatva
any word on when 1.5 will move beyond RC?
dendazen joined the channel
michaelcoyote has left the channel
Ninjapold_
Just watched your Logstash introduction, whack, very good!
PuppetConf '12 that is.
gkra joined the channel
Guest70 joined the channel
btobolaski joined the channel
fideloper has quit
rojem has quit
fideloper joined the channel
vexoon joined the channel
btobolaski has quit
rojem joined the channel
palecur has quit
joefides joined the channel
frank2day has quit
btobolaski joined the channel
Knuit joined the channel
Le22S joined the channel
joefides_ joined the channel
rhoml has quit
rojem has quit
joefides has quit
zbp joined the channel
vexoon has quit
kepper has quit
rhoml joined the channel
duck_cpd has quit
duck_cpd joined the channel
kireevco has quit
Baribal_ joined the channel
gentunian has quit
Ninjapold__ joined the channel
Baribal__ has quit
duck_cpd has quit
Guest70 has quit
Ninjapold_ has quit
TheFlyingCorpse has quit
bsparrow joined the channel
duck_cpd joined the channel
BaM`
whack: are you about?
or anyone who can tell me about transport protocol with sniffing enabled?
zbp joined the channel
tombar has quit
vexoon joined the channel
malkomalko joined the channel
rtoren joined the channel
Rapture has quit
malkomalko has quit
iamchrisf joined the channel
rtoren has quit
dendazen has quit
icebourg joined the channel
vexoon has quit
duck_cpd has quit
duck_cpd joined the channel
jbehrends joined the channel
duck_cpd has quit
kt3k joined the channel
dendazen joined the channel
nemothek_ joined the channel
kt3k has quit
daito joined the channel
patrick_to has quit
patrick_to joined the channel
joefides_ has quit
joefides joined the channel
joefides has quit
joefides joined the channel
rojem joined the channel
fev3r101 joined the channel
joefides has quit
joefides joined the channel
kt3k joined the channel
Knuit
Just watched the Logstash 0-60 webinar, just had a question on best practices for making logs accessible once in Elasticsearch via Kibana
Say I'm loading in logs for 300 web/console applications and want to make them more readily-available towards ~15-25 different teams that support those applications
btobolaski joined the channel
Is the best way to identify the app when indexing and toss them into their own indexes within elasticsearch?
pheaver joined the channel
gentunian joined the channel
BaM`
Knuit: IMO that depends on how big the indexes will be - keeping in mind that more indexes require more RAM
having an unnecessary number of indexes isn't a great idea
kireevco joined the channel
you could tag them appropriately, put them in one index and use filtered aliases