<?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 AdvancedXML EventsViewer fields in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/AdvancedXML-EventsViewer-fields/m-p/79512#M5063</link>
    <description>&lt;P&gt;Splunk is not recognizing my configured fields to display.&lt;/P&gt;

&lt;P&gt;I have a TextField module for entering AccountNumber. Inside this module is Search command and an EventsViewer. Since I am searching by AccountNumber, there is absolutely no reason for the AccountNumber field to be displayed - yet it is.&lt;/P&gt;

&lt;P&gt;I have tried using HiddenFieldSelector module, which doesn't seem to help.&lt;/P&gt;

&lt;P&gt;I have tried using the 'field' param inside EventsViewer, but the documentation doesn't specify whether i should use comma delimited, space delimited, or whatever. Which is not to say, I haven't tried everything.&lt;/P&gt;

&lt;P&gt;Please help&lt;/P&gt;

&lt;P&gt;thanks in advance&lt;/P&gt;</description>
    <pubDate>Tue, 12 Apr 2011 17:03:21 GMT</pubDate>
    <dc:creator>klee310</dc:creator>
    <dc:date>2011-04-12T17:03:21Z</dc:date>
    <item>
      <title>AdvancedXML EventsViewer fields</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/AdvancedXML-EventsViewer-fields/m-p/79512#M5063</link>
      <description>&lt;P&gt;Splunk is not recognizing my configured fields to display.&lt;/P&gt;

&lt;P&gt;I have a TextField module for entering AccountNumber. Inside this module is Search command and an EventsViewer. Since I am searching by AccountNumber, there is absolutely no reason for the AccountNumber field to be displayed - yet it is.&lt;/P&gt;

&lt;P&gt;I have tried using HiddenFieldSelector module, which doesn't seem to help.&lt;/P&gt;

&lt;P&gt;I have tried using the 'field' param inside EventsViewer, but the documentation doesn't specify whether i should use comma delimited, space delimited, or whatever. Which is not to say, I haven't tried everything.&lt;/P&gt;

&lt;P&gt;Please help&lt;/P&gt;

&lt;P&gt;thanks in advance&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2011 17:03:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/AdvancedXML-EventsViewer-fields/m-p/79512#M5063</guid>
      <dc:creator>klee310</dc:creator>
      <dc:date>2011-04-12T17:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: AdvancedXML EventsViewer fields</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/AdvancedXML-EventsViewer-fields/m-p/79513#M5064</link>
      <description>&lt;P&gt;Klee,&lt;/P&gt;

&lt;P&gt;I am assuming you are referring to the key=value pairings directly underneath the _raw value of each event row.  I have had luck using the following syntax (I do not have any upstream FieldPicker or HiddenFieldPicker modules; which should work as well):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;   &amp;lt;module name="EventsViewer"&amp;gt;
       &amp;lt;param name="fields"&amp;gt;* signature src src_nt_domain src_user dest dest_nt_domain user&amp;lt;/param&amp;gt;
       &amp;lt;param name="reportFieldLink"&amp;gt;report_builder_format_report&amp;lt;/param&amp;gt;
   &amp;lt;/module&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 15 Apr 2011 18:59:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/AdvancedXML-EventsViewer-fields/m-p/79513#M5064</guid>
      <dc:creator>hazekamp</dc:creator>
      <dc:date>2011-04-15T18:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: AdvancedXML EventsViewer fields</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/AdvancedXML-EventsViewer-fields/m-p/79514#M5065</link>
      <description>&lt;P&gt;yes hazedav, I was referring to the key=value pairings directly underneath the _raw values... &lt;/P&gt;

&lt;P&gt;and in fact, I have found the best solution is to simply pipe my command into the fields command, and specify exactly the fields which may be displayed.&lt;/P&gt;

&lt;P&gt;However I do have one more issue with the EventsViewer... I just can't seem to find a way to turn off those damn highlight; or even define my own (for example, with the highlight command)&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2011 13:46:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/AdvancedXML-EventsViewer-fields/m-p/79514#M5065</guid>
      <dc:creator>klee310</dc:creator>
      <dc:date>2011-04-20T13:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: AdvancedXML EventsViewer fields</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/AdvancedXML-EventsViewer-fields/m-p/79515#M5066</link>
      <description>&lt;P&gt;You can use Firebug to find the CSS class that is lighting up the segments in EventsViewer, and then add a style rule to your application.css file to override it. &lt;/P&gt;

&lt;P&gt;I think this will work: &lt;/P&gt;

&lt;P&gt;.splView-your_view_name_here .EventsViewer .default .a,&lt;BR /&gt;
.splView-your_view_name_here .EventsViewer .default .fields .v {&lt;BR /&gt;
    background:transparent;&lt;BR /&gt;
}&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 09:37:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/AdvancedXML-EventsViewer-fields/m-p/79515#M5066</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2020-09-28T09:37:10Z</dc:date>
    </item>
  </channel>
</rss>

