Basic - Linux¶
JAVA_HOME¶
Execute:
. ./env.sh
in gis/insight to set and export $JAVA_HOME
Wildfly¶
-
Execute:
wildfly\bin\standalone.sh start
to start wildfly-Process
-
To stop if necessary you can use:
wildfly\bin\standalone.sh stop
ElasticSearch¶
-
Execute:
to start ElasticSearch-Processelasticsearch\bin\elasticsearch
-
Test the service:
-
Open URL in Browser: http://localhost:9200
- Or execute:
curl <http://localhost:9200>
Kibana¶
-
Execute:
to start Kibana-Processkibana\bin\kibana
-
Test the service:
-
Open URL in Browser: http://localhost:9200
- Or execute:
curl -iS <http://localhost:5601>
Logstash¶
- Execute
to start Logstash-Processlogstash\bin\logstash