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

Update AMQP protocol to use ECS fields #10090

Merged
merged 2 commits into from
Jan 16, 2019

Conversation

andrewkroh
Copy link
Member

There are no dashboards to update.

Here's a summary of what fields changed.

Part of #7968

Changed

  • bytes_in -> source.bytes
  • bytes_out -> destination.bytes
  • responsetime -> event.duration
  • notes -> error.message

Added

  • client
  • server
  • event.dataset = amqp
  • event.start
  • event.end
  • network.bytes
  • network.community_id
  • network.protocol = dhcpv4
  • network.transport = tcp
  • network.type

Unchanged Packetbeat Fields

  • method
  • status
  • type = amqp (we might remove this since we have event.dataset)
  • request
  • response

There are no dashboards to update.

Here's a summary of what fields changed.

Part of elastic#7968

Changed

- bytes_in -> source.bytes
- bytes_out -> destination.bytes
- responsetime -> event.duration
- notes -> error.message

Added

- client
- server
- event.dataset = amqp
- event.start
- event.end
- network.bytes
- network.community_id
- network.protocol = dhcpv4
- network.transport = tcp
- network.type

Unchanged Packetbeat Fields

- method
- status
- type = amqp (we might remove this since we have event.dataset)
- request
- response
Copy link
Member

@ruflin ruflin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

I assume here it's the same that all these fields are already in the migration yml.

@andrewkroh andrewkroh merged commit 1acbfdb into elastic:master Jan 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants