- Filebeat Reference: other versions:
- Overview
- Getting Started With Filebeat
- Upgrading Filebeat
- How Filebeat Works
- Configuring Filebeat
- Configuration Options (Reference)
- Filebeat Prospectors Configuration
- Filebeat Global Configuration
- General Configuration
- Elasticsearch Output Configuration
- Logstash Output Configuration
- Kafka Output Configuration
- Redis Output Configuration
- File Output Configuration
- Console Output Configuration
- SSL Configuration
- Paths Configuration
- Logging Configuration
- Processors
- Filtering and Enhancing the Exported Data
- Managing Multiline Messages
- Configuring Filebeat to Use Ingest Node
- Using Environment Variables in the Configuration
- Specifying Multiple Prospectors
- Load Balancing
- YAML Tips and Gotchas
- Regular Expression Support
- Configuration Options (Reference)
- Exported Fields
- Securing Filebeat
- Troubleshooting
- Migrating from Logstash Forwarder to Filebeat
WARNING: Version 5.1 of Filebeat has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
Changes to Command Line Options
editChanges to Command Line Options
editMost command line options available in Logstash Forwarder have been removed and
migrated to config file options. The only mandatory command line option for
running Filebeat is -c
followed by the path to the config file. If you used command line
options with Logstash Forwarder, make sure that you add your options to the
configuration file. For naming changes, see Renamed Options.
Filebeat does provide command line options that are common to all Beats. For more details about these options, see Command Line Options.
Renamed Options
editThe following command line options have been renamed and moved to the config file. Also see Changed Configuration File Options for a list of configuration file options that were completely removed or replaced by options specified in libbeat.
Command Line Option | Config File Option | Description |
---|---|---|
|
|
The config option was split into two parts. You use the The |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
On this page