https://www.elastic.co/guide/en/logstash/current/advanced-pipeline.html
Hello, I'm using Elasticsearch, logstash, and filebeat, all v6.4.1. So for the noted link, I am working on getting through the tutorial and I found that the following lines give an error (DEPRECATED: prospectors are deprecated, Use 'inputs' instead. Will be removed in version: 7.0.0:
filebeat.prospectors:
- type: log
paths:- /path/to/file/logstash-tutorial.log
output.logstash:
hosts: ["localhost:5044"]
- /path/to/file/logstash-tutorial.log
I was just hoping that whomever modifies the pages that for 6.4(current) that they would update "filebeat.prospectors" to "filebeat.inputs" to save others some time troubleshooting this issue.
Thanks,
Eloy Sanchez
Seems like this one slipped by. Thank you for the reminder.
You're welcome,
The link still shows as "filebeat.prospectors" (as of 10/10/18).
Have a great weekend,
Eloy Sanchez
Active PR updating docs and other references in progress: https://github.com/elastic/logstash/pull/10048
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.