Kibana is a great tool. We are using the "Discover" function a lot for doing quick and simple searches in our index. From time to time we need to change a field value (e.g. correcting some original values).
Is there a view or plugin for Kibana which allows to change value directly inside the index (this would include editing the _source field and doing re-indexing behind the scene). Sure you can do it with the Kibana DevTools, but we are searching a nice to use tool for non-developers. The "Discover" view is perfect ... but it's read-only.....
Thanks and Happy New Year