Skip to content
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

Updated docs with required field & optional value #293

Merged
merged 4 commits into from
Sep 29, 2021

Conversation

hvaghani221
Copy link
Collaborator

No description provided.

@hvaghani221 hvaghani221 marked this pull request as draft September 28, 2021 08:54
@luckyj5
Copy link
Collaborator

luckyj5 commented Sep 28, 2021

LGTM. thanks

@luckyj5 luckyj5 marked this pull request as ready for review September 28, 2021 17:23
README.md Outdated
* `HEC_RETRIES`: Retry count for sending events to Splunk. After expiring, events will begin dropping causing data loss. (Default: 5)
* `HEC_WORKERS`: Set the amount of Splunk HEC workers to increase concurrency while ingesting in Splunk. (Default: 8)
* `ENABLE_EVENT_TRACING`: Enables event trace logging. Splunk events will now contain a UUID, Splunk Nozzle Event Counts, and a Subscription-ID for Splunk correlation searches. (Default: false)
* `SPLUNK_VERSION`: The Splunk version that determines how HEC ingests metadata fields. Only required for Splunk version 6.3 or below. (Default: "7.2")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's remove this. 6.3 is old and wont be needed anymore. Also, if there is any ref of this in the code, lets clean that up as well.

README.md Outdated
* `ORG_SPACE_CACHE_INVALIDATE_TTL`: How frequently the org and space cache invalidates (in s/m/h. For example, 3600s or 60m or 1h). (Default: 72h)
* `APP_LIMITS`: Restrict to APP_LIMITS the most updated apps per request when populating the app metadata cache. keep it 0 to update all the apps. (Default: 0)
* `BOLTDB_PATH`: Bolt database path. (Default: cache.db)
* `EVENTS`: A comma separated list of events to include. Possible values: ValueMetric,CounterEvent,Error,LogMessage,HttpStartStop,ContainerMetric. If it is blank, nozzle will automatically select LogMessage (Default: "ValueMetric,CounterEvent,ContainerMetric")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

EVENTS - It's a required field and cannot be blank in the Tile.
Also, is the default "logmessage" or "Default: "ValueMetric,CounterEvent,ContainerMetric"

Copy link
Collaborator Author

@hvaghani221 hvaghani221 Sep 29, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are required to select at least one eventtype in the tile.
But in local execution or pushed via cf, if we explicitly set EVENTS="", nozzle will automatically select logmessage at the parsing level parsing level.
Made some changes to make it more clear

Copy link
Collaborator

@luckyj5 luckyj5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks!

@hvaghani221 hvaghani221 merged commit 8aed6ed into develop Sep 29, 2021
@luckyj5 luckyj5 deleted the config-doc-update branch October 1, 2021 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants