Logs stream

Hi,
We are just deploy our kibana system, so i have a small question.
On the logs into kibana when we start the stream live we receive the logs after 2-3 sec. Not 'Real time' . there is any solution ?

thank

it all depends on Elasticsearch ingest time. Once a document is in ES and searchable it will show up in Kibana. There are things that can influence that ingest time: text analysis, document size, any ingesting scrips, overloading of the server and so on.

Thank you for your quick answer,
How can I debug it? how fast one can make it work, is it possible to get update every <1sec ?

Well, check what I mentioned in the first reply.A good tool to check if your changes make any difference in the ingest time is to check the monitoring data (you have to enable it first).

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.