Configuring the Dashboard

Use these procedures to configure the Dashboard.

About this task

To send data to Elasticsearch, follow these configuration steps:

Procedure

  1. CD to: root_install
  2. Open the tx-rest.properties file: vi tx-rest.properties
  3. Search for 'event'.
  4. Uncomment the following by removing the # sign for #event.logger.host=127.0.0.1 and #event.logger.port=15901
  5. Save the tx-rest.properties file.
  6. CD to root_install/config
  7. Open the eventreporter.properties file: vi eventreporter.properties
  8. Search for TARGET_TYPE .
  9. Append the following to TARGET_TYPE:TARGET_TYPE=elasticsearch
  10. Search for ELASTICSEARCH_HOST.1 file.
  11. Set the IP address of your Elasticsearch server:ELASTICSEARCH_HOST.1=<ipaddress>

    When a flow or map is run, it will populate data in the Dashboard.