Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Elasticsearch management tools like phpMyAdmin for mysql [closed]

Is there any graphic management tools for Elasticsearch like phpMyAdmin for MySQL. I would like to be able to edit fields, chang mapping etc.

like image 638
John Smith Avatar asked Feb 27 '16 17:02

John Smith


People also ask

Can we use Elasticsearch with MySQL database?

You can easily set up your Elasticsearch to MySQL connection using CRUD Queries with the following steps: Step 1: Creating a Custom Cluster and Node. Step 2: Creating CRUD Functions. Step 3: Search the Elasticsearch Data.

Is Elasticsearch faster than MySQL?

The main difference ElasticSearch from MySQl-search is that ES works faster when large amounts of data through indexing. The index contains ready-made sets of data with which you are operating further ES-filters. So if you search with ES, you haven't to do a direct request to the database, as in MySQL.


1 Answers

I can suggest two other very handy tools, namely

  • The kopf plugin
  • The head plugin

They both allow you to modify mappings, run REST queries, edit fields, create repository and snapshots, run content analysis, etc...

Give them a check and you'll see how handy they are.

like image 50
Val Avatar answered Oct 02 '22 16:10

Val