-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Update to Elastic 7.0.1 #382
Conversation
Just FYI - I've been running the stack on 7.0.0 since Friday and every night when Logstash wants to roll over the index, it stops working with this message:
I searched my configuration up and down and through the containers but I cannot find a defaults mapping setting. Yesterday, I created the logstash-2019.04.13 index manually and it worked again until the roll over tonight.
I'm quite new to Elastic Search and use it to mirror my rsyslogs to a searchable database (so nothing critical is lost), but I find it quite frustrating to debug such issues. |
@sdellenb did you start a new Stack or upgrade from 6.7? My gut feeling is that the Logstash index template may have changed between the 2 versions and needs to be replaced. |
I upgraded from 6.7, with the same changes as this PR (except the port). I'll check the index template. |
@sdellenb the release notes mention the field reference parser is now more strict. Are you using a specific plugin to ship your logs to ship your logs to Logstash? I also found this in the Elasticsearch 7.0.0 documentation: Removal of mapping types. Sounds like we should wait for the first patch version before we merge this update to the repo :) |
No plugin, just an rsyslog template generating a JSON for logstash. On a different note regarding the upgrade to 7.0.0: |
Thanks for the feedback, much appreciated 🙏 We'll have to address this in the default configuration indeed. |
@kg-ops 7.0.1 is out. Would you mind updating the PR so we can test the upgrade path from 6.7.x? |
92f86c6
to
eacb5e9
Compare
0acd72c
to
85561e8
Compare
85561e8
to
3fd4fcd
Compare
Blog post
Closes #390