IPs are masked.
When I run the following command:
filebeat setup --pipelines logstash,kibana,elasticsearch -E output.logstash.enabled=false -E 'output.elasticsearch.hosts=["X.X.X.X:9200"]'
I do not see the pipelines in ES. I actually have to modify my running filebeat.yml file to point to ES vs LS so that the pipelines are uploaded to ES. Am I running the command correctly?