File tree Expand file tree Collapse file tree
x-pack/metricbeat/module/azure/app_insights/_meta Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -300,6 +300,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
300300- Add missing info about the rest of the azure metricsets in the documentation. {pull}19601[19601]
301301- Fix k8s scheduler compatibility issue. {pull}19699[19699]
302302- Fix SQL module mapping NULL values as string {pull}18955[18955] {issue}18898[18898
303+ - Modify doc for app_insights metricset to contain example of config. {pull}20185[20185]
303304
304305*Packetbeat*
305306
Original file line number Diff line number Diff line change @@ -45,17 +45,15 @@ This value is only valid when segment is specified.
4545`filter`:: (_string_) An expression used to filter the results.
4646This value should be a valid OData filter expression where the keys of each clause should be applicable dimensions for the metric you are retrieving.
4747
48- Users can select the options to retrieve all metrics from a specific namespace using the following :
48+ Example configuration :
4949
5050["source","yaml"]
5151----
52- metrics:
53- - id: ["*"]
54- timespan: "Microsoft.Storage/storageAccounts"
52+ metrics:
53+ - id: ["requests/count", "requests/failed"]
54+ segment: "request/name"
55+ aggregation: ["sum"]
5556----
5657
5758
5859
59- A default non configurable timegrain of 5 min is set so users are advised to configure an interval of 300s or a multiply of it.
60-
61-
You can’t perform that action at this time.
0 commit comments