Hi,
Is there a way to ingest Logstash logs into elasticsearch, as I am noticing the logstash logs are useful, is there a way to ingest these logs instead of installing filebeats on this machine and loopback to itself.
Thanks,
Naga
Hi,
Is there a way to ingest Logstash logs into elasticsearch, as I am noticing the logstash logs are useful, is there a way to ingest these logs instead of installing filebeats on this machine and loopback to itself.
Thanks,
Naga
You can of course use Logstash's file input. Parsing those logs with grok isn't going to be very fun though, but having raw logs is better than nothing. Watch out for loops where a problem causes Logstash to log more data to the log file, producing more data, resulting in more logs, ...
© 2020. All Rights Reserved - Elasticsearch
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.