Skip to content

Commit

Permalink
Adding xpack variant file
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Jun 27, 2019
1 parent 4c5daa8 commit 13b4e6a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
9 changes: 9 additions & 0 deletions metricbeat/module/logstash/_meta/config-xpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- module: logstash
metricsets:
- node
- node_stats
period: 10s
hosts: ["localhost:9600"]
#username: "user"
#password: "secret"
xpack.enabled: true
12 changes: 12 additions & 0 deletions metricbeat/modules.d/logstash-xpack.yml.disabled
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Module: logstash
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/master/metricbeat-module-logstash.html

- module: logstash
metricsets:
- node
- node_stats
period: 10s
hosts: ["localhost:9600"]
#username: "user"
#password: "secret"
xpack.enabled: true

0 comments on commit 13b4e6a

Please sign in to comment.