user6047898
user6047898

Reputation:

how to collect IIS log through logstash and display it on Kibana?

We'd like to collect IIS log through logstash and display it on Kibana based on this doc , any advice would be appreciated

Upvotes: 1

Views: 4235

Answers (1)

whites11
whites11

Reputation: 13350

Kibana alone is just a UI. What you need is an ELK stack.

You need Elasticsearch, Kibana and Logstash.

Logstash is the software that takes IIS logs and forward it to elasticsearch in order to make them visible in Kibana.

Upvotes: 1

Related Questions