ElasticSearch Visual Editor

Hey there,

We must admit that making any changes/updates to an existing document in ElasticSearch is really messy. Some reasons for that might be:

  1. Using scripts: even when you can merge existing fields built-in, using scripts and especially painless is just not right for simple tasks.
  2. Using metafields: sometimes just in order to get or update the document, you must hold Parent ID or Routing key. It doesn't feel natural.

I wish there would be a simple document editor which shows me the current version of the document, allows me to edit the document (just like in notepad) and then overwrite the document with this version.

Simple screenshots from RoboMongo for demonstration:

Does anyone know a similar tool in the ELK stack?
The closest I have found is this (probably) outdated tool.

Thanks!

What about https://hub.docker.com/r/appbaseio/dejavu/?

1 Like

Very impressive! Just what I needed and more! Thanks!
People who want to play around can get into this with live environment.

Is there any kibana plugin available? We don't usually enable cors on our production environments.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.