Skip to content

AntonShuvaev/elasticsearch4idea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elasticsearch Plugin for JetBrains IDEs

Version Downloads

Intro

Elasticsearch Plugin is a GUI Client for Elasticsearch based on IntelliJ Platform. It is designed to query and manage Elasticsearch cluster. You can connect to a local cluster, to a server, or in the cloud. Supports all versions of Elasticsearch and OpenSearch.

For the documentation please visit Documentation.

To get the Elasticsearch plugin visit Jetbrains Marketplace.

To get a quick tour of basic Elasticsearch plugin features, see the introduction video (3 minutes) but it is a bit outdated.

Elasticsearch plugin

Features

Create many connections to Elasticsearch or OpenSearch clusters with Authorization, SSL, SSH, AWS Signature

multiple connections to ES

Browse your data with a Table or JSON Views. Use Pagination, Sorting and Filtering with Kibana Query Language (KQL).

browse and manage indices

Create, Update, Delete documents right in the table or in the JSON editor dialog.

Create, Update, Delete documents

QueryDSL and Rest API autocomplete with Elasticsearch Documentation

queryDSL autocomplete

Export data to CSV, JSON, Bulk API or Dump file

Export data

Import data from CSV, JSON, Dump file or Copy indexes

Import data

Other features

  • Save .es files with requests in your project and share them with your team
  • Save your favorite queries and access them from the explorer tool window
  • History of all executed requests
  • and more...