-
Notifications
You must be signed in to change notification settings - Fork 5k
Add metricbeat iis module #15059
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
Changes from 20 commits
9500d18
bab0cd4
66dfa82
b1fba8f
7a8ff78
6bd81eb
3b7b520
f5cb0a7
c320a53
9d5df82
222648e
00e1a08
258ded3
5f30e5a
7ab4d2d
92e5873
f18b298
b770c57
ea28cbe
397296b
411d9d9
113eec5
6aa632b
ca3f589
b739816
552c1b7
d245579
fadb63a
706b393
a1656be
4ab7fa8
1d760b1
9645ff0
ef247b8
2e44357
2e1cc66
ecaa80f
fcfd4f3
118f55c
d7b9eb9
f8ab974
a40569e
fbb7cd5
5f1b016
ac81ebe
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,45 @@ | ||
| //// | ||
| This file is generated! See scripts/mage/docs_collector.go | ||
| //// | ||
|
|
||
| [[metricbeat-module-iis]] | ||
| == iis module | ||
|
|
||
| beta[] | ||
|
|
||
| This is the iis module. | ||
|
|
||
|
|
||
|
|
||
| [float] | ||
| === Example configuration | ||
|
|
||
| The iis module supports the standard configuration options that are described | ||
| in <<configuration-metricbeat>>. Here is an example configuration: | ||
|
|
||
| [source,yaml] | ||
| ---- | ||
| metricbeat.modules: | ||
| - module: iis | ||
| metricsets: | ||
| - webserver | ||
| - website | ||
| hosts: ["local.test"] | ||
| enabled: true | ||
| period: 10s | ||
|
|
||
| ---- | ||
|
|
||
| [float] | ||
| === Metricsets | ||
|
|
||
| The following metricsets are available: | ||
|
|
||
| * <<metricbeat-metricset-iis-webserver,webserver>> | ||
|
|
||
| * <<metricbeat-metricset-iis-website,website>> | ||
|
|
||
| include::iis/webserver.asciidoc[] | ||
|
|
||
| include::iis/website.asciidoc[] | ||
|
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| //// | ||
| This file is generated! See scripts/mage/docs_collector.go | ||
| //// | ||
|
|
||
| [[metricbeat-metricset-iis-webserver]] | ||
| === iis webserver metricset | ||
|
|
||
| beta[] | ||
|
|
||
| include::../../../module/iis/webserver/_meta/docs.asciidoc[] | ||
|
|
||
| This is a default metricset. If the host module is unconfigured, this metricset is enabled by default. | ||
|
|
||
| ==== Fields | ||
|
|
||
| For a description of each field in the metricset, see the | ||
| <<exported-fields-iis,exported fields>> section. | ||
|
|
||
| Here is an example document generated by this metricset: | ||
|
|
||
| [source,json] | ||
| ---- | ||
| include::../../../module/iis/webserver/_meta/data.json[] | ||
| ---- |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| //// | ||
| This file is generated! See scripts/mage/docs_collector.go | ||
| //// | ||
|
|
||
| [[metricbeat-metricset-iis-website]] | ||
| === iis website metricset | ||
|
|
||
| beta[] | ||
|
|
||
| include::../../../module/iis/website/_meta/docs.asciidoc[] | ||
|
|
||
|
|
||
| ==== Fields | ||
|
|
||
| For a description of each field in the metricset, see the | ||
| <<exported-fields-iis,exported fields>> section. | ||
|
|
||
| Here is an example document generated by this metricset: | ||
|
|
||
| [source,json] | ||
| ---- | ||
| include::../../../module/iis/website/_meta/data.json[] | ||
| ---- |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| - module: iis | ||
| metricsets: | ||
| - webserver | ||
| - website | ||
| hosts: ["local.test"] | ||
| enabled: true | ||
| period: 10s | ||
|
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| This is the iis module. | ||
|
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| - key: iis | ||
| title: "iis" | ||
| description: > | ||
| iis module | ||
| release: beta | ||
|
|
||
| fields: | ||
| - name: iis | ||
| type: group | ||
| description: > | ||
| fields: |
Uh oh!
There was an error while loading. Please reload this page.