Support for Google Cloud Structured Logging #743
simon-graham
started this conversation in
Feedback & Feature Proposal
Replies: 1 comment
-
Hi @simon-graham , apologies for the late reply. Although we currently don't have the bandwidth to work on this, we do see the value it would bring to users. We're open to external contributors adding it to the experimental logs feature, if that's something you'd be interested in. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The
experimental_logs_mode
JSON log format is very useful. However, for running on cloud platforms like GCP it would be very helpful if Melisearch could output JSON in GCP's specific required format. E.g. it usesseverity: "ERROR"
rather thanlevel: "ERROR"
. Meilisearch logs would then be much easier to query, view, create alerts for, etc, in GCP.There's an example of how to do this in Rust here: https://github.com/ralpha/google_cloud_logging/
The log format is described here: https://cloud.google.com/logging/docs/structured-logging
Beta Was this translation helpful? Give feedback.
All reactions