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

[Filebeat] Update checkpoint.source_object mapping (backport #25145) #25314

Merged
merged 1 commit into from
Apr 26, 2021
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- 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]
- Strip Azure Eventhub connection string in debug logs. {pulll}25066[25066]
- 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 @@ -18089,7 +18089,7 @@ type: integer
*`checkpoint.duration`*::
+
--
Scan duration.
Scan duration.


type: keyword
Expand Down Expand Up @@ -18179,7 +18179,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 @@ -19902,7 +19902,7 @@ type: keyword
Matched object name on source column.


type: integer
type: keyword

--

Expand Down
Loading