-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Filebeat-8.0]: module system is configured but has no enabled fileset:
error on running filebeat setup command.
#29175
Comments
Pinging @elastic/elastic-agent (Team:Elastic-Agent) |
@manishgupta-qasource Please review. |
Reviewed & mentioned to @andresrc CC: @EricDavisX |
This is expected behaviour. From 8.0, all filesets are disabled by default and users have to enable them manually. An error is returned when nothing is enabled to let users know if they forgot turn on modules/filesets. |
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
I talked with @amolnater-qasource offline, but I am sharing it here as well. To avoid this error, you have to enable - module: system
# Syslog
syslog:
enabled: true
# Set custom paths for the log files. If left empty,
# Filebeat will choose the paths depending on your OS.
#var.paths:
# Authorization logs
auth:
enabled: true
# Set custom paths for the log files. If left empty,
# Filebeat will choose the paths depending on your OS.
#var.paths: |
Hi @kvch QUERY: We have only enabled system module. @EricDavisX Please let us know if anything else is required. |
@ruflin Is this new "apm--transaction..." template expected? |
Hi @amolnater-qasource can you do a Filebeat docs check to see if it was updated to indicate this new expectation and general info on how to update it to 'see' any data come in? If it needs it, we can log a separate docs ticket and ref this. |
Yes, it's automatically created when the APM UI app is opened. |
Hi @sqren Is that expected to get this for even Filebeat or it is an issue? @EricDavisX However till 7.16 we never enabled these, as by default these filesets gets enabled on running Further for datastreams it is only mentioned to show for filebeat-* index. cc: @ruflin |
I don't see any problems here. The user can delete the data view (index pattern) manually and stop it from being created again by setting |
Thanks @sqren for sharing the feedback.
Could you please confirm if any action is required for the same or we should mark this as done? Thanks! |
excellent summary - @amolnater-qasource please scan through the docs repo and put a ticket in if we don't see one for the docs, then we can call it done. :) |
Hi @EricDavisX Thanks |
Hi @kvch , @amolnater-qasource
I updated panw.yml in modules.d to enabled and now the above error goes away but a new error crops up
Same events which worked fine with 7.x show the above error |
After enabling modules, as well as syslogs in the modules, I'm still having the same issue. |
Kibana version: 8.0 Snapshot Kibana Cloud-qa environment
Host OS: Ubuntu 20(.tar), Centos 8(.rpm), Debian 10(.deb) and MAC
Build details:
Steps to reproduce:
filebeat.yml
:./filebeat modules enable system
../filebeat setup -e
.filebeat.yml:
filebeat.zip
CLI-detailed steps:
CLI-filebeat.txt
Expected Result:
No error should be there on running filebeat setup -e command, and filebeat should show data under Discover tab.
Reference Document:
https://www.elastic.co/guide/en/beats/filebeat/7.15/filebeat-installation-configuration.html
NOTE:
The text was updated successfully, but these errors were encountered: