https://github.com/punktde/ansible-proserver-beats
https://github.com/punktde/ansible-proserver-beats
ansible elastic kibana proserver
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/punktde/ansible-proserver-beats
- Owner: punktDe
- Created: 2019-02-13T18:08:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-04T21:47:04.000Z (over 1 year ago)
- Last Synced: 2025-02-04T22:28:09.284Z (over 1 year ago)
- Topics: ansible, elastic, kibana, proserver
- Language: Python
- Homepage:
- Size: 114 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Manual steps
If the ECS (https://www.elastic.co/guide/en/ecs/current/ecs-reference.html) field definition and boards supplied by Elastic are to be used, the following manual steps must be carried out:
Configure an suitable elastic user and enable template / dashboard setup:
```yaml
setup:
dashboards:
enabled: true
template:
enabled: true
kibana:
host: "https://kibana-host:443"
username: ""
password: ""
```
then stop the service and run the setup:
```bash
metricbeat setup -e
```
In order to prevent metricbeat to override templates and boards on every startup (takes several minutes), disable template / dashboard setup again.