File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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.
6061For more details about the properties available and general configuration, see [ TLS/SSL] ( ../../administration/transport-security.md ) .
6162
6263### ` write_operation `
You can’t perform that action at this time.
0 commit comments