Skip to content

Instantly share code, notes, and snippets.

@Piumal1999
Created September 16, 2021 19:39
Show Gist options
  • Select an option

  • Save Piumal1999/f29d3e6cae193aa133a46c8fac095d9c to your computer and use it in GitHub Desktop.

Select an option

Save Piumal1999/f29d3e6cae193aa133a46c8fac095d9c to your computer and use it in GitHub Desktop.
Elastic search node: /etc/filebeat/modules.d/elasticsearch.yml
# Module: elasticsearch
# Docs: https://www.elastic.co/guide/en/beats/filebeat/7.x/filebeat-module-elasticsearch.html
- module: elasticsearch
# Server log
server:
enabled: true
# Set custom paths for the log files. If left empty,
# Filebeat will choose the paths depending on your OS.
#var.paths:
gc:
enabled: true
# Set custom paths for the log files. If left empty,
# Filebeat will choose the paths depending on your OS.
#var.paths:
audit:
enabled: true
# Set custom paths for the log files. If left empty,
# Filebeat will choose the paths depending on your OS.
#var.paths:
slowlog:
enabled: true
# Set custom paths for the log files. If left empty,
# Filebeat will choose the paths depending on your OS.
#var.paths:
deprecation:
enabled: true
# Set custom paths for the log files. If left empty,
# Filebeat will choose the paths depending on your OS.
#var.paths:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment