<?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: Sideview utils valuesesetter - what fields are actually available? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sideview-utils-valuesesetter-what-fields-are-actually-available/m-p/27172#M893</link>
    <description>&lt;P&gt;ahh thanks. I'm using v2.5. &lt;/P&gt;

&lt;P&gt;As for runDuration etc, I thought i'd seen them before. I spent ages trying to find where i'd originally seen a list of them. For some reason i'd had one of them in a resultsvaluesetter hence the reason why I was was getting confused about its origin.&lt;/P&gt;

&lt;P&gt;Once again thanks. Most if not all of the our dashboards wouldn't be possible without sideview utils &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; (well ... not nearly the same functionality and less headache to create!). Crossing my fingers that not too many of our dashboards are broken in v6.&lt;/P&gt;</description>
    <pubDate>Wed, 07 Aug 2013 23:30:26 GMT</pubDate>
    <dc:creator>Lucas_K</dc:creator>
    <dc:date>2013-08-07T23:30:26Z</dc:date>
    <item>
      <title>Sideview utils valuesesetter - what fields are actually available?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sideview-utils-valuesesetter-what-fields-are-actually-available/m-p/27170#M891</link>
      <description>&lt;P&gt;In the sideview utils documentation is says "ResultsValueSetter allows you to reach up into the server's search results, grab some field values from the first row of the current search results".&lt;/P&gt;

&lt;P&gt;This is probably something totally obvious that i'm missing but is there a way I can see a list of what actual fields I can call? I have randomly stumbled upon some of them using the job inspector (ie. runDuration etc) but i'd like to know which ones I can actually use.&lt;/P&gt;

&lt;P&gt;Cheers &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Lucas&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2013 06:47:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sideview-utils-valuesesetter-what-fields-are-actually-available/m-p/27170#M891</guid>
      <dc:creator>Lucas_K</dc:creator>
      <dc:date>2013-08-07T06:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Sideview utils valuesesetter - what fields are actually available?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sideview-utils-valuesesetter-what-fields-are-actually-available/m-p/27171#M892</link>
      <description>&lt;P&gt;No - those things like "runDuration" are not fields at all.   By fields it means literally the fields on your search results - the things like sourcetype, username, status, method, etc.. Whatever you've defined field extractions for,  or whatever fields your app or your dashboard is extracting.  &lt;/P&gt;

&lt;P&gt;For any particular dashboard and any particular search, to get some visibility into the fields available in &lt;EM&gt;that set of search results&lt;/EM&gt;,  I would quickly tack on a "| fieldsummary" and then throw a &lt;CODE&gt;&amp;lt;module name="Table"/&amp;gt;&lt;/CODE&gt; right into the page, and it will show you a table of all fields. &lt;/P&gt;

&lt;P&gt;Or more commonly while I'm working on a dashboard I'll have the search laid out in a separate browser tab, wherein I am constantly running little crosschecks and experiments on the search language.  Tacking on a " | fieldsummary" and hitting return in that window is a good example of this sort of thing. &lt;/P&gt;

&lt;P&gt;As far as those items that you can see in the job dictionary,  a small amount of that information is available wherever Sideview modules have &lt;EM&gt;foo&lt;/EM&gt; substitution, and you can see the list of these on the following page within the Sideview Utils docs - "Key Techniques &amp;gt; Other &amp;gt; overview of all the $foo$ tokens".  Specifically there are tokens like $results.count$ for the final result count, $results.eventCount$ for events matched, and $results.scanCount$ for the events scanned.   $results.runDuration$ is another example.  However the entire space of keys in the Job Inspector is not reflected.  Just about a dozen of them. &lt;/P&gt;

&lt;P&gt;Note: if you're actually using Sideview Utils 1.3.X, you should update.  Many of these $foo$ tokens I think weren't there back that far, and the documentation page I referred to wont be there.  Latest as of this writing is 2.6.1, it's free for internal use and it is available only from the sideview site at &lt;A href="http://sideviewapps.com/apps/sideview-utils"&gt;http://sideviewapps.com/apps/sideview-utils&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2013 17:45:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sideview-utils-valuesesetter-what-fields-are-actually-available/m-p/27171#M892</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2013-08-07T17:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Sideview utils valuesesetter - what fields are actually available?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sideview-utils-valuesesetter-what-fields-are-actually-available/m-p/27172#M893</link>
      <description>&lt;P&gt;ahh thanks. I'm using v2.5. &lt;/P&gt;

&lt;P&gt;As for runDuration etc, I thought i'd seen them before. I spent ages trying to find where i'd originally seen a list of them. For some reason i'd had one of them in a resultsvaluesetter hence the reason why I was was getting confused about its origin.&lt;/P&gt;

&lt;P&gt;Once again thanks. Most if not all of the our dashboards wouldn't be possible without sideview utils &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; (well ... not nearly the same functionality and less headache to create!). Crossing my fingers that not too many of our dashboards are broken in v6.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2013 23:30:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sideview-utils-valuesesetter-what-fields-are-actually-available/m-p/27172#M893</guid>
      <dc:creator>Lucas_K</dc:creator>
      <dc:date>2013-08-07T23:30:26Z</dc:date>
    </item>
  </channel>
</rss>

