Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To enable this feature 3 steps are required: 

  1. Install and configure store Store plugin.
  2. Configure manually each syslog agent.


Plugin install and configure

  1. The plugin is located at  /installs/tech-preview/es-changes-feed-plugin.zip
  2. In order to extract the plugin please follow the procedure :
    1. cd  /installs/tech-preview
    2. unzip es-changes-feed-plugin.zip
    3. The command will create the following files in the directory /installs/tech-preview :
      1. MonTierEventsFeedPlugin.zip
      2. MonTierEventsFeedPlugin.zip.md5
  3. To install plugin just run commands: 

    1. cd /app/elasticsearch_base

    2. bin/plugin install file:///installs/tech-preview/MonTierEventsFeedPlugin.zip

    3. Approve the installation by pressing Y to the prompt question "Continue with installation? [y/N]"

    4. To remove plugin issue command : bin/plugin remove file:///installs/tech-preview/MonTierEventsFeedPlugin.zip

  4. Configure each Store node number 2 or 4 as follow:

    1. cd /app/elasticsearch_nodes/config/MonTier-es-raw-trans-Node-2 
    2. Edit file elasticsearch.yml
    3. add to the end of file the parameters:

      ParameterValuesDescription
      montier.events.feed.syslog.protocoltcp or udpthe protocol used to send syslog
    4. : tcp 

    5. montier.events.feed.syslog.host
      : 127.0.0.1
      ip addressv4 or valid hostnametarget syslog agent hostname
      montier.events.feed.syslog.port
      : 60030
      integer 1-65535target syslog agent port
      montier.events.feed.syslog.ssl
      : false
      false or trueenable / disable ssl
      montier.events.feed.appname
      : DPOD-MSC1
      montier.events.feed.disable: false
      text A-Z|a-z|0-9 name - 8 charssyslog application name


      Configure syslog agent