Local elasticsearch instance
Hi,
I have installed Sensai with local Elesticsearch instance. I'm wanting to read that from my Grafana install to then be able to display all of this there.
I'm unable to locate the config for Eleasticsearch and not sure of the credentials.
-
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 #
Please sign in to leave a comment.
Comments
2 comments