Skip to content

Conversation

mashhurs
Copy link

Kibana and Elasticsearch APIs start validating pipeline IDs after the following changes:

@mashhurs mashhurs self-assigned this Sep 25, 2025
@mashhurs mashhurs added the documentation Improvements or additions to documentation label Sep 25, 2025
@mashhurs
Copy link
Author

@tobio sorry for direct ping... I don't know honestly who would be the best person to review my this small change but I would appreciate if you take a look and review. Thank you!

}
output "pipeline" {
value = elasticstack_elasticsearch_logstash_pipeline.example.pipeline_id
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just referencing the pipeline_id of the resource declared above which does comply with the validation rules.

@tobio
Copy link
Member

tobio commented Sep 27, 2025

@mashhurs the example here meets the validation rules, with pipeline_id = "test_pipeline. The line you've changed is just referencing that value.

@tobio tobio closed this Sep 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update Logstash pipeline sample config/docs to align with pipeline ID restrictions.

2 participants