You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pipeline/outputs/elasticsearch.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +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, must be base64 encoded. If `HTTP_User` or `Cloud_Auth` are defined, this will be ignored |_none_|
32
+
|`HTTP_API_Key`| API key for authenticating with Elasticsearch. Must be `base64` encoded. If `HTTP_User` or `Cloud_Auth` are defined, this parameter is ignored.|_none_|
33
33
|`Index`| Index name |`fluent-bit`|
34
34
|`Type`| Type name |`_doc`|
35
35
|`Logstash_Format`| Enable Logstash format compatibility. This option takes a Boolean value: `True/False`, `On/Off`|`Off`|
0 commit comments