I have logs on one server and ELK stack — ElasticSearch, Kibana, Logstash — on another. I want to display the logs, which are on the 1st server, in Kibana, which is on the 2nd one. How can I do that? Is logstash capable of retrieving logs over the internet from a remote server? Answer Your best bet is to
Tag: logstash
Performance review based python script on yocto linux [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 7 years ago. Improve this question I need to develop the performance review based python script , here is the scenario. I need to send the
Logstash File Input Latency on Linux
Logstash is running. How long takes it from adding a single line to a log file until Logstash recognize the new line and start to transform and output it. With a simple BASH script I measure from 99 msec up to 800 msec including a transformation. It’s clear that the latency depends on the Logstash transformation, HD, OS and the
Logstash not producing output
I have just installed logstash 1.5.3 on a Linux machine. Details: When I try to run the basic “hello world” setup I get nothing on stdout. Any ideas why? I installed this on my Windows machine and am able to run it there. Output to file is also not working: The file “logtest1” is not even being created. Answer The