You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experiencing the issue described in #29175, where I am unable to load Elastic Ingest pipelines using filebeat setup .... Per the instructions in the referenced issue, I have enabled the modules and set the datasets to enabled (e.g., syslog.enabled: true), however I am still getting the following error when attempting to do the setup, as follows:
filebeat@8d9084383041:~$ filebeat modules enable apache system
Module apache is already enabled
Module system is already enabled
filebeat@8d9084383041:~$ filebeat setup --index-management --pipelines --modules apache,system
Exiting: module apache is configured but has no enabled filesets
Here is the contents of my system.yml file, as an example:
# Module: system# Docs: https://www.elastic.co/guide/en/beats/filebeat/master/filebeat-module-system.html
- module: system# Syslogsyslog:
enabled: true# Set custom paths for the log files. If left empty,# Filebeat will choose the paths depending on your OS.#var.paths:# Authorization logsauth:
enabled: true# Set custom paths for the log files. If left empty,# Filebeat will choose the paths depending on your OS.#var.paths:
Note that I am attempting to use the filebeat container image to execute this (I plan to automate this functionality), however I am mounting a local directory with enabled modules to ${path.config}/modules.d, and have validated that they're showing in the correct place inside the container.
I am experiencing the issue described in #29175, where I am unable to load Elastic Ingest pipelines using
filebeat setup ...
. Per the instructions in the referenced issue, I have enabled the modules and set the datasets to enabled (e.g.,syslog.enabled: true
), however I am still getting the following error when attempting to do the setup, as follows:Here is the contents of my
system.yml
file, as an example:Note that I am attempting to use the filebeat container image to execute this (I plan to automate this functionality), however I am mounting a local directory with enabled modules to
${path.config}/modules.d
, and have validated that they're showing in the correct place inside the container.The contents of my
filebeat.yml
is:The text was updated successfully, but these errors were encountered: