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

[AWS]: Improve wording on milliseconds #8703

Merged
merged 4 commits into from Jan 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/aws/changelog.yml
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "2.11.1"
changes:
- description: Improve wording on milliseconds.
type: enhancement
link: https://github.com/elastic/integrations/pull/8703
- version: "2.11.0"
changes:
- description: Convert Total Estimated Charges panel to new metric visualization.
Expand Down
4 changes: 2 additions & 2 deletions packages/aws/data_stream/s3access/fields/fields.yml
Expand Up @@ -52,11 +52,11 @@
- name: total_time
type: long
description: |
The number of milliseconds the request was in flight from the server's perspective.
The total amount of time in milliseconds the request was in flight from the server's perspective.
- name: turn_around_time
type: long
description: |
The number of milliseconds that Amazon S3 spent processing your request.
The total amount of time in milliseconds that Amazon S3 spent processing your request.
- name: referrer
type: keyword
description: |
Expand Down
4 changes: 2 additions & 2 deletions packages/aws/docs/s3.md
Expand Up @@ -78,8 +78,8 @@ to learn about customer base and understand Amazon S3 bill.
| aws.s3access.requester | The canonical user ID of the requester, or a - for unauthenticated requests. | keyword |
| aws.s3access.signature_version | The signature version, SigV2 or SigV4, that was used to authenticate the request or a - for unauthenticated requests. | keyword |
| aws.s3access.tls_version | The Transport Layer Security (TLS) version negotiated by the client. | keyword |
| aws.s3access.total_time | The number of milliseconds the request was in flight from the server's perspective. | long |
| aws.s3access.turn_around_time | The number of milliseconds that Amazon S3 spent processing your request. | long |
| aws.s3access.total_time | The total amount of time in milliseconds the request was in flight from the server's perspective. | long |
| aws.s3access.turn_around_time | The total amount of time in milliseconds that Amazon S3 spent processing your request. | long |
| aws.s3access.user_agent | The value of the HTTP User-Agent header. | keyword |
| aws.s3access.version_id | The version ID in the request, or "-" if the operation does not take a versionId parameter. | keyword |
| client.address | Some event client addresses are defined ambiguously. The event will sometimes list an IP, a domain or a unix socket. You should always store the raw address in the `.address` field. Then it should be duplicated to `.ip` or `.domain`, depending on which one it is. | keyword |
Expand Down
2 changes: 1 addition & 1 deletion packages/aws/manifest.yml
@@ -1,7 +1,7 @@
format_version: 3.0.0
name: aws
title: AWS
version: 2.11.0
version: 2.11.1
description: Collect logs and metrics from Amazon Web Services (AWS) with Elastic Agent.
type: integration
categories:
Expand Down