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
{{ message }}
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.
To do this we would need to either make the logstash.yml file publicly available for editing OR automatically configure the logstash instance to use centralized pipeline management and specify the name of the pipelines that could be run, something like "script-1", "script-2" in the xpack.management.pipeline.id parameter (see configuration for more details).
I think the best approach might be to have a separate Logstash instance is correctly configured with a username, password, and predefined script names. However, this instance might be commented out because it might cause confusion to have two different Logstash instances running.
I would really like to have this feature for demonstrations.
The text was updated successfully, but these errors were encountered:
morgango
changed the title
Ability to Run a "headless" Logstash
Ability to Run Logstash with Centralized Pipeline Management
Dec 15, 2017
You can see what' i've done is pulled the config for each service out into it's own yml file which is now part of the repo and configurable via the user (who ever clones this repo).
The next step after getting this PR merged is to remove the logstash.conf file and instead make the setup-logstash.sh script upload the logstash conf file to Elasticsearch for centralized pipeline management.
@leonrinkel no. unfortunately. My wife and I recently had our first baby and was on parental leave. Just getting back into the swing of things today. So I'm catching up on email and issues across all the repos I help maintain.
Though I have not forgotten about this feature! :)
I would like to be able to use stack-docker to run Logstash with Centralized Pipeline Management.
To do this we would need to either make the
logstash.yml
file publicly available for editing OR automatically configure the logstash instance to use centralized pipeline management and specify the name of the pipelines that could be run, something like "script-1", "script-2" in thexpack.management.pipeline.id
parameter (see configuration for more details).I think the best approach might be to have a separate Logstash instance is correctly configured with a username, password, and predefined script names. However, this instance might be commented out because it might cause confusion to have two different Logstash instances running.
I would really like to have this feature for demonstrations.
The text was updated successfully, but these errors were encountered: