Hi,
this is the config I am using:
filebeat.inputs:
- type: log
paths:
- /Users/peter/es-stack/datasets/nyc_collision_data.csv
output.elasticsearch:
hosts: ["localhost:9200"]
index: "nyc_visionzero"
pipeline: "nyc_collision"
setup.template.enabled: false
I am trying to import the test data using this approach with example data:
Unfortunately the index created and ingesting the data in elasticsearch 7.1 is still the default of "filebeat-7.1etc".
Can you help out?
Using Elasticsearch 7.1 and filebeat 7.1.