From 2790de9ba1568a6b6ff13347b5ca32aa2e381f11 Mon Sep 17 00:00:00 2001 From: Mashhur Date: Fri, 26 Sep 2025 14:04:02 -0700 Subject: [PATCH] Updates Logstash pipeline ID description to point out the restrictions/acceptance. --- docs/reference/rest-api/logstash/put-pipeline.asciidoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/reference/rest-api/logstash/put-pipeline.asciidoc b/docs/reference/rest-api/logstash/put-pipeline.asciidoc index 26af8d0f124cb..3299f50c90c51 100644 --- a/docs/reference/rest-api/logstash/put-pipeline.asciidoc +++ b/docs/reference/rest-api/logstash/put-pipeline.asciidoc @@ -36,7 +36,9 @@ replaced. ==== {api-path-parms-title} ``:: - (Required, string) Identifier for the pipeline. +(Required, string) +Identifier for the pipeline. +It must begin with a letter or underscore and can contain only letters, underscores, dashes, hyphens, and numbers. [[logstash-api-put-pipeline-request-body]] ==== {api-request-body-title}