From 599fff6a845e64b309d7ae8069e87dd2f00a371f Mon Sep 17 00:00:00 2001 From: Thibault Richard Date: Wed, 22 Jun 2022 15:14:16 +0200 Subject: [PATCH] Regenerate docs --- docs/data-sources/elasticsearch_ingest_processor_append.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data-sources/elasticsearch_ingest_processor_append.md b/docs/data-sources/elasticsearch_ingest_processor_append.md index c0ff6bbb5..c556abed8 100644 --- a/docs/data-sources/elasticsearch_ingest_processor_append.md +++ b/docs/data-sources/elasticsearch_ingest_processor_append.md @@ -48,7 +48,7 @@ resource "elasticstack_elasticsearch_ingest_pipeline" "my_ingest_pipeline" { - **description** (String) Description of the processor. - **if** (String) Conditionally execute the processor - **ignore_failure** (Boolean) Ignore failures for the processor. -- **media_type** (String) The media type for encoding value. Applies only when value is a template snippet. Must be one of `application/json`, `text/plain`, or `application/x-www-form-urlencoded`. +- **media_type** (String) The media type for encoding value. Applies only when value is a template snippet. Must be one of `application/json`, `text/plain`, or `application/x-www-form-urlencoded`. Supported only from Elasticsearch version **7.15**. - **on_failure** (List of String) Handle failures for the processor. - **tag** (String) Identifier for the processor.