You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the title states: I recently had to ingest some log files written by the (old) JsonFormatter. But apparently that is not a supported scenario yet. I think such a feature would be worthwhile.
As a side note: Naming the ingestion argument --json seems bit misleading to me, as the data must follow the clef-schema and cannot be just any odd json.
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion. The intention is that --json should at some point (hopefully soon!) support field name mappings, e.g. to map Timestamp to the timestamp field, and so-on.
Ingesting the classic Serilog JSON format would make a good capability test for this 👍
As the title states: I recently had to ingest some log files written by the (old) JsonFormatter. But apparently that is not a supported scenario yet. I think such a feature would be worthwhile.
As a side note: Naming the ingestion argument
--json
seems bit misleading to me, as the data must follow the clef-schema and cannot be just any odd json.The text was updated successfully, but these errors were encountered: