so I probably need to drop a few decimal points. Mutate?
hmm don't see a usable mutate option
TomyWork has quit
TomyWork joined the channel
Xylakant
well, if you're using LS in the first place I'd probably make that a proper date with a date filter
rem5 joined the channel
gimmic_
hah, yeah I stopped fighting it and let LS work natively with match => [ "ts", "UNIX" ]
eyeballing the comparison it looks to be working and setting the target @timestamp properly. I'll wait and see as load increases if there's a time discrepancy
hugh_jass joined the channel
but it should be now using the ts field as the @timestamp, which is the goal to retain sync
although it would be nice to have ES display the 'ts' original field properly.. that's what I was trying to get accomplished
rem5_ has quit
Grapes joined the channel
notebox joined the channel
jbehrends has quit
GiantEvolving
Anyone have any help on my issues regarding unit tests?
tolecnal has quit
tolecnal joined the channel
pandaadb has quit
hugh_jass has quit
hugh_jass joined the channel
rakzcs joined the channel
matejz joined the channel
rakzcs has quit
jbehrends joined the channel
DevRelIrcBot_ joined the channel
DevRelIrcBot__ joined the channel
N-Mi has quit
N-Mi joined the channel
N-Mi has quit
N-Mi joined the channel
SkyRocknRoll joined the channel
Beams has quit
hugh_jass has quit
hugh_jass joined the channel
matejz has quit
matejz joined the channel
matejz has quit
matejz joined the channel
matejz has quit
TomyWork has quit
matejz joined the channel
matejz has quit
psniper joined the channel
rakzcs joined the channel
horus has quit
matejz joined the channel
austinshea joined the channel
austinshea
Hello! I have a simple question about using logstash, but I can’t seem to find the correct online resource to educate myself
hugh_jass has quit
hugh_jass joined the channel
Essentially, I have a single field that contains JSON, and I’m hoping to decode that field, and create fields for each of the individual values in that JSON document
any help would be greatly appreciated. thanks!
matejz has quit
matejz joined the channel
matejz has quit
matejz joined the channel
matejz has quit
matejz joined the channel
matejz has quit
matejz joined the channel
matejz has quit
matejz joined the channel
matejz has quit
matejz joined the channel
matejz has quit
austinshea has quit
scl joined the channel
austinshea joined the channel
bnason
Can Logstash update or remove/add a document if one with the same id already exists? Basically I want to track some features of browsers and only want 1 doc per unique user session to save space.
psniper has quit
widar_ has quit
widar joined the channel
hugh_jass has quit
hugh_jass joined the channel
derjohn_mob has quit
koendc joined the channel
shog
bnason: i believe you'd have to use custom document_id and update action mode with upsert enabled
bnason
thanks, ill look that up
psniper joined the channel
MidlandTroy joined the channel
jwd joined the channel
thansen_ joined the channel
jack_ joined the channel
jack_ has quit
jack7238 joined the channel
jack7238
Hello, I have a probably very basic question about the logstash-input-github plugin. This plugin requires an IP and a Port to connect to Github. How would I find this information? I have the URL I hit to use github, I have the API as well but none of this is done with an IP and port?
hugh_jass has quit
hugh_jass joined the channel
torrancew
jack7238: did you read the explanation of that plugin? it accepts github webhooks; that is to say, LS launches a listener on the IP + port, and you tell github what URL to hit LS at
pkdubey4u joined the channel
jack7238
Right I think I just put that together. Sorry, still pretty new to logstash and first time with this plugin. Great tool.
torrancew
no worries
matejz joined the channel
msbh joined the channel
psniper has quit
msbh
has anyone run into / resolved the issue in logstash where it takes very long to execute a conf file from command line? (/usr/share/logstash/bin/logstash -f file.conf) ... takes like 5 minutes before it actually runs
pkdubey4u has quit
bjorn_
msbh: Install some entropy gatherer, like haveged.
preyalone joined the channel
matejz has quit
matejz joined the channel
matejz has quit
IRCFrEAK joined the channel
matejz joined the channel
IRCFrEAK has left the channel
matejz has quit
matejz joined the channel
matejz has quit
matejz joined the channel
msbh
bjorn_: worked like a charm thanks
matejz has quit
matejz joined the channel
matejz has quit
bjorn_
:)
psniper joined the channel
hugh_jass has quit
hugh_jass joined the channel
Mattch has quit
IRCFrEAK joined the channel
IRCFrEAK has left the channel
Hanynowsky has quit
Hanynowsky joined the channel
rakzcs has quit
DevRelIrcBot___ joined the channel
DevRelIrcBot____ joined the channel
rakzcs joined the channel
nexysno joined the channel
phutchins joined the channel
GOLDPANK joined the channel
GOLDPANK has left the channel
hugh_jass has quit
gimmic_
'workers' isn't very well documented in the ES output plugin for logstash