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.
29
29
| ` Cloud_Auth ` | Specify the credentials to use to connect to Elastic's Elasticsearch Service running on Elastic Cloud | _ none_ |
30
30
| ` HTTP_User ` | Optional username credential for Elastic X-Pack access | _ none_ |
31
31
| ` 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_ |
32
33
| ` Index ` | Index name | ` fluent-bit ` |
33
34
| ` Type ` | Type name | ` _doc ` |
34
35
| ` 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.
56
57
57
58
### TLS / SSL
58
59
59
- The Elasticsearch output plugin supports TLS/SSL.
60
+ The Elasticsearch output plugin supports TLS/SSL.
60
61
For more details about the properties available and general configuration, see [ TLS/SSL] ( ../../administration/transport-security.md ) .
61
62
62
63
### ` write_operation `
You can’t perform that action at this time.
0 commit comments