Hi All,
Are there any other ways of input to elasticsearch other than logtsash??
As logstash doesn't have functionalities like aggregations on data is it possible through any other way.
Hi All,
Are there any other ways of input to elasticsearch other than logtsash??
As logstash doesn't have functionalities like aggregations on data is it possible through any other way.
Various avenues to explore:
Of course you can use something other than Logstash to insert data into Elasticsearch: https://www.elastic.co/guide/en/elasticsearch/client/
Note that even if you need additional processing of logs before passing them to Elasticsearch, you can still make use of Logstash. Write some glue code to do the extra processing (or use existing tools) and pass the results of that to Logstash, possibly via a file but there are many other options.
© 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.