<?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: How do I rename this fieldname on a row highlighting dashboard? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-rename-this-fieldname-on-a-row-highlighting-dashboard/m-p/222666#M13819</link>
    <description>&lt;P&gt;Finally I found it!! unfortunately I have saved the dashboard.js file in my app path  SPLUNK_HOME/etc/apps/my_own_app/appserver/static.&lt;BR /&gt;
 After deleting this file my dashboards are listening to my own .js and .css files. A silly mistake, but took couple of days.  &lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 07:55:33 GMT</pubDate>
    <dc:creator>SridharS</dc:creator>
    <dc:date>2020-09-29T07:55:33Z</dc:date>
    <item>
      <title>How do I rename this fieldname on a row highlighting dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-rename-this-fieldname-on-a-row-highlighting-dashboard/m-p/222659#M13812</link>
      <description>&lt;P&gt;Hi All,  &lt;/P&gt;

&lt;P&gt;I have created a row highlighting dashboard. Since the new dashboard is not picking my own .js and .css files (tried restarting Splunk, but no luck), I just used the same files available in the row_highlighting example dashboard instead. &lt;/P&gt;

&lt;P&gt;Now I want to rename the &lt;STRONG&gt;active_realtime_searches&lt;/STRONG&gt; field (having value as "1" or "2") as &lt;STRONG&gt;Values_found&lt;/STRONG&gt;, but when I used rename command, all the rows are highlighting in only green color. IS there any other way that I can rename the field, so that I can get the perfect highlighting?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:50:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-rename-this-fieldname-on-a-row-highlighting-dashboard/m-p/222659#M13812</guid>
      <dc:creator>SridharS</dc:creator>
      <dc:date>2020-09-29T07:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do I rename this fieldname on a row highlighting dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-rename-this-fieldname-on-a-row-highlighting-dashboard/m-p/222660#M13813</link>
      <description>&lt;P&gt;The JavaScript for that example looks specifically for "active_realtime_searches".  You changed the name correctly in the search, but doing so broke the JS.  You'll have to modify the table_row_highlighting.js file to use your variable name.  That brings us back to the real problem of Splunk not pickup up your custom JS and CSS files.  Where did you put them?  They should be in SPLUNK_HOME/etc/apps/my_app/appserver/static.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:50:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-rename-this-fieldname-on-a-row-highlighting-dashboard/m-p/222660#M13813</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-09-29T07:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: How do I rename this fieldname on a row highlighting dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-rename-this-fieldname-on-a-row-highlighting-dashboard/m-p/222661#M13814</link>
      <description>&lt;P&gt;yeah!! this is my another problem. I just made some modification in table_row_highlighting.js and put it under the folder SPLUNK_HOME/etc/apps/myownapp/appserver/static as highlightingmytable.js and restart splunk. But that isn't working. My dashboards takes the files found only under  SPLUNK_HOME/etc/apps/simple_xml_example/appserver/static. I am not sure why this happens... because of this I am unable to hide description/sourcecode too in my dasboard. &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:50:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-rename-this-fieldname-on-a-row-highlighting-dashboard/m-p/222661#M13814</guid>
      <dc:creator>SridharS</dc:creator>
      <dc:date>2020-09-29T07:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: How do I rename this fieldname on a row highlighting dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-rename-this-fieldname-on-a-row-highlighting-dashboard/m-p/222662#M13815</link>
      <description>&lt;P&gt;When you renamed the file to highlightingmytable.js, did you also change the reference in the dashboard?&lt;BR /&gt;
Could you have unintentionally saved your dashboards under the wrong app?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2015 20:48:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-rename-this-fieldname-on-a-row-highlighting-dashboard/m-p/222662#M13815</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2015-11-09T20:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do I rename this fieldname on a row highlighting dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-rename-this-fieldname-on-a-row-highlighting-dashboard/m-p/222663#M13816</link>
      <description>&lt;P&gt;yes i changed the reference in the table name part  &lt;EM&gt;mvc.Components.get('highlight').getVisualization(function(tableView)&lt;/EM&gt;  "highlight" as "newtable". Also called the same table in my xml. .   IS there something else that I left out. Also i saved my dashboard in the right app. &lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2015 18:26:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-rename-this-fieldname-on-a-row-highlighting-dashboard/m-p/222663#M13816</guid>
      <dc:creator>SridharS</dc:creator>
      <dc:date>2015-11-10T18:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: How do I rename this fieldname on a row highlighting dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-rename-this-fieldname-on-a-row-highlighting-dashboard/m-p/222664#M13817</link>
      <description>&lt;P&gt;I was referring to the (hopefully) more obvious step of changing the "script=" clause in the first line of the dashboard. &lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2015 18:40:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-rename-this-fieldname-on-a-row-highlighting-dashboard/m-p/222664#M13817</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2015-11-10T18:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: How do I rename this fieldname on a row highlighting dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-rename-this-fieldname-on-a-row-highlighting-dashboard/m-p/222665#M13818</link>
      <description>&lt;P&gt;Yes!!! I changed the script and stylesheet perfect. But it didn't work out. This is the reason I was looking for a rename option &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2015 18:55:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-rename-this-fieldname-on-a-row-highlighting-dashboard/m-p/222665#M13818</guid>
      <dc:creator>SridharS</dc:creator>
      <dc:date>2015-11-10T18:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: How do I rename this fieldname on a row highlighting dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-rename-this-fieldname-on-a-row-highlighting-dashboard/m-p/222666#M13819</link>
      <description>&lt;P&gt;Finally I found it!! unfortunately I have saved the dashboard.js file in my app path  SPLUNK_HOME/etc/apps/my_own_app/appserver/static.&lt;BR /&gt;
 After deleting this file my dashboards are listening to my own .js and .css files. A silly mistake, but took couple of days.  &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:55:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-rename-this-fieldname-on-a-row-highlighting-dashboard/m-p/222666#M13819</guid>
      <dc:creator>SridharS</dc:creator>
      <dc:date>2020-09-29T07:55:33Z</dc:date>
    </item>
  </channel>
</rss>

