Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

filebeat elasticsearch index endpoint change #2284

Open
casesolved-co-uk opened this issue Nov 17, 2024 · 0 comments
Open

filebeat elasticsearch index endpoint change #2284

casesolved-co-uk opened this issue Nov 17, 2024 · 0 comments

Comments

@casesolved-co-uk
Copy link

Looks like the README for filebeat needs updating:

http://localhost:9200/_template

should be

http://localhost:9200/_index_template

since version 7.16:

https://github.com/elastic/beats/pull/29869/files
elastic/beats#29574

curl -XPUT -H 'Content-Type: application/json' http://localhost:9200/_template/filebeat-<filebeat-version> [email protected]

{"error":{"root_cause":[{"type":"parse_exception","reason":"unknown key [priority] in the template "}],"type":"parse_exception","reason":"unknown key [priority] in the template "},"status":400}

@casesolved-co-uk casesolved-co-uk changed the title filebeat elasticsearch index change filebeat elasticsearch index endpoint change Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant