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
pipeline: outputs: elasticsearch: add api key as valid auth type (fluent#1727)
* 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]>
* add value must be base64 encoded
Signed-off-by: Todd Kennedy <[email protected]>
* Update pipeline/outputs/elasticsearch.md
Co-authored-by: Adam Locke <[email protected]>
Signed-off-by: Todd Kennedy <[email protected]>
---------
Signed-off-by: Todd Kennedy <[email protected]>
Co-authored-by: Adam Locke <[email protected]>
Copy file name to clipboardExpand all lines: pipeline/outputs/elasticsearch.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ This plugin has the following configuration parameters:
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 authenticating with Elasticsearch. Must be `base64` encoded. If `HTTP_User` or `Cloud_Auth` are defined, this parameter is 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`|
0 commit comments