Getting Started
editGetting Started
editThis getting started guide walks you through installing Graph and using the Graph Kibana app to discover meaninful connections between terms.
To install Graph:
-
Run
bin/plugin installfromES_HOMEto install the License plugin:bin/plugin install license
You need to install the License and Graph plugins on each node in your cluster.
-
Run
bin/plugin installto install the Graph plugin.bin/plugin install graph
If you are using a DEB/RPM distribution of Elasticsearch, run the installation with superuser permissions. To perform an offline installation, download the Graph binaries.
-
Start Elasticsearch.
bin/elasticsearch
-
Install the Graph UI plugin into Kibana by running
bin/kibana pluginin your Kibana installation directory. If you need to install Kibana, see Getting Kibana Up and Running.bin/kibana plugin --install elasticsearch/graph/2.3.5
-
Start Kibana by running
bin/kibana. -
To verify your Graph installation, point your web browser at
http://0.0.0.0:5601/to open Kibana, click the App Switcher icon in the Kibana menu bar, and select Graph.