Skip to content

Commit

Permalink
Update docs and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkroh committed Mar 17, 2021
1 parent f779915 commit abed2c7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 14 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -882,10 +882,8 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Upgrade okta to ecs 1.8.0 and move js processor to ingest pipeline {issue}23118[23118] {pull}23929[23929]
- Update zoom module to ECS 1.8. {pull}23904[23904] {issue}23118[23118]
- Support X-Forwarder-For in IIS logs. {pull}19142[192142]
- Added NTP fileset to Zeek module {pull}23772[23772]
- Added NTP fileset to Zeek module {pull}24224[24224]


*Heartbeat*

- Add mime type detection for http responses. {pull}22976[22976]
Expand Down
10 changes: 5 additions & 5 deletions filebeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -159380,7 +159380,7 @@ type: integer
*`zeek.ntp.poll`*::
+
--
The maximum interval between successive messages.
The maximum interval between successive messages in seconds.


type: double
Expand All @@ -159390,7 +159390,7 @@ type: double
*`zeek.ntp.precision`*::
+
--
The precision of the system clock.
The precision of the system clock in seconds.


type: double
Expand All @@ -159400,7 +159400,7 @@ type: double
*`zeek.ntp.root_delay`*::
+
--
Total round-trip delay to the reference clock.
Total round-trip delay to the reference clock in seconds.


type: double
Expand All @@ -159410,7 +159410,7 @@ type: double
*`zeek.ntp.root_disp`*::
+
--
Total dispersion to the reference clock.
Total dispersion to the reference clock in seconds.


type: double
Expand All @@ -159420,7 +159420,7 @@ type: double
*`zeek.ntp.ref_id`*::
+
--
For stratum 0, 4 character string used for debugging. For stratum 1, ID assigned to the reference clock by IANA. Above stratum 1, when using IPv4, the IP address of the reference clock. Note that the NTP protocol did not originally specify a large enough field to represent IPv6 addresses, so they use the first four bytes of the MD5 hash of the reference clock’s IPv6 address (i.e. an IPv4 address here is not necessarily IPv4).
For stratum 0, 4 character string used for debugging. For stratum 1, ID assigned to the reference clock by IANA. Above stratum 1, when using IPv4, the IP address of the reference clock. Note that the NTP protocol did not originally specify a large enough field to represent IPv6 addresses, so they use the first four bytes of the MD5 hash of the reference clock’s IPv6 address (i.e. an IPv4 address here is not necessarily IPv4).


type: keyword
Expand Down
Loading

0 comments on commit abed2c7

Please sign in to comment.