datalust/seq-input-syslog

Consider converting number-like structured data values to numbers

nblumhardt opened this issue · 0 comments

Since the 5424 format does not differentiate between string-valued and number-valued properties, Seq.Input.Syslog treats all property values as strings:

image

It might be nicer to attempt conversion to numbers, or, to white-list a set of structured data id/name pairs that should be converted to numbers upon arrival.