[Fleet] Add Universal Profiling executables (#169609)

## Summary

Adds to the appropriate mappings to ensure elastic-agent can write logs
for the Universal Profiling service.

Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
This commit is contained in:
Florian Lehner 2023-10-27 18:30:48 +02:00 committed by GitHub
parent 3a18916b31
commit ac8d06316f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 0 deletions

View file

@ -27,6 +27,9 @@ export const AGENT_POLICY_DEFAULT_MONITORING_DATASETS = [
'elastic_agent.heartbeat',
'elastic_agent.cloudbeat',
'elastic_agent.cloud_defend',
'elastic_agent.pf_host_agent',
'elastic_agent.pf_elastic_collector',
'elastic_agent.pf_elastic_symbolizer',
];
export const LICENSE_FOR_SCHEDULE_UPGRADE = 'platinum';

View file

@ -119,6 +119,9 @@ Object {
"logs-elastic_agent.heartbeat-testnamespace123",
"logs-elastic_agent.cloudbeat-testnamespace123",
"logs-elastic_agent.cloud_defend-testnamespace123",
"logs-elastic_agent.pf_host_agent-testnamespace123",
"logs-elastic_agent.pf_elastic_collector-testnamespace123",
"logs-elastic_agent.pf_elastic_symbolizer-testnamespace123",
"metrics-elastic_agent-testnamespace123",
"metrics-elastic_agent.elastic_agent-testnamespace123",
"metrics-elastic_agent.apm_server-testnamespace123",
@ -133,6 +136,9 @@ Object {
"metrics-elastic_agent.heartbeat-testnamespace123",
"metrics-elastic_agent.cloudbeat-testnamespace123",
"metrics-elastic_agent.cloud_defend-testnamespace123",
"metrics-elastic_agent.pf_host_agent-testnamespace123",
"metrics-elastic_agent.pf_elastic_collector-testnamespace123",
"metrics-elastic_agent.pf_elastic_symbolizer-testnamespace123",
],
"privileges": Array [
"auto_configure",
@ -164,6 +170,9 @@ Object {
"logs-elastic_agent.heartbeat-testnamespace123",
"logs-elastic_agent.cloudbeat-testnamespace123",
"logs-elastic_agent.cloud_defend-testnamespace123",
"logs-elastic_agent.pf_host_agent-testnamespace123",
"logs-elastic_agent.pf_elastic_collector-testnamespace123",
"logs-elastic_agent.pf_elastic_symbolizer-testnamespace123",
],
"privileges": Array [
"auto_configure",
@ -195,6 +204,9 @@ Object {
"metrics-elastic_agent.heartbeat-testnamespace123",
"metrics-elastic_agent.cloudbeat-testnamespace123",
"metrics-elastic_agent.cloud_defend-testnamespace123",
"metrics-elastic_agent.pf_host_agent-testnamespace123",
"metrics-elastic_agent.pf_elastic_collector-testnamespace123",
"metrics-elastic_agent.pf_elastic_symbolizer-testnamespace123",
],
"privileges": Array [
"auto_configure",