Skip to content

Commit 3574d36

Browse files
committed
configured elastic_beat role to collect logs using metricbeat
1 parent d50a151 commit 3574d36

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ansible/roles/elastic_beats/vars/tenderdash.yml

+7
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,10 @@ platform_filebeat_inputs:
2222
fields:
2323
- from: "json.level"
2424
to: "log.level"
25+
26+
metricbeat_modules:
27+
- module: prometheus
28+
period: 10s
29+
hosts: ["localhost:{{ prometheus_port }}"]
30+
metrics_path: "/metrics"
31+
namespace: "drive_tenderdash"

0 commit comments

Comments
 (0)