<?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: Is it possible to create a form to better present splunk data coming from another app without the use of an index? in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/Is-it-possible-to-create-a-form-to-better-present-splunk-data/m-p/162890#M10577</link>
    <description>&lt;P&gt;I'm doomed &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;We unfortunately only have 1 splunk admin supporting around 100 devs, thus the reason why I have to get all these hacky solutions. Will let you know what happens when I get a proper index to work with, but in your opinion could the index solve alot of more problems?&lt;/P&gt;</description>
    <pubDate>Thu, 16 Oct 2014 16:10:03 GMT</pubDate>
    <dc:creator>sjanwity</dc:creator>
    <dc:date>2014-10-16T16:10:03Z</dc:date>
    <item>
      <title>Is it possible to create a form to better present splunk data coming from another app without the use of an index?</title>
      <link>https://community.splunk.com/t5/Reporting/Is-it-possible-to-create-a-form-to-better-present-splunk-data/m-p/162859#M10546</link>
      <description>&lt;P&gt;I have some data which is coming from the Splunk DB Connect app, which I need to present onto a report. I want this report to have filtering functionality, thus necessitating the use of forms. I'm following the Splunk tutorial on how to implement a basic keyword filter on a report through a simple form, but I found that I need to use an index as a intermediary input data store.&lt;/P&gt;

&lt;P&gt;I currently can not use any index due to some other issues which in all fairness will be solved soon, so this question is academic only: is it possible to use forms this way without storing the data in an index?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Oct 2014 12:50:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Is-it-possible-to-create-a-form-to-better-present-splunk-data/m-p/162859#M10546</guid>
      <dc:creator>sjanwity</dc:creator>
      <dc:date>2014-10-14T12:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a form to better present splunk data coming from another app without the use of an index?</title>
      <link>https://community.splunk.com/t5/Reporting/Is-it-possible-to-create-a-form-to-better-present-splunk-data/m-p/162860#M10547</link>
      <description>&lt;P&gt;You should be able to do this. I just wrote a short simple XML dashboard where the &lt;CODE&gt;searchTemplate&lt;/CODE&gt; started with &lt;CODE&gt;| dbquery&lt;/CODE&gt; and it worked just fine, no importing into an index necessary. I was able to use an input parameter from the form in the SQL query itself, as well as outside of the &lt;CODE&gt;dbquery&lt;/CODE&gt; clause, and it all worked as expected.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Oct 2014 13:21:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Is-it-possible-to-create-a-form-to-better-present-splunk-data/m-p/162860#M10547</guid>
      <dc:creator>aweitzman</dc:creator>
      <dc:date>2014-10-14T13:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a form to better present splunk data coming from another app without the use of an index?</title>
      <link>https://community.splunk.com/t5/Reporting/Is-it-possible-to-create-a-form-to-better-present-splunk-data/m-p/162861#M10548</link>
      <description>&lt;P&gt;@aweitzman It works but the searches and time filter doesn't work. Adding a $series$ field after the dbquery doesn't seem to do anything to my search results&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2014 12:31:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Is-it-possible-to-create-a-form-to-better-present-splunk-data/m-p/162861#M10548</guid>
      <dc:creator>sjanwity</dc:creator>
      <dc:date>2014-10-15T12:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a form to better present splunk data coming from another app without the use of an index?</title>
      <link>https://community.splunk.com/t5/Reporting/Is-it-possible-to-create-a-form-to-better-present-splunk-data/m-p/162862#M10549</link>
      <description>&lt;P&gt;The time filter can't work without some manipulation because contents from dbquery don't have a Splunk time associated with them out of the box. If you have a field with the epoch time in it, I believe adding &lt;CODE&gt;| rename timefield to _time&lt;/CODE&gt; will use that field as the Splunk time, which should then allow for time filtering.&lt;/P&gt;

