/
Elasticsearch Server
eGov ERP DevOps
Elasticsearch Server
Download jdk
. .bashrc
java -version
Download elasticsearch-2.4.1.zip
Configuration:
elasticsearch-2.4.1/config# vi elasticsearch.yml
> edit: cluster-name, node.name, network.host: 0.0.0.0
elasticsearch-2.4.1/bin# vi elasticsearch
> add:
ES_HEAP_SIZE=4G
JAVA_OPTS="$JAVA_OPTS -Xms4g -Xmx4g"
MAX_LOCKED_MEMORY=unlimited
MAX_OPEN_FILES=131070
Start Server:
:~/elasticsearch-2.4.1/bin$ ./elasticsearch -d
, multiple selections available,
Related content
Elastic Search Upgrade from Kibana 5.6 to 6.4.2
Elastic Search Upgrade from Kibana 5.6 to 6.4.2
More like this
How to create snapshot and restore elasticsearch cluster data
How to create snapshot and restore elasticsearch cluster data
More like this
eGov SmartCity Suite Setup
eGov SmartCity Suite Setup
More like this
How to Dump Elasticsearch Indexes (To be Reviewed)
How to Dump Elasticsearch Indexes (To be Reviewed)
More like this
Dashboards and Reports
Dashboards and Reports
More like this
Indexing Resources
Indexing Resources
More like this
DevOps as a Culture