Inserting new records or update to existing file

Does there any plugin or tool can help the end user to insert or update record in existing and indexed file by elasticsearch?

thank you

If we are talking about end-users then I don't imagine we are expecting them to edit raw JSON.
That then becomes primarily a styling issue - how to take what could be a complex JSON document full of arrays, objects and primitive values and present an HTML interface that allows edits. I don't know of a generic tool for doing that sort of job, (XML at least had tooling to work from XML schemas). Often elasticsearch is indexing documents authored in upstream systems with their own data entry UIs. When people edit docs directly in elasticsearch they build custom UIs and call elasticsearch using their choice of programming API [1].

[1] See "CLIENT LIBRARIES" section in Elasticsearch: The Official Distributed Search & Analytics Engine | Elastic

Thanks

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