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
Dear Sir or Madam
I have problem with filter logs using spark monitoring library. I have added export LA_SPARKMETRIC_REGEX="app." to init script. But it looks like it does not work. Spark logs a lot of internal logs which I do not want to publish to loganalytics.
I want to filter out logs based on: logger name
or application id "applicationId": "${spark:spark.app.id:-}",
or based on anything else if it is possible. I am open to modify source code if needed.
Filter logs on loganatlytics level is not possible for me.
Databricks runtime 12.2 LTS,
Used branch: l4jv2
The text was updated successfully, but these errors were encountered:
cf-szywko
changed the title
DBR 12.2 LTS l4jv2 - LA_SPARKMETRIC_REGEX do not filtr logs
DBR 12.2 LTS l4jv2 - LA_SPARKMETRIC_REGEX does not filter logs
Jul 4, 2023
Dear Sir or Madam
I have problem with filter logs using spark monitoring library. I have added
export LA_SPARKMETRIC_REGEX="app."
to init script. But it looks like it does not work. Spark logs a lot of internal logs which I do not want to publish to loganalytics.I want to filter out logs based on:
logger name
or
application id
"applicationId": "${spark:spark.app.id:-}",
or based on anything else if it is possible. I am open to modify source code if needed.
Filter logs on loganatlytics level is not possible for me.
Databricks runtime 12.2 LTS,
Used branch: l4jv2
The text was updated successfully, but these errors were encountered: