mirror of
https://github.com/adulau/pdns-qof.git
synced 2024-11-22 10:07:09 +00:00
Added an optional prefix to the sensor_id based on discussion regarding
public measurement system or/and other public system gathering DNS passively.
This commit is contained in:
parent
2bc5ece42d
commit
1949ed9487
1 changed files with 2 additions and 1 deletions
|
@ -234,7 +234,8 @@ ws = *(
|
||||||
<section title="Additional Fields">
|
<section title="Additional Fields">
|
||||||
<t>Implementations MAY support the following fields:</t>
|
<t>Implementations MAY support the following fields:</t>
|
||||||
<section title="sensor_id">
|
<section title="sensor_id">
|
||||||
<t>This field returns the sensor information where the record was seen. It is represented as a <xref target="RFC4627">JSON</xref> string.</t>
|
<t>This field returns the sensor information where the record was seen. It is represented as a <xref target="RFC4627">JSON</xref> string.</t>
|
||||||
|
<t>If the data originate from sensors or probes which are part of a publicly-known gathering or measurement system (e.g. RIPE Atlas), a <xref target="RFC4627">JSON</xref> string SHOULD be prefixed.</t>
|
||||||
</section>
|
</section>
|
||||||
<section title="zone_time_first">
|
<section title="zone_time_first">
|
||||||
<t>This field returns the first time that the unique tuple (rrname, rrtype, rdata) record has been seen via master file import. The date is expressed in seconds (decimal) since 1st of January 1970 (Unix timestamp). The time zone MUST be UTC. This field is represented as a <xref target="RFC4627">JSON</xref> number.</t>
|
<t>This field returns the first time that the unique tuple (rrname, rrtype, rdata) record has been seen via master file import. The date is expressed in seconds (decimal) since 1st of January 1970 (Unix timestamp). The time zone MUST be UTC. This field is represented as a <xref target="RFC4627">JSON</xref> number.</t>
|
||||||
|
|
Loading…
Reference in a new issue