Configuring Event Reporter

Configure the Event Reporter by setting these parameters:
  • LISTENING_PORT - The port Event Reporter uses to accept connections.
  • TARGET_TYPE:
    • stdout - Sends event messages to standard output.
    • file - Sends event messages to file specified by OUTPUT_FILE.
    • elasticsearch - Sends event messages to an elasticsearch server specified by ELASTICSEARCH_HOST.
  • ELASTICSEARCH_HOST.x - The ip address of your elasticsearch server.
  • ELASTICSEARCH_PORT.x - The port used by your elasticsearch server.

    Where .x is used to indicate any number of servers.

    For example:

    ELASTICSEARCH_HOST.1

    ELASTICSEARCH_HOST.2

  • ELASTICSEARCH_ROLLING_INDEX - Specify how often Elasticsearch indexes are created.