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 Memcache protocol to use ECS fields #10189

Merged
merged 1 commit into from
Jan 21, 2019

Conversation

andrewkroh
Copy link
Member

Here's a summary of what fields changed.

Part of #7968

Changed

  • bytes_in -> source.bytes
  • bytes_out -> destination.bytes
  • responsetime -> event.duration (unit are now nanoseconds)
  • transport -> network.transport = udp or tcp

Added

  • destination
  • event.dataset = memcache
  • event.end
  • event.start
  • network.bytes
  • network.community_id
  • network.protocol = memcache
  • network.type
  • source

Unchanged Packetbeat Fields

  • status
  • type = memcache (we might remove this since we have event.dataset)

Here's a summary of what fields changed.

Part of elastic#7968

Changed

- bytes_in -> source.bytes
- bytes_out -> destination.bytes
- responsetime -> event.duration (unit are now nanoseconds)
- transport -> network.transport = udp or tcp

Added

- destination
- event.dataset = memcache
- event.end
- event.start
- network.bytes
- network.community_id
- network.protocol = memcache
- network.type
- source

Unchanged Packetbeat Fields

- status
- type = memcache (we might remove this since we have event.dataset)
@andrewkroh andrewkroh force-pushed the feature/pb/memcached branch from e27ee9c to 2956b5b Compare January 18, 2019 23:25
Copy link
Contributor

@webmat webmat left a comment

Choose a reason for hiding this comment

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

Seems pretty straightforward.

LGTM

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