Skip to content

Commit

Permalink
[Metricbeat] Add newlines for Istio pilot metricset
Browse files Browse the repository at this point in the history
Signed-off-by: Ioannis Androulidakis <ioannis@arrikto.com>
  • Loading branch information
ioandr committed Jan 30, 2020
1 parent 9e1bd8e commit f560ff2
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion metricbeat/docs/modules/istio.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ metricbeat.modules:
metricsets: ["pilot"]
period: 10s
# use istio-pilot.istio-system:15014, when deploying Metricbeat in a kuberentes cluster as Pod or Daemonset
hosts: ["localhost:15014"]----
hosts: ["localhost:15014"]
----

[float]
=== Metricsets
Expand Down
1 change: 1 addition & 0 deletions x-pack/metricbeat/metricbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,7 @@ metricbeat.modules:
period: 10s
# use istio-pilot.istio-system:15014, when deploying Metricbeat in a kuberentes cluster as Pod or Daemonset
hosts: ["localhost:15014"]

#------------------------------- Jolokia Module -------------------------------
- module: jolokia
#metricsets: ["jmx"]
Expand Down
2 changes: 1 addition & 1 deletion x-pack/metricbeat/module/istio/_meta/config.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
metricsets: ["pilot"]
period: 10s
# use istio-pilot.istio-system:15014, when deploying Metricbeat in a kuberentes cluster as Pod or Daemonset
hosts: ["localhost:15014"]
hosts: ["localhost:15014"]
2 changes: 1 addition & 1 deletion x-pack/metricbeat/module/istio/_meta/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
metricsets: ["pilot"]
period: 10s
# use istio-pilot.istio-system:15014, when deploying Metricbeat in a kuberentes cluster
hosts: ["localhost:15014"]
hosts: ["localhost:15014"]
2 changes: 1 addition & 1 deletion x-pack/metricbeat/module/istio/pilot/_meta/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
"address": "127.0.0.1:55555",
"type": "istio"
}
}
}
2 changes: 1 addition & 1 deletion x-pack/metricbeat/modules.d/istio.yml.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
metricsets: ["pilot"]
period: 10s
# use istio-pilot.istio-system:15014, when deploying Metricbeat in a kuberentes cluster
hosts: ["localhost:15014"]
hosts: ["localhost:15014"]

0 comments on commit f560ff2

Please sign in to comment.