Skip to content

Commit

Permalink
[Auth0]: Improve wording on milliseconds (elastic#8702)
Browse files Browse the repository at this point in the history
* Fix wording on milliseconds

* Update changelog and manifest

* Update packages/auth0/changelog.yml

Co-authored-by: subham sarkar <sarkar.subhams2@gmail.com>

---------

Co-authored-by: subham sarkar <sarkar.subhams2@gmail.com>
  • Loading branch information
alaudazzi and shmsr authored Dec 12, 2023
1 parent e75c3f6 commit 549d94c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions packages/auth0/changelog.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/auth0/data_stream/logs/fields/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/auth0/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion packages/auth0/manifest.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 549d94c

Please sign in to comment.