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
The same settings are documented in different places originating from different source files. (See queue settings, for example.) This situation sets us up for documentation getting out of sync because a setting gets updated in one place but not another.
Consider a single-sourcing approach that defines settings (as attributes perhaps) in one file to facilitate reuse wherever we need them.
ToDo: Add documentation about the interaction of overlapping settings in logstash.yml, pipelines.yml, and central management.