Skip to content

Commit

Permalink
[Filebeat] Update checkpoint.source_object mapping (#25145)
Browse files Browse the repository at this point in the history
* #25124: Update `checkpoint.source_object` mapping

* Update generated

Co-authored-by: Andrew Kroh <andrew.kroh@elastic.co>
  • Loading branch information
legoguy1000 and andrewkroh authored Apr 26, 2021
1 parent 0ca7b94 commit a5e6e5b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Fix google_workspace and okta modules pagination when next page template is empty. {pull}24967[24967]
- Fix IPtables Pipeline and Ubiquiti dashboard. {issue}24878[24878] {pull}24928[24928]
- Fix gcp module field names to use gcp instead of googlecloud. {pull}25038[25038]
- Change `checkpoint.source_object` from Long to Keyword. {issue}25124[25124] {pull}25145[25145]

*Heartbeat*

Expand Down
6 changes: 3 additions & 3 deletions filebeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -18209,7 +18209,7 @@ type: integer
*`checkpoint.duration`*::
+
--
Scan duration.
Scan duration.


type: keyword
Expand Down Expand Up @@ -18299,7 +18299,7 @@ type: integer
*`checkpoint.next_scheduled_scan_date`*::
+
--
Next scan scheduled time according to time object.
Next scan scheduled time according to time object.


type: keyword
Expand Down Expand Up @@ -20022,7 +20022,7 @@ type: keyword
Matched object name on source column.


type: integer
type: keyword

--

Expand Down
Loading

0 comments on commit a5e6e5b

Please sign in to comment.