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
Soon, Elasticsearch and Kibana API's do validation on Logstash pipeline ID which IDs must begin with a letter or underscore and contain only letters, underscores, dashes, hyphens and numbers.
However, some examples in this repo violate (contains dots) the restriction. They need to be updated.