tenzir / threatbus

🚌 Threat Bus – A threat intelligence dissemination layer for open-source security tools.
https://docs.tenzir.com/threatbus
BSD 3-Clause "New" or "Revised" License
258 stars 16 forks source link

Fix format of line protocol metrics syntax #136

Closed satta closed 3 years ago

satta commented 3 years ago

:notebook_with_decorative_cover: Description

The current implementation of the metrics value serialization includes spaces into the fields of the measurements, which is not valid according to the spec and will cause the measurement to be rejected. This PR changes this behaviour to ensure all fields are separated by commas.

:memo: Checklist

:dart: Review Instructions

Compare code and output to line protocol specification.

satta commented 3 years ago

Can you please add a changelog entry in apps/vast/CHANGELOG.md?

Done!