Hello Community,
we are using elk Stack. I was wondering where is the best way to use aggregation- in Logstash or in elasticsearch? Or is it possible do it this in Kibana ?
Hello Community,
we are using elk Stack. I was wondering where is the best way to use aggregation- in Logstash or in elasticsearch? Or is it possible do it this in Kibana ?
Hello,
So Kibana lets you perform aggregations in elasticsearch by sending your aggregation requests. Logstash is for ingesting the data.
Did you mean a particular aggregation?
Our docs here should help - https://www.elastic.co/guide/index.html
https://www.elastic.co/videos/
Thanks
Bhavya
Hi Thank you for replay.
my goal is :
SELECT COUNT(CustomerID), Country
FROM Customers
GROUP BY Country;
that I can filter like how many same countries have the same log.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 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.