Skip to content

Commit c0b863f

Browse files
pipeline: outputs: elasticsearch: add api key as valid auth type
Adds documentation for the HTTP API Key authentication type to the elasticsearch output plugin Signed-off-by: Todd Kennedy <[email protected]>
1 parent f6822f1 commit c0b863f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pipeline/outputs/elasticsearch.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ operational Elasticsearch service running in your environment.
2929
| `Cloud_Auth` | Specify the credentials to use to connect to Elastic's Elasticsearch Service running on Elastic Cloud | _none_ |
3030
| `HTTP_User` | Optional username credential for Elastic X-Pack access | _none_ |
3131
| `HTTP_Passwd` | Password for user defined in `HTTP_User` | _none_ |
32+
| `HTTP_API_Key` | API key for Elastic. If `HTTP_User` or `Cloud_Auth` are defined, this will be ignored | _none_ |
3233
| `Index` | Index name | `fluent-bit` |
3334
| `Type` | Type name | `_doc` |
3435
| `Logstash_Format` | Enable Logstash format compatibility. This option takes a Boolean value: `True/False`, `On/Off` | `Off` |
@@ -56,7 +57,7 @@ be compared to the `database` and `table` concepts.
5657

5758
### TLS / SSL
5859

59-
The Elasticsearch output plugin supports TLS/SSL.
60+
The Elasticsearch output plugin supports TLS/SSL.
6061
For more details about the properties available and general configuration, see [TLS/SSL](../../administration/transport-security.md).
6162

6263
### `write_operation`

0 commit comments

Comments
 (0)