Skip to content

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:

    elasticsearch\bin\elasticsearch
    

    to start ElasticSearch-Process

  • Test the service:

  • Open URL in Browser: http://localhost:9200

  • Or execute:
         curl <http://localhost:9200>
    

Kibana

  • Execute:

       kibana\bin\kibana
    

    to start Kibana-Process

  • Test the service:

  • Open URL in Browser: http://localhost:9200

  • Or execute:
         curl -iS <http://localhost:5601>
    

Logstash

  • Execute
     logstash\bin\logstash
    

    to start Logstash-Process