Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add metricbeat iis module #15059

Merged
merged 45 commits into from
Feb 28, 2020
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
9500d18
created iis module
narph Nov 19, 2018
bab0cd4
work in progress
narph Mar 27, 2019
66dfa82
Merge branch 'master' into iis-module
narph Dec 11, 2019
b1fba8f
iis changes
narph Dec 11, 2019
7a8ff78
add iis module
narph Dec 11, 2019
6bd81eb
light
narph Jan 15, 2020
3b7b520
Merge branch 'master' into iis-module
narph Jan 15, 2020
f5cb0a7
work on build
narph Jan 15, 2020
c320a53
work on build
narph Jan 15, 2020
9d5df82
build
narph Jan 15, 2020
222648e
fmt update
narph Jan 15, 2020
00e1a08
temp
narph Jan 16, 2020
258ded3
work on website
narph Jan 17, 2020
5f30e5a
temp
narph Jan 21, 2020
7ab4d2d
Merge branch 'master' into iis-module
narph Jan 21, 2020
92e5873
temp
narph Jan 22, 2020
f18b298
manifest changes
narph Jan 23, 2020
b770c57
temp
narph Jan 24, 2020
ea28cbe
temp
narph Jan 28, 2020
397296b
work on wp
narph Jan 31, 2020
411d9d9
adding application pool metricset
narph Feb 5, 2020
113eec5
wmi option
narph Feb 10, 2020
6aa632b
test
narph Feb 10, 2020
ca3f589
work on apppool
narph Feb 11, 2020
b739816
work on app pool
narph Feb 12, 2020
552c1b7
work on website metricset
narph Feb 12, 2020
d245579
Merge branch 'master' into iis-module
narph Feb 12, 2020
fadb63a
work on tests
narph Feb 13, 2020
706b393
Work on website
narph Feb 14, 2020
a1656be
work on website
narph Feb 14, 2020
4ab7fa8
Merge branch 'master' into iis-module
narph Feb 14, 2020
1d760b1
work on website
narph Feb 14, 2020
9645ff0
perfmon fix
narph Feb 14, 2020
ef247b8
work on websie
narph Feb 17, 2020
2e44357
update config
narph Feb 18, 2020
2e1cc66
Merge branch 'master' into iis-module
narph Feb 19, 2020
ecaa80f
feedback
narph Feb 19, 2020
fcfd4f3
work on feedback
narph Feb 21, 2020
118f55c
temp
narph Feb 24, 2020
d7b9eb9
Merge branch 'master' into iis-module
narph Feb 24, 2020
f8ab974
ecs
narph Feb 24, 2020
a40569e
Merge branch 'master' into iis-module
narph Feb 25, 2020
fbb7cd5
temp
narph Feb 25, 2020
5f1b016
add counters
narph Feb 26, 2020
ac81ebe
Merge branch 'master' into iis-module
narph Feb 27, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions metricbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ grouped in the following categories:
* <<exported-fields-haproxy>>
* <<exported-fields-host-processor>>
* <<exported-fields-http>>
* <<exported-fields-iis>>
* <<exported-fields-jolokia>>
* <<exported-fields-jolokia-autodiscover>>
* <<exported-fields-kafka>>
Expand Down Expand Up @@ -15263,6 +15264,53 @@ json metricset
server


[[exported-fields-iis]]
== iis fields

iis module



[float]
=== iis




[float]
=== webserver

webserver



*`iis.webserver.example`*::
+
--
Example field


type: keyword

--

[float]
=== website

website



*`iis.website.example`*::
+
--
Example field


type: keyword

--

[[exported-fields-jolokia]]
== Jolokia fields

Expand Down
86 changes: 0 additions & 86 deletions metricbeat/docs/modules/activemq.asciidoc

This file was deleted.

24 changes: 0 additions & 24 deletions metricbeat/docs/modules/activemq/broker.asciidoc

This file was deleted.

24 changes: 0 additions & 24 deletions metricbeat/docs/modules/activemq/queue.asciidoc

This file was deleted.

24 changes: 0 additions & 24 deletions metricbeat/docs/modules/activemq/topic.asciidoc

This file was deleted.

48 changes: 0 additions & 48 deletions metricbeat/docs/modules/aerospike.asciidoc

This file was deleted.

22 changes: 0 additions & 22 deletions metricbeat/docs/modules/aerospike/namespace.asciidoc

This file was deleted.

64 changes: 0 additions & 64 deletions metricbeat/docs/modules/apache.asciidoc

This file was deleted.

22 changes: 0 additions & 22 deletions metricbeat/docs/modules/apache/status.asciidoc

This file was deleted.

Loading