Hi All, another couple of queries : 1. Is it pos...
# general
g
Hi All, another couple of queries : 1. Is it possible to Configure Logs to Opensearch in Lightdash ? if Yes how ? 2. Is there any metrics endpoint available for lightdash ? (Trying to configure it with Victoriametrics)
โœ… 1
p
๐Ÿ‘‹ Thanks for your message - someone from the Lightdash support team will get back to you asap. Feel free to add any additional context to the thread here in the meantime (screenshots, app version if you're self-hosting etc.).
i
1. At the moment, third-party logging integrations are not supported. This is all the configuration available for our logger: https://github.com/lightdash/lightdash/blob/main/packages/backend/src/config/parseConfig.ts#L867-L902 2. Lightdash doesnโ€™t have a built-in metrics endpoints
g
Thank you @Irakli
๐Ÿ™Œ 1
Hi All, Regarding Lightdash Metrics enabling, could see something in the official documentation as below, Does this mean that we can use these variables to enable Metrics :
j
Hi @Geethika S Gireesh ๐Ÿ‘‹ Yes you can enable Prometheus metrics. From a quick google search it sounds like Victoriametrics supports them. ๐ŸŽ‰ I believe Opensearch can consume json files. Like Irakli mentioned, you can change the log format to json and change the file path
Copy code
LIGHTDASH_LOG_FORMAT: "json"
LIGHTDASH_LOG_FILE_PATH: "..." // defaults to ./logs/all.log
electric mint heart 1
g
Thank you @Jose Rego for the update.
thank you 1