Skip to content

nocode2k/elasticsearch-rest-plugin-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elasticsearch-rest-plugin-example

Examples for developing ❝Elasticsearch plugin❞

Environment

This example uses:

  • macOS
  • Open JDK 11
  • Elasticsearch 7.15.1

Build

$ mvn clean install

Install

./bin/elasticsearch-plugin install file:///elasticsearch/elasticsearch-example-plugin-7.15.1.zip

Run

./bin/elasticsearch

Browser

http://localhost:9200/_nocode
{
"description": "This is a example response: Fri Oct 15 07:58:00 KST 2021"
}

About

Sample cleanup for creating ❝Elasticsearch plugins❞

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages