<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Expose Databricks Cluster Logs to Grafana in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/expose-databricks-cluster-logs-to-grafana/m-p/100118#M4612</link>
    <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/88823"&gt;@Walter_C&lt;/a&gt;&amp;nbsp;This is the log that is arriving.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="joaquin12beard_1-1732634019932.png" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/13172iB3F93E78D6A9FAEB/image-size/large?v=v2&amp;amp;px=999" role="button" title="joaquin12beard_1-1732634019932.png" alt="joaquin12beard_1-1732634019932.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 26 Nov 2024 15:13:54 GMT</pubDate>
    <dc:creator>joaquin12beard</dc:creator>
    <dc:date>2024-11-26T15:13:54Z</dc:date>
    <item>
      <title>Expose Databricks Cluster Logs to Grafana</title>
      <link>https://community.databricks.com/t5/get-started-discussions/expose-databricks-cluster-logs-to-grafana/m-p/100009#M4608</link>
      <description>&lt;P&gt;I am trying to send Databricks cluster logs to Grafana using an init_script where I define the system journals to consume. The issue I am facing is that I cannot get the driver logs, standard error, and output to reach Grafana. Is there something specific I need to enable at the cluster level to expose these logs to the system?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;These are the journals I defined.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;discovery.relabel "journal_relabel_rules" {
  targets = []

  rule {
    source_labels = ["__journal__systemd_unit"]
    target_label  = "unit"
  }

  rule {
    source_labels = ["__journal__boot_id"]
    target_label  = "boot_id"
  }

  rule {
    source_labels = ["__journal__transport"]
    target_label  = "transport"
  }

  rule {
    source_labels = ["__journal_priority_keyword"]
    target_label  = "level"
  }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2024 20:55:52 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/expose-databricks-cluster-logs-to-grafana/m-p/100009#M4608</guid>
      <dc:creator>joaquin12beard</dc:creator>
      <dc:date>2024-11-25T20:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: Expose Databricks Cluster Logs to Grafana</title>
      <link>https://community.databricks.com/t5/get-started-discussions/expose-databricks-cluster-logs-to-grafana/m-p/100013#M4609</link>
      <description>&lt;P&gt;Are you following a guide to have this set up that you can share with us for information? You can also set up cluster log delivery to an S3 destination and read the logs from there?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2024 23:38:50 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/expose-databricks-cluster-logs-to-grafana/m-p/100013#M4609</guid>
      <dc:creator>Walter_C</dc:creator>
      <dc:date>2024-11-25T23:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Expose Databricks Cluster Logs to Grafana</title>
      <link>https://community.databricks.com/t5/get-started-discussions/expose-databricks-cluster-logs-to-grafana/m-p/100072#M4610</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/88823"&gt;@Walter_C&lt;/a&gt;&amp;nbsp;I followed this &lt;A href="https://medium.com/@maxy_ermayank/monitoring-your-databricks-clusters-with-grafana-how-to-push-metrics-and-logs-for-maximum-34ca6d03fce9" target="_blank" rel="noopener"&gt;post&lt;/A&gt; but used the Alloy binary to send logs directly to Loki as the source, which Grafana then consumes. I chose not to send logs to S3 to avoid aditional work, preferring to send them directly from the cluster. My question is whether I need to configure anything else on the cluster to expose the driver logs and forward them to Grafana.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 12:47:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/expose-databricks-cluster-logs-to-grafana/m-p/100072#M4610</guid>
      <dc:creator>joaquin12beard</dc:creator>
      <dc:date>2024-11-26T12:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Expose Databricks Cluster Logs to Grafana</title>
      <link>https://community.databricks.com/t5/get-started-discussions/expose-databricks-cluster-logs-to-grafana/m-p/100102#M4611</link>
      <description>&lt;P&gt;Does it collect any other set of logs, just missing those ones or not collecting any log?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 14:20:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/expose-databricks-cluster-logs-to-grafana/m-p/100102#M4611</guid>
      <dc:creator>Walter_C</dc:creator>
      <dc:date>2024-11-26T14:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Expose Databricks Cluster Logs to Grafana</title>
      <link>https://community.databricks.com/t5/get-started-discussions/expose-databricks-cluster-logs-to-grafana/m-p/100118#M4612</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/88823"&gt;@Walter_C&lt;/a&gt;&amp;nbsp;This is the log that is arriving.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="joaquin12beard_1-1732634019932.png" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/13172iB3F93E78D6A9FAEB/image-size/large?v=v2&amp;amp;px=999" role="button" title="joaquin12beard_1-1732634019932.png" alt="joaquin12beard_1-1732634019932.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 15:13:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/expose-databricks-cluster-logs-to-grafana/m-p/100118#M4612</guid>
      <dc:creator>joaquin12beard</dc:creator>
      <dc:date>2024-11-26T15:13:54Z</dc:date>
    </item>
  </channel>
</rss>

