Changes

Jump to navigation Jump to search
114 bytes added ,  08:18, 15 April 2019
m
no edit summary
Line 1: Line 1:  
[https://github.com/elastic/elasticsearch GitHub]
 
[https://github.com/elastic/elasticsearch GitHub]
   −
== Install ==
+
==Install==
   −
* Install Java <syntaxhighlight lang="bash">
+
*Install Java <syntaxhighlight lang="bash">
 
sudo apt install openjdk-7-jre-headless
 
sudo apt install openjdk-7-jre-headless
 
</syntaxhighlight><br />
 
</syntaxhighlight><br />
Line 11: Line 11:  
</syntaxhighlight>
 
</syntaxhighlight>
   −
== API ==
+
==API==
 
Get status<syntaxhighlight lang="bash">
 
Get status<syntaxhighlight lang="bash">
 
curl -X GET "http://localhost:9200"
 
curl -X GET "http://localhost:9200"
 
</syntaxhighlight>
 
</syntaxhighlight>
   −
== Paths ==
+
== Configuration ==
 +
cluster.name
 +
 
 +
node.name
 +
 
 +
index.number_of_shards
 +
 
 +
index.number_of_replicas
 +
 
 +
node.master
 +
 
 +
node.data
 +
 
 +
===Paths===
 
{| class="wikitable"
 
{| class="wikitable"
 
|+
 
|+

Navigation menu