2. Getting Started

To use RNI-Elasticsearch, you need the RNI 7.13.0 Elasticsearch plugin, an RLP License, and Elasticsearch.

  1. If you do not already have it, install Elasticsearch.

    Download and unzip elasticsearch-1.x.y.zip [https://www.elastic.co/downloads/elasticsearch].

  2. Install the RNI-Elasticsearch plugin.

    Navigate to the elasticsearch-1.x.y root directory and run

     bin/plugin --install rni-es --url file:///path/to/rni-es-7.13.0.zip
    

    The RNI-Elasticsearch plugin is now in plugins/rni-es.

  3. Copy the RLP License (rlp-license.xml) to plugins/rni-es/bt_root/rlp/rlp/licenses.

    This license must be in place before you can use RNI-Elasticsearch.

To start the Elasticsearch server, run

bin/elasticsearch

Something else here.

this is code.

adding something new