<?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: No data is getting displayed on dashboard in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/No-data-is-getting-displayed-on-dashboard/m-p/651624#M110674</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;unfortunately, i could not see "advanced search" or "macro link" in our splunk cloud.&lt;/P&gt;&lt;P&gt;we have splunk cloud and deploy server to deploy apps and we request splunk support to install both apps (splun apps for aws and splunk apps for aws security dashboard). we created the custom index.&lt;/P&gt;&lt;P&gt;now we search our index on search window and it display the cloudtrail data as well as cloudwatch data. but security dashboard apps dow not pickup the data.&lt;/P&gt;&lt;P&gt;i understand we need to change the index from default index name to our custom index name.&lt;/P&gt;&lt;P&gt;questions:&lt;/P&gt;&lt;P&gt;1. what is installed patch location of apps ?&lt;/P&gt;&lt;P&gt;2. which conf file to update for index?&lt;/P&gt;&lt;P&gt;3. can you please share some screen shots generic please&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 22 Jul 2023 18:31:26 GMT</pubDate>
    <dc:creator>yr</dc:creator>
    <dc:date>2023-07-22T18:31:26Z</dc:date>
    <item>
      <title>No data is getting displayed on dashboard</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/No-data-is-getting-displayed-on-dashboard/m-p/508465#M86506</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No data is getting displayed on the dashboard.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Following is the query.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;index=main sourcetype=wms_oracle_sessions | bucket span=5m _time | stats count AS sessions by _time,warehouse,machine,program | sum(sessions) AS wsessions by _time,warehouse | timechart avg(wsessions) by warehouse&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We know the reason for data not getting displayed on dashboard.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sourcetype wms_oracle_sessions does not exist.&lt;/P&gt;&lt;P&gt;Does it help if we create the sourcetype&amp;nbsp; wms_oracle_sessions&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2020 11:19:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/No-data-is-getting-displayed-on-dashboard/m-p/508465#M86506</guid>
      <dc:creator>pratapa</dc:creator>
      <dc:date>2020-07-10T11:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: No data is getting displayed on dashboard</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/No-data-is-getting-displayed-on-dashboard/m-p/508468#M86509</link>
      <description>&lt;P&gt;Yes it helps with indexed data after you have assign that sourcetype to your data on ingestion phase. Old events still &amp;nbsp;haven’t that sourcetype attribute without reindexing it.&lt;/P&gt;&lt;P&gt;r.ismo&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2020 12:08:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/No-data-is-getting-displayed-on-dashboard/m-p/508468#M86509</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-07-10T12:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: No data is getting displayed on dashboard</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/No-data-is-getting-displayed-on-dashboard/m-p/508470#M86510</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/207957"&gt;@pratapa&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;sum sin't a Splunk command, it's a funtion to use in stats or timechart or other commands.&lt;/P&gt;&lt;P&gt;So you should rebuild your search in something like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=main sourcetype=wms_oracle_sessions 
