Skip to content

disable data collection docs#44703

Open
sgress454 wants to merge 3 commits intodocs-v4.85.0from
sgress454/disable-historical-data-docs
Open

disable data collection docs#44703
sgress454 wants to merge 3 commits intodocs-v4.85.0from
sgress454/disable-historical-data-docs

Conversation

@sgress454
Copy link
Copy Markdown
Contributor

Related issue: For #44077

Docs for the new historical_data config keys.

Copy link
Copy Markdown

@claude claude Bot left a comment

Choose a reason for hiding this comment

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

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.

Tip: disable this comment in your organization's Code Review settings.

Comment thread docs/Configuration/yaml-files.md Outdated
Comment on lines +958 to +966
#### Example (global)

```json
{
"dataset": "vulnerabilities",
"fleet_id": null,
"fleet_name": null
}
```
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I'm not opposed to keeping it, but we don't necessarily need the global/team-scoped example; we could just show the team example since we already specify certain fields are null if applied globally.

Comment on lines +987 to +995
#### Example (global)

```json
{
"dataset": "uptime",
"fleet_id": null,
"fleet_name": null
}
```
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

(same as previous note)

Comment thread docs/REST API/rest-api.md
Comment on lines +2672 to +2673
| uptime | boolean | Whether to collect host activity samples that drive the Hosts Active dashboard chart. (Default: `true`) |
| vulnerabilities | boolean | Whether to collect per-host software vulnerability data that drive the Vulnerability Exposure dashboard chart. (Default: `true`) |
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I think we should leave out mention of the UI elements, since the audience for this is an API user.

Suggested change
| uptime | boolean | Whether to collect host activity samples that drive the Hosts Active dashboard chart. (Default: `true`) |
| vulnerabilities | boolean | Whether to collect per-host software vulnerability data that drive the Vulnerability Exposure dashboard chart. (Default: `true`) |
| uptime | boolean | Whether to collect host activity samples. (Default: `true`) |
| vulnerabilities | boolean | Whether to collect per-host software vulnerability data. (Default: `true`) |

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.

4 participants