Skip to content

Commit d277687

Browse files
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]>
1 parent 8a2f796 commit d277687

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pipeline/outputs/elasticsearch.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ This plugin has the following configuration parameters:
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 authenticating with Elasticsearch. Must be `base64` encoded. If `HTTP_User` or `Cloud_Auth` are defined, this parameter is 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` |

0 commit comments

Comments
 (0)