| bucket span=5m _time 
| stats count AS sessions by _time,warehouse,machine,program 
| timechart avg(sum(sessions)) by warehouse&lt;/LI-CODE&gt;&lt;P&gt;or better (I cannot test it):&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=main sourcetype=wms_oracle_sessions 
| timechart span=5m avg(dc(program)) by warehouse&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2020 12:21:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/No-data-is-getting-displayed-on-dashboard/m-p/508470#M86510</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-07-10T12:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: No data is getting displayed on dashboard</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/No-data-is-getting-displayed-on-dashboard/m-p/509261#M86627</link>
      <description>&lt;P&gt;We have created sourcetype wms_oracle_sessions but no luck.&lt;/P&gt;&lt;P&gt;No data is getting displayed on the dashboard&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 11:25:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/No-data-is-getting-displayed-on-dashboard/m-p/509261#M86627</guid>
      <dc:creator>pratapa</dc:creator>
      <dc:date>2020-07-15T11:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: No data is getting displayed on dashboard</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/No-data-is-getting-displayed-on-dashboard/m-p/509266#M86629</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/207957"&gt;@pratapa&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I see that your search is almost the same of answer&amp;nbsp;&lt;A href="https://community.splunk.com/t5/Getting-Data-In/Sourcetype-Missing/m-p/509256#M86624" target="_blank"&gt;https://community.splunk.com/t5/Getting-Data-In/Sourcetype-Missing/m-p/509256#M86624&lt;/A&gt;&lt;/P&gt;&lt;P&gt;maybe the solution for that answer could help you!&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 11:37:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/No-data-is-getting-displayed-on-dashboard/m-p/509266#M86629</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-07-15T11:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: No data is getting displayed on dashboard</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/No-data-is-getting-displayed-on-dashboard/m-p/514422#M87172</link>
      <description>&lt;P&gt;How to assi gn the sourcetype&amp;nbsp;&lt;SPAN&gt;wms_oracle_sessions to the data on ingestion phase.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Aug 2020 10:24:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/No-data-is-getting-displayed-on-dashboard/m-p/514422#M87172</guid>
      <dc:creator>pratapa</dc:creator>
      <dc:date>2020-08-17T10:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: No data is getting displayed on dashboard</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/No-data-is-getting-displayed-on-dashboard/m-p/514489#M87181</link>
      <description>&lt;P&gt;Sourcetypes do not need to exist on the search head. Does the search return results if you remove everything after the raw search? (from the first pipe, till the end)&lt;/P&gt;</description>
      <pubDate>Mon, 17 Aug 2020 16:35:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/No-data-is-getting-displayed-on-dashboard/m-p/514489#M87181</guid>
      <dc:creator>rabbidroid</dc:creator>
      <dc:date>2020-08-17T16:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: No data is getting displayed on dashboard</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/No-data-is-getting-displayed-on-dashboard/m-p/651562#M110659</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;gcusello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We have Splunk Add -on for AWS installed and configured and we also installed and configured the splunk apps for AWS security dashboard. and we created custom index.&amp;nbsp; But some how we do not see any data on security dashbnboard apps eventhough we see data when we do search outside the apps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;i read up and it says macro search has their own index and we need to change it. but i dont know where to change that index name in search macro.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;any help is greatly appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;we have splunk cloud&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;thank&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;yogesh&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;switchfly&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 22:54:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/No-data-is-getting-displayed-on-dashboard/m-p/651562#M110659</guid>
      <dc:creator>yr</dc:creator>
      <dc:date>2023-07-21T22:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: No data is getting displayed on dashboard</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/No-data-is-getting-displayed-on-dashboard/m-p/651564#M110661</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;if I recall right those macro names are told on instructions? If you couldn’t found those there then you could open Settings -&amp;gt; Advanced search. Then there are &amp;nbsp;macros link where you could found those. Correct macro is probably defined on AWS app not in TA side. Open it and just add there your index.&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 23:04:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/No-data-is-getting-displayed-on-dashboard/m-p/651564#M110661</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-07-21T23:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: No data is getting displayed on dashboard</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/No-data-is-getting-displayed-on-dashboard/m-p/651572#M110663</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/256504"&gt;@yr&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;the macto con be modified starting from that app in [Settings -&amp;gt; macro].&lt;/P&gt;&lt;P&gt;another solution could be to add you custom indexes to the default search path for the roles of the users that have to use this app: [Settings -&amp;gt; Roles -&amp;gt; &amp;lt;your_role&amp;gt;].&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jul 2023 05:57:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/No-data-is-getting-displayed-on-dashboard/m-p/651572#M110663</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-07-22T05:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: No data is getting displayed on dashboard</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/No-data-is-getting-displayed-on-dashboard/m-p/651624#M110674</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;unfortunately, i could not see "advanced search" or "macro link" in our splunk cloud.&lt;/P&gt;&lt;P&gt;we have splunk cloud and deploy server to deploy apps and we request splunk support to install both apps (splun apps for aws and splunk apps for aws security dashboard). we created the custom index.&lt;/P&gt;&lt;P&gt;now we search our index on search window and it display the cloudtrail data as well as cloudwatch data. but security dashboard apps dow not pickup the data.&lt;/P&gt;&lt;P&gt;i understand we need to change the index from default index name to our custom index name.&lt;/P&gt;&lt;P&gt;questions:&lt;/P&gt;&lt;P&gt;1. what is installed patch location of apps ?&lt;/P&gt;&lt;P&gt;2. which conf file to update for index?&lt;/P&gt;&lt;P&gt;3. can you please share some screen shots generic please&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jul 2023 18:31:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/No-data-is-getting-displayed-on-dashboard/m-p/651624#M110674</guid>
      <dc:creator>yr</dc:creator>
      <dc:date>2023-07-22T18:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: No data is getting displayed on dashboard</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/No-data-is-getting-displayed-on-dashboard/m-p/651627#M110675</link>
      <description>&lt;P&gt;I’m not sure which role you are needing to see that. I can see it with sc_admin role and I am expecting that it works at least with power role.&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jul 2023 20:18:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/No-data-is-getting-displayed-on-dashboard/m-p/651627#M110675</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-07-22T20:18:47Z</dc:date>
    </item>
  </channel>
</rss>

