Local elasticsearch instance

Comments

2 comments

  • Nathan

    root@router:/usr/local/etc/elasticsearch # ls
    elasticsearch.yml elasticsearch.yml.bak elasticsearch.yml.orig jvm.options log4j2.properties
    root@router:/usr/local/etc/elasticsearch # cd ..
    root@router:/usr/local/etc # curl -u elastic:changeme localhost:9200
    {
    "name" : "E4xxxx",
    "cluster_name" : "elasticsearch",
    "cluster_uuid" : "Xzxxxxxxxx",
    "version" : {
    "number" : "5.6.8",
    "build_hash" : "6xxx",
    "build_date" : "2018-02-16T16:46:30.010Z",
    "build_snapshot" : false,
    "lucene_version" : "6.6.1"
    },
    "tagline" : "You Know, for Search"
    }
    root@router:/usr/local/etc #

    0
    Comment actions Permalink
  • Matt

    Hi Nathan,

    This is the correct configuration path. ES listens on localhost on port 9200/tcp. There's no http authentication, since it's listening on local address.

     

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk