<?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: Use table/row highlighting questions in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Use-table-row-highlighting-questions/m-p/618950#M50841</link>
    <description>&lt;P&gt;Hello&amp;nbsp;gcusello&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;What you say makes total sense, will do, and richgalloway says the same, so I will look into creating an app..&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Thanks so much,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;eholz1&lt;/SPAN&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 31 Oct 2022 15:14:45 GMT</pubDate>
    <dc:creator>eholz1</dc:creator>
    <dc:date>2022-10-31T15:14:45Z</dc:date>
    <item>
      <title>Use table/row highlighting questions</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Use-table-row-highlighting-questions/m-p/618800#M50829</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;Basic questions on using table row highlighting&lt;/P&gt;
&lt;P&gt;1. Do I need to have an "app" to use the various java scripts, and jquery scripts, etc&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;2. a quote from the instal area, "you need to save the libraries directly into your app directory. &lt;/SPAN&gt;"&lt;/P&gt;
&lt;P&gt;I do not have an "app" in this path:&lt;/P&gt;
&lt;P&gt;$SPLUNK_HOME/etc/apps/[YourApp]/appserver/static/table_cell_highlighting.js&lt;BR /&gt;I see were all these scripts and libraries are stored in the simple_xml_examples path.&lt;/P&gt;
&lt;P&gt;I only have a dashboard which returns/shows a list of users and hosts, and whether or&lt;BR /&gt;not the user is loggoed on. It is just a dashboard not an "app"&lt;BR /&gt;There is a "search" app in the path above: $SPLUNK_HOME/etc/apps, would I&lt;BR /&gt;create a directory there called "my_app" , or something like that, and put all&lt;BR /&gt;the jquery scripts and the css and the js. in that directory.&lt;/P&gt;
&lt;P&gt;The install process for the dashboard Examples is not really clear to me.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;eholz1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Oct 2022 00:20:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Use-table-row-highlighting-questions/m-p/618800#M50829</guid>
      <dc:creator>eholz1</dc:creator>
      <dc:date>2022-10-29T00:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Use table/row highlighting</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Use-table-row-highlighting-questions/m-p/618809#M50830</link>
      <description>&lt;P&gt;The quote in the second question answers the first.&amp;nbsp; Yes, your files need to be in an app.&amp;nbsp; All shared user-created objects must be in an app.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let's take a moment to clear up what an app is.&amp;nbsp; A Splunk app is not like the apps on your phone.&amp;nbsp; A app in Splunk is just a named collection of config files and, sometimes, executables.&lt;/P&gt;&lt;P&gt;If you don't have an app, it's easy to create one.&amp;nbsp; Go to the Manage Apps page and click the "Create app" button.&amp;nbsp; Fill in the form and you have an app!&amp;nbsp; There are other ways to create an app, but newbies should stick with that one.&lt;/P&gt;&lt;P&gt;Once you have your own app, follow the instructions in the Splunk Dashboard Examples apps to put the needed files in the right places.&lt;/P&gt;&lt;P&gt;I always advise against putting custom knowledge objects ("dashboards", etc.) in the Search &amp;amp; Reporting app - use a custom app for them.&amp;nbsp; This separation may help you later when your Splunk environment expands or if you move to Splunk Cloud.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2022 23:53:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Use-table-row-highlighting-questions/m-p/618809#M50830</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-10-28T23:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: Use table/row highlighting questions</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Use-table-row-highlighting-questions/m-p/618820#M50831</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/173847"&gt;@eholz1&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;it seems to you that you're not using an app, but you're using the defaulr "Search and reporting" app, so you could put the javascript files in this app.&lt;/P&gt;&lt;P&gt;Anyway I don't hint to do this also because it's always better to put own custom dashboards and knowledge objects in one dedicated app.&lt;/P&gt;&lt;P&gt;In other words I discourage to use the Search and Reporting App for every activity: create your own custom app and put all the objects inside it.&lt;/P&gt;&lt;P&gt;You could also use the java scripts present in the Dashboard Examples app, but usually this app is installed only in development systems, never in productin systems, so, it's always better to put your files in a dedicated app.&lt;/P&gt;&lt;P&gt;The install process of the Splunk Dashboard Examples app is the same of each Splunk App:&lt;/P&gt;&lt;P&gt;you have to upload it using the GUI interface and the app is installed in $SPLUNK_HOME/etc/apps.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Sat, 29 Oct 2022 10:15:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Use-table-row-highlighting-questions/m-p/618820#M50831</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-10-29T10:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Use table/row highlighting questions</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Use-table-row-highlighting-questions/m-p/618950#M50841</link>
      <description>&lt;P&gt;Hello&amp;nbsp;gcusello&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;What you say makes total sense, will do, and richgalloway says the same, so I will look into creating an app..&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Thanks so much,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;eholz1&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 31 Oct 2022 15:14:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Use-table-row-highlighting-questions/m-p/618950#M50841</guid>
      <dc:creator>eholz1</dc:creator>
      <dc:date>2022-10-31T15:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Use table/row highlighting</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Use-table-row-highlighting-questions/m-p/618951#M50842</link>
      <description>&lt;P&gt;Hello richgalloway and giuecello,&lt;/P&gt;&lt;P&gt;Thanks, I am just embarking on trying to make progress in dashboard use, etc.&lt;/P&gt;&lt;P&gt;Your suggestions are very helpful&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;eholz1&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2022 15:17:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Use-table-row-highlighting-questions/m-p/618951#M50842</guid>
      <dc:creator>eholz1</dc:creator>
      <dc:date>2022-10-31T15:17:16Z</dc:date>
    </item>
  </channel>
</rss>

