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

add more custom documentation fields on windows #424

Merged
merged 3 commits into from
Sep 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ This event is generated when a file is renamed.
| Field |
|---|
| @timestamp |
| Effective_process.entity_id |
| Effective_process.executable |
| Effective_process.name |
| Effective_process.pid |
| agent.id |
| agent.type |
| agent.version |
Expand Down
2 changes: 2 additions & 0 deletions custom_documentation/doc/endpoint/metrics/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ This is an internal state management document that includes metrics on Endpoint'
| Endpoint.metrics.system_impact.registry_events.week_ms |
| Endpoint.metrics.system_impact.threat_intelligence_events.week_idle_ms |
| Endpoint.metrics.system_impact.threat_intelligence_events.week_ms |
| Endpoint.metrics.system_impact.win32k_events.week_idle_ms |
| Endpoint.metrics.system_impact.win32k_events.week_ms |
| Endpoint.metrics.threads.cpu.mean |
| Endpoint.metrics.threads.name |
| Endpoint.metrics.uptime.endpoint |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ identification:
fields:
endpoint:
- '@timestamp'
- Effective_process.entity_id
- Effective_process.executable
- Effective_process.name
- Effective_process.pid
- agent.id
- agent.type
- agent.version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ fields:
- Endpoint.metrics.system_impact.registry_events.week_ms
- Endpoint.metrics.system_impact.threat_intelligence_events.week_idle_ms
- Endpoint.metrics.system_impact.threat_intelligence_events.week_ms
- Endpoint.metrics.system_impact.win32k_events.week_idle_ms
- Endpoint.metrics.system_impact.win32k_events.week_ms
- Endpoint.metrics.threads.cpu.mean
- Endpoint.metrics.threads.name
- Endpoint.metrics.uptime.endpoint
Expand Down