From 549d94c80fbdb106c8703e7f5f7bec2cd7189682 Mon Sep 17 00:00:00 2001 From: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com> Date: Tue, 12 Dec 2023 18:53:10 +0100 Subject: [PATCH] [Auth0]: Improve wording on milliseconds (#8702) * Fix wording on milliseconds * Update changelog and manifest * Update packages/auth0/changelog.yml Co-authored-by: subham sarkar --------- Co-authored-by: subham sarkar --- packages/auth0/changelog.yml | 5 +++++ packages/auth0/data_stream/logs/fields/fields.yml | 2 +- packages/auth0/docs/README.md | 2 +- packages/auth0/manifest.yml | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/packages/auth0/changelog.yml b/packages/auth0/changelog.yml index 098e9c70352..7cc9a193449 100644 --- a/packages/auth0/changelog.yml +++ b/packages/auth0/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: 1.14.1 + changes: + - description: Improve wording on elapsed time in milliseconds. + type: enhancement + link: https://github.com/elastic/integrations/pull/8702 - version: 1.14.0 changes: - description: ECS version updated to 8.11.0. diff --git a/packages/auth0/data_stream/logs/fields/fields.yml b/packages/auth0/data_stream/logs/fields/fields.yml index a1d734682ff..1a31be6c3ab 100644 --- a/packages/auth0/data_stream/logs/fields/fields.yml +++ b/packages/auth0/data_stream/logs/fields/fields.yml @@ -82,7 +82,7 @@ description: Time at which the operation was completed - name: elapsedTime type: long - description: Number of milliseconds the operation took to complete. + description: The total amount of time in milliseconds the operation took to complete. - name: stats type: group description: login stats diff --git a/packages/auth0/docs/README.md b/packages/auth0/docs/README.md index a89dbb51e97..0d25dae75f8 100644 --- a/packages/auth0/docs/README.md +++ b/packages/auth0/docs/README.md @@ -73,7 +73,7 @@ The Auth0 logs dataset provides events from Auth0 log stream. All Auth0 log even | auth0.logs.data.location_info.time_zone | Time zone name as found in the [tz database](https://www.iana.org/time-zones). | keyword | | auth0.logs.data.log_id | Unique log event identifier | keyword | | auth0.logs.data.login.completedAt | Time at which the operation was completed | date | -| auth0.logs.data.login.elapsedTime | Number of milliseconds the operation took to complete. | long | +| auth0.logs.data.login.elapsedTime | The total amount of time in milliseconds the operation took to complete. | long | | auth0.logs.data.login.initiatedAt | Time at which the operation was initiated | date | | auth0.logs.data.login.stats.loginsCount | Total number of logins performed by the user | long | | auth0.logs.data.scope | Scope permissions applied to the event. | keyword | diff --git a/packages/auth0/manifest.yml b/packages/auth0/manifest.yml index cebb404c832..b4a07f1193e 100644 --- a/packages/auth0/manifest.yml +++ b/packages/auth0/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.0.0" name: auth0 title: "Auth0" -version: "1.14.0" +version: "1.14.1" description: Collect logs from Auth0 with Elastic Agent. type: integration categories: