<?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: Json formatting in dashboard studio in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Json-formatting-in-dashboard-studio/m-p/748477#M58894</link>
    <description>&lt;P&gt;1. Ok. You're searching by full json paths which probably means that you're using indexed extractions. This is generally Not Good (tm).&lt;/P&gt;&lt;P&gt;2. You're using the table command at the end. It creates a summary table which does not do any additional formating. You might try to do&lt;/P&gt;&lt;PRE&gt;| fields logs&lt;BR /&gt;| fields - _raw _time&lt;BR /&gt;| rename logs as _raw&lt;/PRE&gt;&lt;P&gt;instead of the table command and use event list widget instead of table but I'm not sure it will look good.&lt;/P&gt;</description>
    <pubDate>Mon, 23 Jun 2025 06:41:20 GMT</pubDate>
    <dc:creator>PickleRick</dc:creator>
    <dc:date>2025-06-23T06:41:20Z</dc:date>
    <item>
      <title>Json formatting in dashboard studio</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Json-formatting-in-dashboard-studio/m-p/748469#M58889</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;I have a table in dashboard studio and i want to show a part of the json field which contains sub objects&lt;BR /&gt;when running this&amp;nbsp; query :&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index="stg_observability_s" AdditionalData.testName=*

sourcetype=SplunkQuality
AdditionalData.domain="*"
AdditionalData.pipelineName="*"
AdditionalData.buildId="15757128291"
AdditionalData.team="*"
testCategories="*"
AdditionalData.status="*"
AdditionalData.isFinalResult="*"
AdditionalData.fullName="***"
| search AdditionalData.testLog.logs{}=*

| spath path="AdditionalData.testLog.logs{}" output=logs
| table logs&lt;/LI-CODE&gt;&lt;P&gt;the json looks flatten , i dont see the sub objects inside&lt;BR /&gt;is there a way to fix it ?&amp;nbsp;&lt;BR /&gt;thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 22 Jun 2025 17:05:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Json-formatting-in-dashboard-studio/m-p/748469#M58889</guid>
      <dc:creator>sarit_s6</dc:creator>
      <dc:date>2025-06-22T17:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Json formatting in dashboard studio</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Json-formatting-in-dashboard-studio/m-p/748472#M58890</link>
      <description>&lt;P&gt;Please provide some anonymised sample events which demonstrate the issue you are facing. Ideally, place these in a code block (using the &amp;lt;/&amp;gt; formatting option).&lt;/P&gt;</description>
      <pubDate>Sun, 22 Jun 2025 18:15:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Json-formatting-in-dashboard-studio/m-p/748472#M58890</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2025-06-22T18:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Json formatting in dashboard studio</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Json-formatting-in-dashboard-studio/m-p/748473#M58891</link>
      <description>&lt;LI-CODE lang="markup"&gt; AdditionalData: { [-]
     buildId: 291
     buildUrl: https://github.com
     domain: ***
     env: PreProd
     errorMessage:   Verify live rates color
Assert.That(market.VerifyLiveRatesColor(), is equal to 'true')
  Expected: True
  But was:  False

     fullName: Automation.TestsFolder
     hidden: false
     isFinalResult: true
     maxRetries: 1
     pipelineName: ***
     platform: Backend
     repoUrl: ***
     retry: 1
     stackTrace:    at ***
     status: Failed
     team: ***
     testCategories: [ [+]
     ]
     testClass: Automation.TestsFolder
     testDuration: 00:00:51.763
     testLog: { [-]
       artifacts: { [+]
       }
       logs: [ [-]
         [06/19/2025 11:51:45] Initializing BaseTestUI
         [ [+]
         ]
         [06/19/2025 11:51:47] Initializing EtoroWorkFlows
         [ [+]
         ]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So if im using the query in my post, i don't see the [+] inside logs : .. i see it flat as one event&lt;/P&gt;</description>
      <pubDate>Sun, 22 Jun 2025 18:23:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Json-formatting-in-dashboard-studio/m-p/748473#M58891</guid>
      <dc:creator>sarit_s6</dc:creator>
      <dc:date>2025-06-22T18:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Json formatting in dashboard studio</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Json-formatting-in-dashboard-studio/m-p/748474#M58892</link>
      <description>&lt;P&gt;Please provide the raw event (not the formatted version e.g.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{"AdditionalData": { "buildId":291,&lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 22 Jun 2025 19:09:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Json-formatting-in-dashboard-studio/m-p/748474#M58892</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2025-06-22T19:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: Json formatting in dashboard studio</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Json-formatting-in-dashboard-studio/m-p/748475#M58893</link>
      <description>&lt;LI-CODE lang="markup"&gt;"AdditionalData":{"time":"2025-06-19T11:52:37","testName":"CheckLiveRatesTest","testClass":"Automation.TestsFolder","fullName":"Automation.TestsFolder","repoUrl":"***","pipelineName":"***","buildId":"291","platform":"Backend","buildUrl":"https://github.com/","domain":"***","team":"***","env":"PreProd","status":"Failed","testDuration":"00:00:51.763","retry":1,"maxRetries":1,"isFinalResult":true,"errorMessage":"  Verify live rates color\nAssert.That(market.VerifyLiveRatesColor(), is equal to 'true')\n  Expected: True\n  But was:  False\n","stackTrace":"   ***","triggeredManually":true,"hidden":false,"testLog":{"artifacts":{"Snapshot below: ":"http://www.dummyurl.com"},"logs":["[06/19/2025 11:51:45] Initializing BaseTestUI",["EndTime: 06/19/2025 11:51:47","Duration: 00:00:01.7646422","[06/19/2025 11:51:45] Driver configurations:\r\nIs local run: False\r\n&lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 22 Jun 2025 19:22:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Json-formatting-in-dashboard-studio/m-p/748475#M58893</guid>
      <dc:creator>sarit_s6</dc:creator>
      <dc:date>2025-06-22T19:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Json formatting in dashboard studio</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Json-formatting-in-dashboard-studio/m-p/748477#M58894</link>
      <description>&lt;P&gt;1. Ok. You're searching by full json paths which probably means that you're using indexed extractions. This is generally Not Good (tm).&lt;/P&gt;&lt;P&gt;2. You're using the table command at the end. It creates a summary table which does not do any additional formating. You might try to do&lt;/P&gt;&lt;PRE&gt;| fields logs&lt;BR /&gt;| fields - _raw _time&lt;BR /&gt;| rename logs as _raw&lt;/PRE&gt;&lt;P&gt;instead of the table command and use event list widget instead of table but I'm not sure it will look good.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2025 06:41:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Json-formatting-in-dashboard-studio/m-p/748477#M58894</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2025-06-23T06:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Json formatting in dashboard studio</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Json-formatting-in-dashboard-studio/m-p/748478#M58895</link>
      <description>&lt;P&gt;well... if im removing the table i see the entire event with the real structure, but i want to see only the testlogs.log part&lt;BR /&gt;how can i do it ?&lt;BR /&gt;using |fields does not help&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2025 07:11:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Json-formatting-in-dashboard-studio/m-p/748478#M58895</guid>
      <dc:creator>sarit_s6</dc:creator>
      <dc:date>2025-06-23T07:11:16Z</dc:date>
    </item>
  </channel>
</rss>

