Apache log request count using Filebeat, Logstash, and Kafka

0

I have an infrastructure reading Apache log files through Filebeat, parser with grok in Logstash and upload to a Kafka topic.

I need to display in Grafana the amount of requests captured in my logs.

My Inquiries

  • Do I need to process this in Spark via Python script? Is there another way?
  • For Grafana to get this data do you need a datasource with InfluxDB / Prometheus / ElasticSearch / etc?
  • asked by anonymous 19.10.2018 / 23:59

    0 answers