Eddy Lazzarin ๐
@eddy
If you have a bunch of JSON formatted logs, what is the freshest way to ingest them and make them queryable? So far I'm seeing https://www.parseable.io, but that requires writing something to POST each log and submit each query (not too bad tbh). Could also just write some Python and throw it into DuckDB.
2 replies
0 recast
1 reaction
Samuel ใ
@samuellhuber.eth
OpenTelemetry Collector can recieve and handle your JSON Format logs. Then you can use whatever OpenTelemetry Parser/functionality you want to process/digest/query them
0 reply
0 recast
0 reaction