&lt;P&gt;I do not understand what you mean by "Adding a $series$ field...". Can you explain that further, please? For me, both of the following worked, where &lt;CODE&gt;$formValue$&lt;/CODE&gt; is the contents of an input box:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;| dbquery mydb "SELECT * FROM dbo.mytable where MyField like '%$formValue$%'"&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;| dbquery mydb "SELECT * FROM dbo.mytable" | search MyField="*$formValue$*"&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2014 13:47:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Is-it-possible-to-create-a-form-to-better-present-splunk-data/m-p/162862#M10549</guid>
      <dc:creator>aweitzman</dc:creator>
      <dc:date>2014-10-15T13:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a form to better present splunk data coming from another app without the use of an index?</title>
      <link>https://community.splunk.com/t5/Reporting/Is-it-possible-to-create-a-form-to-better-present-splunk-data/m-p/162863#M10550</link>
      <description>&lt;P&gt;Ah I get it, I was following the example on &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Viz/Buildandeditforms"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Viz/Buildandeditforms&lt;/A&gt; and thought that you would be following the same keyword - they use $series$ to search. How would I make it search for any column on the table, though, without having to modify 'MyField'? &lt;/P&gt;

&lt;P&gt;I also have a _time field but the time range still isn't working. My code is from the splunk help page, by the way.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2014 15:08:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Is-it-possible-to-create-a-form-to-better-present-splunk-data/m-p/162863#M10550</guid>
      <dc:creator>sjanwity</dc:creator>
      <dc:date>2014-10-15T15:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a form to better present splunk data coming from another app without the use of an index?</title>
      <link>https://community.splunk.com/t5/Reporting/Is-it-possible-to-create-a-form-to-better-present-splunk-data/m-p/162864#M10551</link>
      <description>&lt;P&gt;Another way to deal with the time is to use a Splunk command called &lt;CODE&gt;addinfo&lt;/CODE&gt;. This will add fields related to the time of the search being done, &lt;CODE&gt;info_min_time&lt;/CODE&gt; and &lt;CODE&gt;info_max_time&lt;/CODE&gt;, so you can compare against a field you already have. For instance, if the field you get from the db containing the epoch time is &lt;CODE&gt;TimeStamp&lt;/CODE&gt;, then the following should work:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;| dbquery mydb "SELECT * FROM dbo.mytable where MyField like '%$formValue$%'" | addinfo | convert auto(TimeStamp) | where (info_min_time (less-than) TimeStamp AND info_max_time (greater-than) TimeStamp)&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;(Replace less-than and greater-than with the actual symbols.)&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2014 15:45:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Is-it-possible-to-create-a-form-to-better-present-splunk-data/m-p/162864#M10551</guid>
      <dc:creator>aweitzman</dc:creator>
      <dc:date>2014-10-15T15:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a form to better present splunk data coming from another app without the use of an index?</title>
      <link>https://community.splunk.com/t5/Reporting/Is-it-possible-to-create-a-form-to-better-present-splunk-data/m-p/162865#M10552</link>
      <description>&lt;P&gt;As for searching &lt;STRONG&gt;any&lt;/STRONG&gt; field after a &lt;CODE&gt;dbquery&lt;/CODE&gt; instead of just one, I don't think you can do that without listing each field, like &lt;CODE&gt;(fieldA="$series$" OR fieldB="$series$" OR ...)&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;I'd recommend creating a macro for that if you have to do it in more than one place. See this page for more details: &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Search/Usesearchmacros"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Search/Usesearchmacros&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2014 16:00:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Is-it-possible-to-create-a-form-to-better-present-splunk-data/m-p/162865#M10552</guid>
      <dc:creator>aweitzman</dc:creator>
      <dc:date>2014-10-15T16:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a form to better present splunk data coming from another app without the use of an index?</title>
      <link>https://community.splunk.com/t5/Reporting/Is-it-possible-to-create-a-form-to-better-present-splunk-data/m-p/162866#M10553</link>
      <description>&lt;P&gt;I have an idea - I would just tell the user to, when searching for fieldB, just include "B_" in front of his search string. This doesn't seem to work though - is it because '_' is a special character? How can I escape it?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 17:55:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Is-it-possible-to-create-a-form-to-better-present-splunk-data/m-p/162866#M10553</guid>
      <dc:creator>sjanwity</dc:creator>
      <dc:date>2020-09-28T17:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a form to better present splunk data coming from another app without the use of an index?</title>
      <link>https://community.splunk.com/t5/Reporting/Is-it-possible-to-create-a-form-to-better-present-splunk-data/m-p/162867#M10554</link>
      <description>&lt;P&gt;I don't quite understand what use &lt;CODE&gt;addinfo&lt;/CODE&gt; would do? I've translated my timestamp field taken from &lt;CODE&gt;dbquery&lt;/CODE&gt;into splunk time by using the &lt;CODE&gt;eval _time=UPDATE_TIME&lt;/CODE&gt; command, but the time picker doesn't work. The current code I have in xml is &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;input type="time" searchWhenChanged="true"&amp;gt;
      &amp;lt;default&amp;gt;
        &amp;lt;earliestTime&amp;gt;@d&amp;lt;/earliestTime&amp;gt;
        &amp;lt;latestTime&amp;gt;now&amp;lt;/latestTime&amp;gt;
      &amp;lt;/default&amp;gt;
