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 elastic_agent.shipper to the list of known monitoring datasets in Fleet #2654

Closed
Tracked by #16
cmacknz opened this issue May 10, 2023 · 1 comment
Closed
Tracked by #16
Labels
Team:Elastic-Agent Label for the Agent team

Comments

@cmacknz
Copy link
Member

cmacknz commented May 10, 2023

We need to add the elastic_agent.shipper dataset to the list of known monitoring datasets in Fleet.

These are defined in https://github.com/elastic/kibana/blob/51f6eeccefca5b927f96727be39181e0c4119275/x-pack/plugins/fleet/common/constants/agent_policy.ts#L15-L30

export const AGENT_POLICY_DEFAULT_MONITORING_DATASETS = [
  'elastic_agent',
  'elastic_agent.elastic_agent',
  'elastic_agent.apm_server',
  'elastic_agent.filebeat',
  'elastic_agent.filebeat_input',
  'elastic_agent.fleet_server',
  'elastic_agent.metricbeat',
  'elastic_agent.osquerybeat',
  'elastic_agent.packetbeat',
  'elastic_agent.endpoint_security',
  'elastic_agent.auditbeat',
  'elastic_agent.heartbeat',
  'elastic_agent.cloudbeat',
  'elastic_agent.cloud_defend',
];

Without this the the shipper logs and metrics cannot be written to Fleet, each write will fail with an API key error. Fleet only generates API keys for monitoring datasets in this list.

@jlind23
Copy link
Contributor

jlind23 commented Jun 5, 2024

The shipper project has been revisited hence closing this as outdated/not relevant.

@jlind23 jlind23 closed this as not planned Won't fix, can't repro, duplicate, stale Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:Elastic-Agent Label for the Agent team
Projects
None yet
Development

No branches or pull requests

2 participants