Hi,
I am trying to ship logs to a different server using a Logstash forwarder and a redis queue...everything is working fine. Logs are shipping. However, I want to continuously ship logs. Currently what i have is, it ships logs once and then it stops shipping and I get the
"No results found
Unfortunately I could not find any results matching your search. I tried really hard. I looked all over the place and frankly, I just couldn't find anything good. Help me, help you. Here are some ideas:"
page in Kibana.
I have tried running the agent as ./logstash agent -f logshipper.conf &
disown
but it still doesn't work. It will only ship the log once and then show the "No results found" page in Kibana.
You might need to ask your question in the logstash discuss channel.
But you can check what indexes your Elasticsearch cluster has loaded in it like and how many documents with http://localhost:9200/_cat/indices (change to your elasticsearch host and port if it's not localhost:9200)
Then in Kibana you would create an index pattern for one or more of those indexes. When you do that it should show you the fields in that index.
I am assuming it is not shipping logs very frequently is because the log file I am trying to ship was updated yesterday. Logstash would only ship frequently if the logfile is updated frequently. Is this correct? Can someone verify this?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.