&amp;lt;/input&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 15 Oct 2014 16:27:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Is-it-possible-to-create-a-form-to-better-present-splunk-data/m-p/162867#M10554</guid>
      <dc:creator>sjanwity</dc:creator>
      <dc:date>2014-10-15T16:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a form to better present splunk data coming from another app without the use of an index?</title>
      <link>https://community.splunk.com/t5/Reporting/Is-it-possible-to-create-a-form-to-better-present-splunk-data/m-p/162868#M10555</link>
      <description>&lt;P&gt;What I mean is, leave out the &lt;CODE&gt;eval _time=UPDATE_TIME&lt;/CODE&gt; clause in your search and replace it with the &lt;CODE&gt;addinfo&lt;/CODE&gt; suggestion instead.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2014 16:34:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Is-it-possible-to-create-a-form-to-better-present-splunk-data/m-p/162868#M10555</guid>
      <dc:creator>aweitzman</dc:creator>
      <dc:date>2014-10-15T16:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a form to better present splunk data coming from another app without the use of an index?</title>
      <link>https://community.splunk.com/t5/Reporting/Is-it-possible-to-create-a-form-to-better-present-splunk-data/m-p/162869#M10556</link>
      <description>&lt;P&gt;but how does this link to the time picker I have on my form?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2014 17:19:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Is-it-possible-to-create-a-form-to-better-present-splunk-data/m-p/162869#M10556</guid>
      <dc:creator>sjanwity</dc:creator>
      <dc:date>2014-10-15T17:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a form to better present splunk data coming from another app without the use of an index?</title>
      <link>https://community.splunk.com/t5/Reporting/Is-it-possible-to-create-a-form-to-better-present-splunk-data/m-p/162870#M10557</link>
      <description>&lt;P&gt;Which problem are you trying to solve?&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Search all available fields for the string in the input box&lt;/LI&gt;
