- Functionbeat Reference:
- Overview
- Getting Started With Functionbeat
- Setting up and running Functionbeat
- Configuring Functionbeat
- Configure functions
- Specify general settings
- Configure the internal queue
- Configure the output
- Set up index lifecycle management
- Specify SSL settings
- Filter and enhance the exported data
- Parse data by using ingest node
- Set up the Kibana endpoint
- Load the Elasticsearch index template
- Configure logging
- Use environment variables in the configuration
- YAML tips and gotchas
- Regular expression support
- functionbeat.reference.yml
- Exported fields
- Monitoring Functionbeat
- Securing Functionbeat
- Troubleshooting
This functionality is in beta and is subject to change. The design and code is
less mature than official GA features and is being provided as-is with no
warranties. Beta features are not subject to the support SLA of official GA
features.
Set the password for the built-in monitoring user
editSet the password for the built-in monitoring user
editX-Pack security provides built-in user credentials in Elasticsearch that have a fixed set of
privileges. In 6.3.0 and later releases, there is a
beats_system
built-in user, which Functionbeat uses to store
monitoring information in Elasticsearch.
The initial passwords for all of the built-in users are set by using the
setup-passwords
tool in Elasticsearch. Thereafter, you can change the passwords by
using the Management > Users page in Kibana or the
Change Password API.
If you upgraded from Elasticsearch version 6.2 or earlier, you will not
have set a password for the beats_system
user. A user with the
manage_security
privilege must change the password for this built-in user.
For more information, see:
Was this helpful?
Thank you for your feedback.