kamenote: can you pastebin an example log line? and indeed try it in that app ^^
tobin
Is anyone using beaver? Im trying to figure out using add_field configuration
kjstone00 joined the channel
Does it have to be a hash or an array?
burn
hm, how can I count a TOP10 for IP address hits in Kibana?
kamenote
thanks lieter and electrical, I'll try it there :)
rcleere has quit
polaco_zZz is now known as polaco
lieter
burn, terms panel
Smackware has quit
techn0gichida joined the channel
carlobarbara joined the channel
kamenote
fwiw, I just needed to reload kibana :/
Lorax
IT4Women: sorry, at work, IRC is at least secondary. :)
techn0gi1 joined the channel
burn
lieter: I see, and how to count a top10 of a certain value?
kevind joined the channel
now I'm getting the amount of log lines
IT4Women
Lorax, I see
Lorax
adepasquale: opensuse instead of debian? feh!
lieter
burn: you can fill in the field you want and select the quer{y,ies} you want to see the terms for
burn
lieter: that's the problem, I only can find elasticsearch docs/examples, not for Kibana
Lorax
IT4Women: did you see my link with the explicit tcp/udp config?
adepasquale
Lorax: i'm a gentoo user :P what i'd like to know is, do you like the idea?
cbarraford|away is now known as cbarraford
itsmebp joined the channel
Truth_
does anyone happem to know what the minimum space requirements for the shipper is? I need this for the documentation I am writing...
smerrill-offline is now known as smerrill
IT4Women
Lorax, I saw it. I replaced the codes to the existing one
Lorax
adepasquale: I don't like appliances, that could be done in a rpm or deb and not suffer from the package lag that results in 0day exploits.
IT4Women
Lorax: plse look at the logstash confs and tell me. the ones I added are the last 10 lines
theofpa has quit
Bastian1 has quit
Lorax
for example, terradata gave us a PoC appliance to attach to a hadoop cluster, it took metasploit about six seconds to open up three different shells.
burn
lieter: it seems I need to use facets?
adepasquale
Lorax: do you also think redis is better?
nikitosiusis has quit
nikitosiusis joined the channel
burn
lieter: nvm, found it
Lorax
IT4Women: if that's the whole file pasted in, you commented out the close to the output { }
secK203 has quit
iamchrisf has quit
secK203 joined the channel
middleman_ joined the channel
carlobarbara
I want to debug an issue I'm having with the file input. I have the src, and I want to modify the code or dep gem to add more logging, then I want to run the app. What's the best way to run it? Ideally I don't have to generate the jar, and I can run it from java.
If I have to do that, I need a way to get my changes in the deps that get built into the jar
Lorax
carlobarbara: eclipse? :)
adepasquale: well of course it does, it's not parsed
aloiscochard joined the channel
I'd like to see some search times benchmarked
savant has quit
uncompress and read through vs check index, read count.
adepasquale
Lorax: i'm sure you'll laugh when you'll see that numbers :)
thanks for your opinion, I appreciate that
carlobarbara
Lorax: I've developed in java and ruby, but never jruby. So I'm just trying to figure the workflow for making a change, building, and running. I know I can use eclipse to edit files & run java, but that doesn't tell me how to build my changes