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

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,32 @@ export const registerCollector: RegisterCollector = ({
},
},
},
response_actions: {
enabled: {
type: 'long',
_meta: {
description: 'Number of enabled query rules configured with response actions',
},
},
disabled: {
type: 'long',
_meta: {
description: 'Number of disabled query rules configured with response actions',
},
},
response_actions: {
endpoint: {
type: 'long',
_meta: {
description: 'Number of endpoint response actions within query rules',
},
},
osquery: {
type: 'long',
_meta: { description: 'Number of osquery response actions within query rules' },
},
},
},
},
threshold: {
enabled: {
Expand Down Expand Up @@ -262,6 +288,36 @@ export const registerCollector: RegisterCollector = ({
},
},
},
response_actions: {
enabled: {
type: 'long',
_meta: {
description:
'Number of enabled threshold rules configured with response actions',
},
},
disabled: {
type: 'long',
_meta: {
description:
'Number of disabled threshold rules configured with response actions',
},
},
response_actions: {
endpoint: {
type: 'long',
_meta: {
description: 'Number of endpoint response actions within threshold rules',
},
},
osquery: {
type: 'long',
_meta: {
description: 'Number of osquery response actions within threshold rules',
},
},
},
},
},
eql: {
enabled: { type: 'long', _meta: { description: 'Number of eql rules enabled' } },
Expand Down Expand Up @@ -358,6 +414,32 @@ export const registerCollector: RegisterCollector = ({
},
},
},
response_actions: {
enabled: {
type: 'long',
_meta: {
description: 'Number of enabled eql rules configured with response actions',
},
},
disabled: {
type: 'long',
_meta: {
description: 'Number of disabled eql rules configured with response actions',
},
},
response_actions: {
endpoint: {
type: 'long',
_meta: {
description: 'Number of endpoint response actions within eql rules',
},
},
osquery: {
type: 'long',
_meta: { description: 'Number of osquery response actions within eql rules' },
},
},
},
},
machine_learning: {
enabled: {
Expand Down Expand Up @@ -468,6 +550,38 @@ export const registerCollector: RegisterCollector = ({
},
},
},
response_actions: {
enabled: {
type: 'long',
_meta: {
description:
'Number of enabled machine_learning rules configured with response actions',
},
},
disabled: {
type: 'long',
_meta: {
description:
'Number of disabled machine_learning rules configured with response actions',
},
},
response_actions: {
endpoint: {
type: 'long',
_meta: {
description:
'Number of endpoint response actions within machine_learning rules',
},
},
osquery: {
type: 'long',
_meta: {
description:
'Number of osquery response actions within machine_learning rules',
},
},
},
},
},
threat_match: {
enabled: {
Expand Down Expand Up @@ -577,6 +691,36 @@ export const registerCollector: RegisterCollector = ({
},
},
},
response_actions: {
enabled: {
type: 'long',
_meta: {
description:
'Number of enabled threat_match rules configured with response actions',
},
},
disabled: {
type: 'long',
_meta: {
description:
'Number of disabled threat_match rules configured with response actions',
},
},
response_actions: {
endpoint: {
type: 'long',
_meta: {
description: 'Number of endpoint response actions within threat_match rules',
},
},
osquery: {
type: 'long',
_meta: {
description: 'Number of osquery response actions within threat_match rules',
},
},
},
},
},
new_terms: {
enabled: {
Expand Down Expand Up @@ -685,6 +829,36 @@ export const registerCollector: RegisterCollector = ({
},
},
},
response_actions: {
enabled: {
type: 'long',
_meta: {
description:
'Number of enabled new_term rules configured with response actions',
},
},
disabled: {
type: 'long',
_meta: {
description:
'Number of disabled new_term rules configured with response actions',
},
},
response_actions: {
endpoint: {
type: 'long',
_meta: {
description: 'Number of endpoint response actions within new_term rules',
},
},
osquery: {
type: 'long',
_meta: {
description: 'Number of osquery response actions within new_term rules',
},
},
},
},
},
esql: {
enabled: {
Expand Down Expand Up @@ -789,6 +963,32 @@ export const registerCollector: RegisterCollector = ({
},
},
},
response_actions: {
enabled: {
type: 'long',
_meta: {
description: 'Number of enabled esql rules configured with response actions',
},
},
disabled: {
type: 'long',
_meta: {
description: 'Number of disabled esql rules configured with response actions',
},
},
response_actions: {
endpoint: {
type: 'long',
_meta: {
description: 'Number of endpoint response actions within esql rules',
},
},
osquery: {
type: 'long',
_meta: { description: 'Number of osquery response actions within esql rules' },
},
},
},
},
elastic_total: {
enabled: { type: 'long', _meta: { description: 'Number of elastic rules enabled' } },
Expand Down Expand Up @@ -890,6 +1090,35 @@ export const registerCollector: RegisterCollector = ({
},
},
},
response_actions: {
enabled: {
type: 'long',
_meta: {
description: 'Number of enabled elastic rules configured with response actions',
},
},
disabled: {
type: 'long',
_meta: {
description:
'Number of disabled elastic rules configured with response actions',
},
},
response_actions: {
endpoint: {
type: 'long',
_meta: {
description: 'Number of endpoint response actions within elastic rules',
},
},
osquery: {
type: 'long',
_meta: {
description: 'Number of osquery response actions within elastic rules',
},
},
},
},
},
custom_total: {
enabled: { type: 'long', _meta: { description: 'Number of custom rules enabled' } },
Expand Down Expand Up @@ -987,6 +1216,34 @@ export const registerCollector: RegisterCollector = ({
},
},
},
response_actions: {
enabled: {
type: 'long',
_meta: {
description: 'Number of enabled custom rules configured with response actions',
},
},
disabled: {
type: 'long',
_meta: {
description: 'Number of disabled custom rules configured with response actions',
},
},
response_actions: {
endpoint: {
type: 'long',
_meta: {
description: 'Number of endpoint response actions within custom rules',
},
},
osquery: {
type: 'long',
_meta: {
description: 'Number of osquery response actions within custom rules',
},
},
},
},
},
},
detection_rule_detail: {
Expand Down
Loading