Semi-structured information is tricky, but I’ve had good luck with PostgreSQL and its JSONB type. You can store and query JSON directly, which is super convenient.
For logs, Logstash is a solid choice to parse and structure the data before sending it to a database or search engine. It’s a bit of a learning curve, but worth it.
For logs, Logstash is a solid choice to parse and structure the data before sending it to a database or search engine. It’s a bit of a learning curve, but worth it.
