what's the recommended way to debug logstash, when the patterns are all confirmed to work, but i'm getting _grokparsefailure on everything when run in logstash?
i.e. the patterns are tested from the ruby repl with grok-pure, and work.
tomaz_b joined the channel
hugh_jass has quit
hugh_jass joined the channel
Sandcrab joined the channel
xtruthx joined the channel
mterwoord joined the channel
mterwoord
Hi All! I'm getting an error while trying to install the new x-pack addin for logstash 5.2.0
Am I missing something? I'm using logstash docker image (both normal and alpine give the error)
Never mind, found it in the logs. Need to change into root logstash directory
hugh_jass has quit
hugh_jass joined the channel
mterwoord has quit
kassav_ joined the channel
matt_ joined the channel
koendc joined the channel
hugh_jass has quit
hugh_jass joined the channel
horus joined the channel
vangap has quit
decanio has quit
matejz joined the channel
jonasliljestrand joined the channel
fev3r101 joined the channel
decanio joined the channel
antgel joined the channel
fev3r101 has quit
hugh_jass has quit
hugh_jass joined the channel
talos has quit
Schwarzbaer_ has quit
phutchins joined the channel
talos joined the channel
vali joined the channel
phutchins has quit
casimirextreme joined the channel
kassav_ joined the channel
hugh_jass_ joined the channel
cyberik joined the channel
cyberik has quit
hugh_jass has quit
hugh_jass_ has quit
hugh_jass joined the channel
matt_ joined the channel
Rumbles joined the channel
Itkovian joined the channel
b10n1k_ joined the channel
kassav_ joined the channel
Mattch joined the channel
Heartsbane has quit
hugh_jass has quit
hugh_jass joined the channel
phutchins joined the channel
phutchins has quit
mhickey joined the channel
Cyberg joined the channel
Schwarzbaer joined the channel
jonasliljestrand has quit
kassav_ joined the channel
mhickey has quit
Cyberg has quit
Beams joined the channel
fatdragon joined the channel
hugh_jass has quit
hugh_jass joined the channel
jonasliljestrand joined the channel
mhickey joined the channel
fatdragon has quit
random666
hey peeps, i'm getting this error: No Compatible Fields: The "MYINDEXSAMPLENAME-*" index pattern does not contain any of the following field types: geo_point
I can indeed see that geoip fields are being added to the index
which one of the fields should be geo_point type?
nothau any help?
hugh_jass has quit
hugh_jass joined the channel
Dirkos joined the channel
Dirkos
{:timestamp=>"2017-02-02T11:39:18.613000+0100", :message=>"Redis connection problem", :exception=>#<Redis::CommandError: ERR Error running script (call to f_3236c446d3b876265fe40ac665cb6dc17e6242b0): @user_script:3: @user_script: 3: -MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redis logs for details about the error.>,
How is this possible? The disk itself is only at 23%
Xylakant
well, did you have a look at your redis log?
Dirkos
this is the redis log?
Xylakant:
Xylakant
Dirkos: what you posted looks like a logstash logfile
Dirkos
Xylakant: ah out of RAM
Xylakant
see, there you have your reason
Dirkos
guess there is too much going on at ELK
thanks
Dirkos has quit
hugh_jass has quit
hugh_jass joined the channel
Beams has quit
derjohn_mob joined the channel
vangap joined the channel
Beams joined the channel
hugh_jass has quit
hugh_jass joined the channel
KORG joined the channel
awkwardusername joined the channel
cyborg-one has quit
phutchins joined the channel
b10n1k joined the channel
b10n1k_ has quit
hugh_jass has quit
fatdragon joined the channel
hugh_jass joined the channel
fatdragon has quit
benmn_ joined the channel
benmn has quit
benmn_ has quit
kassav_ joined the channel
phutchins
Morning folks
Looking to correctly document a logstash plugin I've written. I see that we use asciidoc to do this but I don't see a way to generate the asciidoc. I'd like to make sure it's done correctly... Any pointers?
It takes logs from Kubernetes and parses the metadata from the lgo file names and directories and adds fields with information about the pod, labels, etc... to the event.
hugh_jass has quit
Mattch has quit
hugh_jass joined the channel
jonasliljestrand joined the channel
Darcidride joined the channel
Side note, anyone know sincedb well? Working on migrating a different plugin from using sqlite to sincedb and tryign to use logstash-input-file as an example but it looks like theres some magic going on...