&lt;LI&gt;Allow the user to provide a field name to search as well as a string&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;If you're trying to solve 1, you'll have to list all the fields in the search as above. If you're trying to solve 2, you can provide a dropdown that allows the user of the dashboard to choose the field they're searching, and then use that in your search string. Look at this example for how you might do that: &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Viz/Buildandeditforms#Static_and_dynamic_inputs_to_forms"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Viz/Buildandeditforms#Static_and_dynamic_inputs_to_forms&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2014 17:25:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Is-it-possible-to-create-a-form-to-better-present-splunk-data/m-p/162870#M10557</guid>
      <dc:creator>aweitzman</dc:creator>
      <dc:date>2014-10-15T17:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a form to better present splunk data coming from another app without the use of an index?</title>
      <link>https://community.splunk.com/t5/Reporting/Is-it-possible-to-create-a-form-to-better-present-splunk-data/m-p/162871#M10558</link>
      <description>&lt;P&gt;By definition, the time picker identifies the time boundaries of your search. There's no other "link" than that. The time boundaries are metadata values with respect to the search, so they don't show up as usable values by default. The &lt;CODE&gt;addinfo&lt;/CODE&gt; command makes those metadata values available to you so you can work with them.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2014 17:27:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Is-it-possible-to-create-a-form-to-better-present-splunk-data/m-p/162871#M10558</guid>
      <dc:creator>aweitzman</dc:creator>
      <dc:date>2014-10-15T17:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a form to better present splunk data coming from another app without the use of an index?</title>
      <link>https://community.splunk.com/t5/Reporting/Is-it-possible-to-create-a-form-to-better-present-splunk-data/m-p/162872#M10559</link>
      <description>&lt;P&gt;Sorry, this time picker is on a form, not a search - I made it myself using the code snippet above. Does this change your comment in any way?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2014 17:48:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Is-it-possible-to-create-a-form-to-better-present-splunk-data/m-p/162872#M10559</guid>
      <dc:creator>sjanwity</dc:creator>
      <dc:date>2014-10-15T17:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a form to better present splunk data coming from another app without the use of an index?</title>
      <link>https://community.splunk.com/t5/Reporting/Is-it-possible-to-create-a-form-to-better-present-splunk-data/m-p/162873#M10560</link>
      <description>&lt;P&gt;The only context in which a time picker makes sense is on a form.&lt;/P&gt;

&lt;P&gt;By choosing a time range with your time picker, you define the "time boundaries" I described earlier. By using &lt;CODE&gt;addinfo&lt;/CODE&gt; you get access to the metadata values that represent those time boundaries. By comparing the value of your &lt;CODE&gt;UPDATE_TIME&lt;/CODE&gt; field from your search to the &lt;CODE&gt;info_min_time&lt;/CODE&gt; and &lt;CODE&gt;info_max_time&lt;/CODE&gt; values generated by the &lt;CODE&gt;addinfo&lt;/CODE&gt; command, you can filter your results by the range in your time picker.&lt;/P&gt;

