Tasks | - Determine the elastic search server name and/or IP Address.
- Open Chrome.
- HTTP://ServerName/IP Address from Step#1:9200.
Example: (http://elastic.archer.local:9200)
- Note the ClusterName and Version in the JSON returned.
{ "name" : "ELASTIC", "cluster_name" : "elasticsearch", "cluster_uuid" : "oas0Uz3BRmeUJH3oFtK7UQ", "version" : { "number" : "6.8.3", "build_flavor" : "unknown", "build_type" : "unknown", "build_hash" : "0c48c0e", "build_date" : "2019-08-29T19:05:24.312154Z", "build_snapshot" : false, "lucene_version" : "7.7.0", "minimum_wire_compatibility_version" : "5.6.0", "minimum_index_compatibility_version" : "5.0.0" }, "tagline" : "You Know, for Search" }
- Verify that the ElasticSearch version is compatible with RSA Archer. The ElasticSearch plugin in RSA Archer will only work with the documented version of ElasticSearch (as per Supported & Qualified Environments guide).
- Enter the cluster name and server name/IP Address into the Archer Control Panel.
- Save the changes.
- Continue with the ElasticSearch plugin installation and configuration as per Archer documentation.
|