impermanence: Normally, people check that in e.g. Kibana.
impermanence
right.
hence why I'm here because no searching in kibana seems to produce anything and of course the dev team doesn't know what they're logging, lol.
it's obviously my fault.
I feel a devRant coming on.
tgm4883
Is there a way to prepend a string to every field when running through a filter? Currently on 2.2, but I'll be upgrading to 5.2 in the next month or so
Beams has quit
bjorn_
impermanence: In the ELK stack, you find Elasticsearch, Logstash and Kibana. Logstash receives and makes sense of log data, Elastic stores them, and Kibana visualizes them.
If nothing appears in Kibana, something's wrong somewhere in that stack.
(Or you're not even receiving data)
torrancew
impermanence: ES apis can tell you things like the document count in ES (equal to log events, assuming no horrible bugs on your processing tier)
Checking that that number is non-zero and increasing is a good first step
if it is nonzero and increasing, and you can't find the logs, they could be going into the wrong index due to @timestamp being off
impermanence
torrancew: we have a bunch of apps being stored in ES. I'm trying to figure out how to lock down, for sure, that *this* app is doing so.
logqueued.log says: I've got a service, I'm forwarding events to this LB over this port, etc etc
tgm4883
impermanence: if you're putting them in separate indexes, have you verified that the index is created and has stuff in it?
impermanence
tgm4883: how can I find what indexes this particular app's data should be going to? es api?
tgm4883
impermanence: what does your logstash config look like for es?
impermanence
tgm4883: I'll start there.
tgm4883: will that be on es or logstash box?
tgm4883
logstash
impermanence
kk
tgm4883
impermanence: you should have an output config
hugh_jass joined the channel
cyborg-one joined the channel
impermanence
tgm4883: logstash.yml?
apparently not
bjorn_
No, probably a file in /etc/logstash/conf.d/
tgm4883
impermanence: I don't think so? it's /etc/logstash/conf.d/ for us