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

Logging UI ECS Migration #27284

Closed
18 tasks
ruflin opened this issue Dec 17, 2018 · 1 comment
Closed
18 tasks

Logging UI ECS Migration #27284

ruflin opened this issue Dec 17, 2018 · 1 comment
Assignees
Labels
Feature:Metrics UI Metrics UI feature Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services v7.0.0

Comments

@ruflin
Copy link
Member

ruflin commented Dec 17, 2018

This issue is to track the migration of the Logging UI to ECS.

List of fields which need to be migrated:

  • beat.hostname -> host.hostname
  • beat.timezone -> event.timezone
  • meta.cloud.provider -> cloud.provider
  • meta.cloud.instance_id -> cloud.instance.id
  • meta.cloud.instance_name -> cloud.instance.name
  • meta.cloud.machine_type -> cloud.machine.type
  • meta.cloud.availability_zone -> cloud.availability_zone
  • meta.cloud.project_id -> cloud.project.id
  • meta.cloud.region -> cloud.region
  • docker.container.id -> container.id
  • docker.container.name -> container.name
  • docker.container.image -> container.image.name
  • metricset.name -> event.dataset (but different content)
  • metricset.module -> event.module
  • Module fields (see below).
  • Handle change that source becomes log.path and log.source.ip

These are the alias fields that were introduce also in 6.6 / 6.7 to make this data data compatible with the 7.x releases of Infrastructure UI. See elastic/beats#9283 for the actual aliases created in 6.x.

The Logging UI must also migrate the fields which are used for the reconstruction of the events. The migration of the Filebeat modules to ECS is still ongoing (see elastic/beats#8655) but quite a few modules are already migrated to have a look at the new ECS based fields. Each PR is linked in the meta issue.

As soon as this work is done, testing against the 6.x branches must happening to confirm everything works as expected.

@ruflin ruflin added the Feature:Metrics UI Metrics UI feature label Dec 17, 2018
@elasticmachine
Copy link
Contributor

Pinging @elastic/infrastructure-ui

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Metrics UI Metrics UI feature Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services v7.0.0
Projects
None yet
Development

No branches or pull requests

4 participants