elastic / beats

:tropical_fish: Beats - Lightweight shippers for Elasticsearch & Logstash
https://www.elastic.co/products/beats
Other
12.14k stars 4.91k forks source link

[Metricbeat] Microsoft IIS Module/Metricset #13072

Closed sorantis closed 4 years ago

sorantis commented 5 years ago

Microsoft-IIS is a web server created by Microsoft and bundled with Windows Server operating systems and is a popular choice for hosting .NET based web applications and services. IIS is typically ranked 3rd among web servers with the market share of ~ 10%. IIS is also widely used in enterprises (i.e. .NET houses) for hosting internal systems/applications.

Related stats:

Elastic Stack already has a Filebeat module for collecting logs from IIS servers. To further enhance observability of IIS we need to complement log information with metrics. Metricbeat already supports perfmon metricset in the Windows module. IIS integration can be either realized as a separate metricset in this module, or as a new Metricbeat module. The initial focus can be placed on capturing metrics highlighting request/response, service uptime, network traffic (sent/received), active workers/requests, rates of HTTP errors.

Performance metrics resources:

TheSecMaven commented 5 years ago

This would be great to have as a feature!

narph commented 4 years ago

will close this, module implemented