Skip to content

Commit

Permalink
Docs updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kcech committed May 7, 2019
1 parent cf77a65 commit 35f6cf6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/extensions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Activity Monitor Agent is configured with a set of .properties files in

+-----------------------+-----------------------+-----------------------------------------+
| Property | Description | Comments |
+-----------------------+-----------------------+-----------------------------------------+
+=======================+=======================+=========================================+
| topics-to-index | Regexp pattern on | Examples of configuration: |
| | event name that | :: |
| | enables | |
Expand All @@ -163,7 +163,7 @@ Activity Monitor Agent is configured with a set of .properties files in

+-----------------------+-----------------------+-----------------------+
| Property | Description | Comments |
+-----------------------+-----------------------+-----------------------+
+=======================+=======================+=======================+
| elasticsearch.url | URL of the ES | |
| | instance | |
+-----------------------+-----------------------+-----------------------+
Expand Down Expand Up @@ -230,7 +230,7 @@ sentilo/sentilo-agent-historian/src/main/resources/properties.

+-----------------------+-----------------------+---------------------------------------+
| Property | Description | Comments |
+-----------------------+-----------------------+---------------------------------------+
+=======================+=======================+=======================================+
| topics-to-index | Regexp pattern on | Examples of configuration |
| | event name that | :: |
| | enables | |
Expand All @@ -251,7 +251,7 @@ sentilo/sentilo-agent-historian/src/main/resources/properties.

+-----------------------+-----------------------+-----------------------+
| Property | Description | Comments |
+-----------------------+-----------------------+-----------------------+
+=======================+=======================+=======================+
| opentsdb.url | URL of the OpenTSDB | |
| | instance | |
+-----------------------+-----------------------+-----------------------+
Expand Down Expand Up @@ -320,7 +320,7 @@ sentilo/sentilo-agent-federation/src/main/resources/properties/application.prope

+---------------------------------------------+---------------------------------------+----------------------------------------------------------------------------------------------------------+
| Property | Default Value | Description |
+---------------------------------------------+---------------------------------------+----------------------------------------------------------------------------------------------------------+
+=============================================+=======================================+==========================================================================================================+
| server.port | 8082 | Agent's HTTP port |
+---------------------------------------------+---------------------------------------+----------------------------------------------------------------------------------------------------------+
| rest.client.local.host | http://127.0.0.1:8081 | Local Sentilo API endpoint |
Expand Down Expand Up @@ -372,7 +372,7 @@ The Kafka agent publishes Sentilo events to Kafka.

+--------------------------+----------------+-----------------------------------------------------------------------------------------------------+
| Property | Default Value | Description |
+--------------------------+----------------+-----------------------------------------------------------------------------------------------------+
+==========================+================+=====================================================================================================+
| kafka.bootstrap.servers | localhost:9092 | Comma-separated list of Kafka brokers |
+--------------------------+----------------+-----------------------------------------------------------------------------------------------------+
| zookeeper.nodes | localhost:2181 | Comma-separated list of Zookeeper nodes |
Expand Down

0 comments on commit 35f6cf6

Please sign in to comment.