&lt;P&gt;Exactly what information are you looking for that isn't in this answer? I'm having trouble divining what you're really asking.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2014 18:00:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Is-it-possible-to-create-a-form-to-better-present-splunk-data/m-p/162873#M10560</guid>
      <dc:creator>aweitzman</dc:creator>
      <dc:date>2014-10-15T18:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a form to better present splunk data coming from another app without the use of an index?</title>
      <link>https://community.splunk.com/t5/Reporting/Is-it-possible-to-create-a-form-to-better-present-splunk-data/m-p/162874#M10561</link>
      <description>&lt;P&gt;I just have trouble understanding how your solution works and thought you were misunderstanding. Anyhow, the solution is showing no results...&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2014 18:27:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Is-it-possible-to-create-a-form-to-better-present-splunk-data/m-p/162874#M10561</guid>
      <dc:creator>sjanwity</dc:creator>
      <dc:date>2014-10-15T18:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a form to better present splunk data coming from another app without the use of an index?</title>
      <link>https://community.splunk.com/t5/Reporting/Is-it-possible-to-create-a-form-to-better-present-splunk-data/m-p/162875#M10562</link>
      <description>&lt;P&gt;At this point, I'd need to see the complete search string you're using that isn't working.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2014 19:02:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Is-it-possible-to-create-a-form-to-better-present-splunk-data/m-p/162875#M10562</guid>
      <dc:creator>aweitzman</dc:creator>
      <dc:date>2014-10-15T19:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a form to better present splunk data coming from another app without the use of an index?</title>
      <link>https://community.splunk.com/t5/Reporting/Is-it-possible-to-create-a-form-to-better-present-splunk-data/m-p/162876#M10563</link>
      <description>&lt;P&gt;original without your change:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  | dbquery "DB" limit=100000 "select * from generic_data_hist" series=$series$.
      | eval _time = UPDATE_TIME
      | transaction OBJECT_KEY FIELD_NAME keeporphans=true maxspan=1s maxevents=2
      | eval OPERATION_RESULT=if(OPERATION=="INSERT" AND OPERATION=="DELETE","UPDATE",OPERATION)
      | sort TYPE_NAME, OBJECT_KEY, FIELD_NAME, 
      | table _time, TXN_ID, OPERATION, OPERATION_RESULT, VERSION, TYPE_NAME, OBJECT_KEY, FIELD_NAME, FIELD_VALUE
      | search OBJECT_KEY = "*$series$*"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;with your changes:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| dbquery "" limit=100000 "select * from generic_data_hist" series=$series$.
  | addinfo
  | convert auto(UPDATE_TIME)
  | where (info_min_time &amp;amp;lt; UPDATE_TIME AND info_max_time &amp;amp;gt; UPDATE_TIME)
  | transaction OBJECT_KEY FIELD_NAME keeporphans=true maxspan=1s maxevents=2
  | eval OPERATION_RESULT=if(OPERATION=="INSERT" AND OPERATION=="DELETE","UPDATE",OPERATION)
  | sort TYPE_NAME, OBJECT_KEY, FIELD_NAME, 
  | table _time, TXN_ID, OPERATION, OPERATION_RESULT, VERSION, TYPE_NAME, OBJECT_KEY, FIELD_NAME, FIELD_VALUE
  | search OBJECT_KEY = "*$series$*"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 16 Oct 2014 12:29:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Is-it-possible-to-create-a-form-to-better-present-splunk-data/m-p/162876#M10563</guid>
      <dc:creator>sjanwity</dc:creator>
      <dc:date>2014-10-16T12:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a form to better present splunk data coming from another app without the use of an index?</title>
      <link>https://community.splunk.com/t5/Reporting/Is-it-possible-to-create-a-form-to-better-present-splunk-data/m-p/162877#M10564</link>
      <description>&lt;P&gt;Looking only at the changed one:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;In the initial clause, &lt;CODE&gt;series=$series$.&lt;/CODE&gt; is not helping. Either leave it out (because you search for it later in the last clause) or include it in your SQL statement somewhere.&lt;/LI&gt;
&lt;LI&gt;In your final &lt;CODE&gt;table&lt;/CODE&gt;, you should replace &lt;CODE&gt;_time&lt;/CODE&gt; with &lt;CODE&gt;UPDATE_TIME&lt;/CODE&gt;.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;(Also, I'm assuming &lt;CODE&gt;&amp;amp;lt;&lt;/CODE&gt; and &lt;CODE&gt;&amp;amp;gt;&lt;/CODE&gt; are actual less-than and greater-than symbols.)&lt;/P&gt;

&lt;P&gt;Incidentally, are you doing this in a dashboard or at the search bar? If you're doing it in a dashboard, try doing it at the search bar first (replacing &lt;CODE&gt;$series$&lt;/CODE&gt; with a useful value) and see what you get.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Oct 2014 13:57:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Is-it-possible-to-create-a-form-to-better-present-splunk-data/m-p/162877#M10564</guid>
      <dc:creator>aweitzman</dc:creator>
      <dc:date>2014-10-16T13:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a form to better present splunk data coming from another app without the use of an index?</title>
      <link>https://community.splunk.com/t5/Reporting/Is-it-possible-to-create-a-form-to-better-present-splunk-data/m-p/162878#M10565</link>
      <description>&lt;P&gt;I'm doing this on the dashboard, and &lt;CODE&gt;series=$series$.&lt;/CODE&gt; is for the search filter somewhere else. Yes those are less-than and greater-than symbols because somehow splunk xml view doesn't render them.&lt;/P&gt;

&lt;P&gt;Replacing _time with UPDATE_TIME still gives no results found &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 17:53:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Is-it-possible-to-create-a-form-to-better-present-splunk-data/m-p/162878#M10565</guid>
      <dc:creator>sjanwity</dc:creator>
      <dc:date>2020-09-28T17:53:51Z</dc:date>
    </item>
  </channel>
</rss>

