diff --git a/pipeline/outputs/logdna.md b/pipeline/outputs/logdna.md index e948f23e7..8304bf131 100644 --- a/pipeline/outputs/logdna.md +++ b/pipeline/outputs/logdna.md @@ -1,112 +1,41 @@ # LogDNA -[LogDNA](https://logdna.com/) is an intuitive cloud based log management system that provides you an easy interface to query your logs once they are stored. - -The Fluent Bit `logdna` output plugin allows you to send your log or events to a [LogDNA](https://logdna.com/) compliant service like: - -* [LogDNA](https://logdna.com/) -* [IBM Log Analysis](https://www.ibm.com/cloud/log-analysis) - -Before to get started with the plugin configuration, make sure to obtain the proper account to get access to the service. You can start with a free trial in the following link: - -* [LogDNA Sign Up ](https://logdna.com/sign-up/) - -## Configuration Parameters - -
| Key | -Description | -Default | -
|---|---|---|
| logdna_host | -LogDNA API host address | -logs.logdna.com | -
| logdna_port | -LogDNA TCP Port | -443 | -
| logdna_endpoint | -LogDNA ingestion endpoint | -/logs/ingest | -
| api_key | -API key to get access to the service. This property is mandatory. | -- |
| hostname | -
- Name of the local machine or device where Fluent Bit is running.
- When this value is not set, Fluent Bit lookup the hostname and auto populate
- the value. If it cannot be found, an |
- - |
| mac | -Mac address. This value is optional. | -- |
| ip | -IP address of the local hostname. This value is optional. | -- |
| tags | -A list of comma separated strings to group records in LogDNA and simplify - the query with filters. | -- |
| file | -Optional name of a file being monitored. Note that this value is only - set if the record do not contain a reference to it. | -- |
| app | -Name of the application. This value is auto discovered on each record, - if not found, the default value is used. | -Fluent Bit | -
| workers | -The number of workers to perform flush operations for this output. | -`0` | -