kentik / ktranslate

System for pulling and pushing network data.
Apache License 2.0
57 stars 24 forks source link

Updates to rollups and tag map #731

Closed i3149 closed 3 months ago

i3149 commented 3 months ago

Few updates here:

1) the tag_map file now can contain functions which modify text directly. For example, 101,DST_SUBSCRIBER_ID,to_hex.

2) To get all values of a rollup, set -rollup_top_k="-1" The -1 value means return everything.

3) Parquet format now gets the .parquet suffix added.