<?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: Change table data in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Change-table-data/m-p/365519#M107794</link>
    <description>&lt;P&gt;@creemer, for changing the cell value using Simple XML JS Extesion with Splunk JS Stack, please refer to &lt;A href="https://splunkbase.splunk.com/app/1603/"&gt;Splunk Dashboard Examples&lt;/A&gt; app, which has couple of Examples for &lt;CODE&gt;Table Cell Highlighting&lt;/CODE&gt; and &lt;CODE&gt;Table Row Highlighting&lt;/CODE&gt; which access and modify cell value through &lt;CODE&gt;TableView.BaseCellRenderer.extend&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;For pushing Table results to CSV refer to answer below:&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/600664/dashboard-button-to-run-spl-on-click.html#answer-606447"&gt;https://answers.splunk.com/answers/600664/dashboard-button-to-run-spl-on-click.html#answer-606447&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Can you also add details of what is the kind of table cell value that you are planning to make? Can it not happen directly via Search query?&lt;/P&gt;</description>
    <pubDate>Mon, 25 Dec 2017 16:39:48 GMT</pubDate>
    <dc:creator>niketn</dc:creator>
    <dc:date>2017-12-25T16:39:48Z</dc:date>
    <item>
      <title>Change table data</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Change-table-data/m-p/365518#M107793</link>
      <description>&lt;P&gt;Hello! &lt;BR /&gt;
I had rendered table. &lt;BR /&gt;
How can I change cell value in this table from my Javascript?&lt;BR /&gt;
And after that i want to save this changed table to lookup, like CSV, if it is possible...&lt;/P&gt;</description>
      <pubDate>Mon, 25 Dec 2017 09:05:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Change-table-data/m-p/365518#M107793</guid>
      <dc:creator>creemer</dc:creator>
      <dc:date>2017-12-25T09:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: Change table data</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Change-table-data/m-p/365519#M107794</link>
      <description>&lt;P&gt;@creemer, for changing the cell value using Simple XML JS Extesion with Splunk JS Stack, please refer to &lt;A href="https://splunkbase.splunk.com/app/1603/"&gt;Splunk Dashboard Examples&lt;/A&gt; app, which has couple of Examples for &lt;CODE&gt;Table Cell Highlighting&lt;/CODE&gt; and &lt;CODE&gt;Table Row Highlighting&lt;/CODE&gt; which access and modify cell value through &lt;CODE&gt;TableView.BaseCellRenderer.extend&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;For pushing Table results to CSV refer to answer below:&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/600664/dashboard-button-to-run-spl-on-click.html#answer-606447"&gt;https://answers.splunk.com/answers/600664/dashboard-button-to-run-spl-on-click.html#answer-606447&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Can you also add details of what is the kind of table cell value that you are planning to make? Can it not happen directly via Search query?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Dec 2017 16:39:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Change-table-data/m-p/365519#M107794</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-12-25T16:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: Change table data</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Change-table-data/m-p/365520#M107795</link>
      <description>&lt;P&gt;I mean, for example: &lt;BR /&gt;
I had the output from this search: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="_internal" | timechart count(ev) as cnt span=5m
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And want to change some value in some cell in "cnt" column by click on it.&lt;BR /&gt;
I click on it, then appears some modal, or popup with input, where I can write some other value for this cell, can I ?&lt;BR /&gt;
And after changing, I want to save it to CSV...&lt;/P&gt;

&lt;P&gt;How may I grab all the data from table, for example in array(or anything else)?&lt;/P&gt;

&lt;P&gt;PS Sorry for my english... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2017 09:01:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Change-table-data/m-p/365520#M107795</guid>
      <dc:creator>creemer</dc:creator>
      <dc:date>2017-12-28T09:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Change table data</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Change-table-data/m-p/365521#M107796</link>
      <description>&lt;P&gt;@creemer, based on further description seems like you need to edit and update a lookup file. This is a use case for &lt;CODE&gt;KV Store&lt;/CODE&gt; where you can modify individual fields on a frequent basis. Following are couple of your options:&lt;/P&gt;

&lt;P&gt;1) Try the &lt;A href="https://splunkbase.splunk.com/app/1724/"&gt;Lookup File Editor&lt;/A&gt; from Splunkbase&lt;BR /&gt;
2) Try out the &lt;A href="http://dev.splunk.com/view/webframework-tutorials/SP-CAAAEZT"&gt;KVStore Tutorial&lt;/A&gt; built using Splunk HTML dashboard&lt;/P&gt;</description>
      <pubDate>Fri, 29 Dec 2017 04:26:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Change-table-data/m-p/365521#M107796</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-12-29T04:26:59Z</dc:date>
    </item>
  </channel>
</rss>

