-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: update variable description #377
Conversation
README.md
Outdated
* `KEEP_ALIVE_TIMER`: Time after which connection to Splunk will be refreshed, if REFRESH_SPLUNK_CONNECTION is set to true (in s/m/h. For example, 3600s or 60m or 1h). (Default: 30s) | ||
* `MEMORY_BALLAST_SIZE`: Size of memory allocated to reduce GC cycles. Default is 0, Size should be less than the total memory. | ||
* `KEEP_ALIVE_TIMER`: Time after which connection to Splunk will be refreshed, if `REFRESH_SPLUNK_CONNECTION` is set to true (in s/m/h. For example, 3600s or 60m or 1h). (Default: 30s) | ||
* `MEMORY_BALLAST_SIZE`: Size of memory allocated to reduce GC cycles. Size should be less than the total memory. Default is 0. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(Default: 0) to keep it the same as others?
tile/tile.yml
Outdated
default: main | ||
- name: splunk_logging_index | ||
type: string | ||
label: Logging Index | ||
description: The name of the Splunk index where logging events will be sent to. WARNING:Setting an invalid index will cause events to be lost. When not provided, all logging events will be forwarded to the splunk_index. | ||
description: The name of the Splunk index where logging events will be sent to. When not provided, all logging events will be forwarded to the splunk_index. WARNING:Setting an invalid index will cause events to be lost. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe add " internal events " or " cf:splunknozzle events "
tile/tile.yml
Outdated
@@ -28,26 +28,27 @@ forms: | |||
- name: splunk_host | |||
type: string | |||
label: HTTP Event Collector Endpoint URL | |||
description: HTTP Event Collector endpoint URL. | |||
description: Splunk HTTP Event Collector endpoint URL. It is required parameter. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a required parameter
tile/tile.yml
Outdated
@@ -104,13 +102,14 @@ forms: | |||
- name: scale_out_nozzle | |||
type: integer | |||
label: Scale Out Nozzle | |||
description: Scale out Splunk nozzle. Recommendation:Run 2 or more nozzles for high availability. | |||
description: Adds more Splunk nozzle components to spread the load. Recommendation:Run 2 or more nozzles for high availability. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
instances?
tile/tile.yml
Outdated
default: 0s | ||
description: Time interval (in s/m/h. For example, 3600s or 60m or 1h) for monitoring memory queue pressure. Use to help with back-pressure insights. (Increases CPU load. Use for insights purposes only) Default is 0s (Disabled). | ||
description: Time interval (in s/m/h. For example, 3600s or 60m or 1h) for Enabling Monitoring - metric data of insights with in the connectors. (Increases CPU load. Use for insights purposes only) Default is 0s (Disabled). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe something like:
Time interval (in s/m/h. For example, 3600s or 60m or 1h) to enable the monitoring of metric data within the connector. (This increases CPU load and should be used for insights purposes only.) The default is 0s (monitoring disabled).
I would also change the one in readme to match this.
8549dd2
to
54ba795
Compare
Reviewing the descriptions of variables in UI.