<?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: Wildcard field used in table, return only fields with selected values. in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Wildcard-field-used-in-table-return-only-fields-with-selected/m-p/351064#M103927</link>
    <description>&lt;P&gt;I see where your going with this, but the search resulted in nasty errors and only returned the first three *state fields. Oddly enough, two of them were "active"&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;5 errors occurred while the search was executing. Therefore, search results might be incomplete. Hide errors.
[atlitpsplnk1_ind] Failed to parse templatized search for field '4DParticipant.node1.state'
[atlitpsplnk1_ind] Failed to parse templatized search for field '4DParticipant.node2.state'
[atlitpsplnk1_ind] Failed to parse templatized search for field '4DParticipant.node3.state'
[atlitpsplnk1_ind] Failed to parse templatized search for field '4DParticipant.node4.state'
[atlitpsplnk1_ind] Failed to parse templatized search for field '4DParticipant.shard1.state'
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 20 Dec 2017 19:34:25 GMT</pubDate>
    <dc:creator>JDukeSplunk</dc:creator>
    <dc:date>2017-12-20T19:34:25Z</dc:date>
    <item>
      <title>Wildcard field used in table, return only fields with selected values.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Wildcard-field-used-in-table-return-only-fields-with-selected/m-p/351061#M103924</link>
      <description>&lt;P&gt;We're pulling in a JSON from an API call. I'd like to setup an alert that only shows when field &lt;EM&gt;state is NOT active.  The problem is that there is a stupid number of fields created by the input and they change names (but always end in *state&lt;/EM&gt;). So I can't just list them in the table. &lt;BR /&gt;
Here's the search I muddled out. It works, the alert fires, and the renames lop off some of the noise. However it's not ideal. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=application sourcetype=json_no_timestamp DOWN OR RECOVERING OR RECOVERY_FAILED 
| rename cluster.collections.* as *
| rename *shard1.replicas.core_node* as *node*
| rename *shards.* as **
| table host *state
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It returns this. (This is an small slice of the screen). It would make the alert less cluttered if "active" nodes didn't show. It feels like this should be a &lt;EM&gt;subsearch / where&lt;/EM&gt;, but I can't make that work with the wildcard *state.&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/4023i97980CE8426BC405/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Here's an example of the _raw if you would like it.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;{"responseHeader":{"status":0,"QTime":4},"cluster":{"collections":{"CPTCodes":{"replicationFactor":"1","shards":{"shard1":{"range":"80000000-7fffffff","state":"active","replicas":{"core_node1":{"core":"CPTCodes_shard1_replica1","base_url":"http://ATLAPDSOLR02:9093/solr","node_name":"ATLAPDSOLR02:9093_solr","state":"down"},"core_node2":{"core":"CPTCodes_shard1_replica2","base_url":"http://ATLAPDSOLR02:8983/solr","node_name":"ATLAPDSOLR02:8983_solr","state":"active","leader":"true"}}}},"router":{"name":"compositeId"},"maxShardsPerNode":"1","autoAddReplicas":"false","znodeVersion":197,"configName":"CPTCodes"},"Q4LParticipants":{"replicationFactor":"1","shards":{"shard1":{"range":"80000000-7fffffff","state":"active","replicas":{"core_node1":{"core":"Q4LParticipants_shard1_replica1","base_url":"http://ATLAPDSOLR02:9093/solr","node_name":"ATLAPDSOLR02:9093_solr","state":"down"},"core_node2":{"core":"Q4LParticipants_shard1_replica2","base_url":"http://ATLAPDSOLR02:8983/solr","node_name":"ATLAPDSOLR02:8983_solr","state":"active","leader":"true"}}}},"router":{"name":"compositeId"},"maxShardsPerNode":"1","autoAddReplicas":"false","znodeVersion":568,"configName":"Q4LParticipants"},"nextgen":{"replicationFactor":"1","shards":{"shard1":{"range":"80000000-7fffffff","state":"active","replicas":{"core_node1":{"core":"nextgen_shard1_replica1","base_url":"http://ATLAPDSOLR02:8983/solr","node_name":"ATLAPDSOLR02:8983_solr","state":"active","leader":"true"},"core_node2":{"core":"nextgen_shard1_replica2","base_url":"http://ATLAPDSOLR02:9093/solr","node_name":"ATLAPDSOLR02:9093_solr","state":"down"}}}},"router":{"name":"compositeId"},"maxShardsPerNode":"1","autoAddReplicas":"false","znodeVersion":479,"configName":"nextgen"},"NamesDictionary":{"replicationFactor":"1","shards":{"shard1":{"range":"80000000-7fffffff","state":"active","replicas":{"core_node2":{"core":"NamesDictionary_shard1_replica2","base_url":"http://ATLAPDSOLR02:8983/solr","node_name":"ATLAPDSOLR02:8983_solr","state":"active","leader":"true"},"core_node3":{"core":"NamesDictionary_shard1_replica1","base_url":"http://ATLAPDSOLR02:9093/solr","node_name":"ATLAPDSOLR02:9093_solr","state":"down"}}}},"router":{"name":"compositeId"},"maxShardsPerNode":"1","autoAddReplicas":"false","znodeVersion":377,"configName":"NamesDictionary"},"Providers":{"replicationFactor":"1","shards":{"shard1":{"range":"80000000-7fffffff","state":"active","replicas":{"core_node1":{"core":"Providers_shard1_replica1","base_url":"http://ATLAPDSOLR02:9093/solr","node_name":"ATLAPDSOLR02:9093_solr","state":"down"},"core_node2":{"core":"Providers_shard1_replica2","base_url":"http://ATLAPDSOLR02:8983/solr","node_name":"ATLAPDSOLR02:8983_solr","state":"active","leader":"true"}}}},"router":{"name":"compositeId"},"maxShardsPerNode":"1","autoAddReplicas":"false","znodeVersion":569,"configName":"Providers"},"Q4LClientData":{"replicationFactor":"1","shards":{"shard1":{"range":"80000000-7fffffff","state":"active","replicas":{"core_node1":{"core":"Q4LClientData_shard1_replica1","base_url":"http://ATLAPDSOLR02:9093/solr","node_name":"ATLAPDSOLR02:9093_solr","state":"down"},"core_node2":{"core":"Q4LClientData_shard1_replica2","base_url":"http://ATLAPDSOLR02:8983/solr","node_name":"ATLAPDSOLR02:8983_solr","state":"active","leader":"true"}}}},"router":{"name":"compositeId"},"maxShardsPerNode":"1","autoAddReplicas":"false","znodeVersion":415,"configName":"Q4LClientData"},"nextgencloud":{"replicationFactor":"1","shards":{"shard1":{"range":"80000000-7fffffff","state":"active","replicas":{"core_node1":{"core":"nextgencloud_shard1_replica1","base_url":"http://ATLAPDSOLR02:9093/solr","node_name":"ATLAPDSOLR02:9093_solr","state":"down"},"core_node2":{"core":"nextgencloud_shard1_replica2","base_url":"http://ATLAPDSOLR02:8983/solr","node_name":"ATLAPDSOLR02:8983_solr","state":"active","leader":"true"}}}},"router":{"name":"compositeId"},"maxShardsPerNode":"1","autoAddReplicas":"false","znodeVersion":494,"configName":"nextgencloud"},"workbaskets":{"replicationFactor":"1","shards":{"shard1":{"range":"80000000-7fffffff","state":"active","replicas":{"core_node1":{"core":"workbaskets_shard1_replica1","base_url":"http://ATLAPDSOLR02:9093/solr","node_name":"ATLAPDSOLR02:9093_solr","state":"down"},"core_node2":{"core":"workbaskets_shard1_replica2","base_url":"http://ATLAPDSOLR02:8983/solr","node_name":"ATLAPDSOLR02:8983_solr","state":"active","leader":"true"}}}},"router":{"name":"compositeId"},"maxShardsPerNode":"1","autoAddReplicas":"false","znodeVersion":341,"configName":"workbaskets"},"operators":{"replicationFactor":"1","shards":{"shard1":{"range":"80000000-7fffffff","state":"active","replicas":{"core_node1":{"core":"operators_shard1_replica1","base_url":"http://ATLAPDSOLR02:9093/solr","node_name":"ATLAPDSOLR02:9093_solr","state":"down"},"core_node2":{"core":"operators_shard1_replica2","base_url":"http://ATLAPDSOLR02:8983/solr","node_name":"ATLAPDSOLR02:8983_solr","state":"active","leader":"true"}}}},"router":{"name":"compositeId"},"maxShardsPerNode":"1","autoAddReplicas":"false","znodeVersion":479,"configName":"operators"},"4DParticipant":{"replicationFactor":"1","shards":{"shard1":{"range":"80000000-7fffffff","state":"active","replicas":{"core_node1":{"core":"4DParticipant_shard1_replica1","base_url":"http://ATLAPDSOLR02:8983/solr","node_name":"ATLAPDSOLR02:8983_solr","state":"active","leader":"true"},"core_node2":{"core":"4DParticipant_shard1_replica2","base_url":"http://ATLAPDSOLR02:9093/solr","node_name":"ATLAPDSOLR02:9093_solr","state":"down"}}}},"router":{"name":"compositeId"},"maxShardsPerNode":"1","autoAddReplicas":"false","znodeVersion":394,"configName":"4DParticipant"},"medications":{"replicationFactor":"1","shards":{"shard1":{"range":"80000000-7fffffff","state":"active","replicas":{"core_node1":{"core":"medications_shard1_replica1","base_url":"http://ATLAPDSOLR02:9093/solr","node_name":"ATLAPDSOLR02:9093_solr","state":"down"},"core_node2":{"core":"medications_shard1_replica2","base_url":"http://ATLAPDSOLR02:8983/solr","node_name":"ATLAPDSOLR02:8983_solr","state":"active","leader":"true"}}}},"router":{"name":"compositeId"},"maxShardsPerNode":"1","autoAddReplicas":"false","znodeVersion":564,"configName":"medications"},"SearchAllParticipants":{"replicationFactor":"1","shards":{"shard1":{"range":"80000000-7fffffff","state":"active","replicas":{"core_node1":{"core":"SearchAllParticipants_shard1_replica1","base_url":"http://ATLAPDSOLR02:9093/solr","node_name":"ATLAPDSOLR02:9093_solr","state":"down"},"core_node2":{"core":"SearchAllParticipants_shard1_replica2","base_url":"http://ATLAPDSOLR02:8983/solr","node_name":"ATLAPDSOLR02:8983_solr","state":"active","leader":"true"}}}},"router":{"name":"compositeId"},"maxShardsPerNode":"1","autoAddReplicas":"false","znodeVersion":635,"configName":"SearchAllParticipants"},"conditions":{"replicationFactor":"1","shards":{"shard1":{"range":"80000000-7fffffff","state":"active","replicas":{"core_node1":{"core":"conditions_shard1_replica1","base_url":"http://ATLAPDSOLR02:8983/solr","node_name":"ATLAPDSOLR02:8983_solr","state":"active","leader":"true"},"core_node2":{"core":"conditions_shard1_replica2","base_url":"http://ATLAPDSOLR02:9093/solr","node_name":"ATLAPDSOLR02:9093_solr","state":"down"}}}},"router":{"name":"compositeId"},"maxShardsPerNode":"1","autoAddReplicas":"false","znodeVersion":474,"configName":"conditions"},"Q4LProviders":{"replicationFactor":"2","shards":{"shard1":{"range":"80000000-7fffffff","state":"active","replicas":{"core_node1":{"core":"Q4LProviders_shard1_replica1","base_url":"http://ATLAPDSOLR02:8983/solr","node_name":"ATLAPDSOLR02:8983_solr","state":"active","leader":"true"},"core_node2":{"core":"Q4LProviders_shard1_replica2","base_url":"http://ATLAPDSOLR02:9093/solr","node_name":"ATLAPDSOLR02:9093_solr","state":"down"}}}},"router":{"name":"compositeId"},"maxShardsPerNode":"1","autoAddReplicas":"false","znodeVersion":181,"configName":"Q4LProviders"}},"live_nodes":["ATLAPDSOLR02:8983_solr"]}}
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 20 Dec 2017 18:02:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Wildcard-field-used-in-table-return-only-fields-with-selected/m-p/351061#M103924</guid>
      <dc:creator>JDukeSplunk</dc:creator>
      <dc:date>2017-12-20T18:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard field used in table, return only fields with selected values.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Wildcard-field-used-in-table-return-only-fields-with-selected/m-p/351062#M103925</link>
      <description>&lt;P&gt;How about appending this to the end of your search &lt;STRONG&gt;(Updated, per comments below )&lt;/STRONG&gt;:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| foreach *state [eval &amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;=if('&amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;'="active", NULL, '&amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;') ] 
| stats values(*state) AS *state BY host
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The first line will make the contents of each field &lt;CODE&gt;NULL&lt;/CODE&gt; if it was previously &lt;CODE&gt;"active"&lt;/CODE&gt;. The second line will list non-null values for each &lt;CODE&gt;*state&lt;/CODE&gt; column, removing columns that only contain &lt;CODE&gt;NULL&lt;/CODE&gt; values.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 18:57:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Wildcard-field-used-in-table-return-only-fields-with-selected/m-p/351062#M103925</guid>
      <dc:creator>elliotproebstel</dc:creator>
      <dc:date>2017-12-20T18:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard field used in table, return only fields with selected values.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Wildcard-field-used-in-table-return-only-fields-with-selected/m-p/351063#M103926</link>
      <description>&lt;P&gt;Try this for your alert search&lt;BR /&gt;
&lt;STRONG&gt;Updated&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=application sourcetype=json_no_timestamp DOWN OR RECOVERING OR RECOVERY_FAILED 
 | rename cluster.collections.* as *
 | rename *shard1.replicas.core_node* as *node*
 | rename *shards.* as **
 | table host *state
 | eval shouldAlert="N"
 | foreach *state [eval shouldAlert=if('&amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;'!="active","Y",shouldAlert)]
 | where shouldAlert="Y" 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This will return result when at least one of the &lt;CODE&gt;*state&lt;/CODE&gt;columns have value != "active". Your alert condition should be &lt;CODE&gt;number of events greater than 0&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 19:04:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Wildcard-field-used-in-table-return-only-fields-with-selected/m-p/351063#M103926</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-12-20T19:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard field used in table, return only fields with selected values.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Wildcard-field-used-in-table-return-only-fields-with-selected/m-p/351064#M103927</link>
      <description>&lt;P&gt;I see where your going with this, but the search resulted in nasty errors and only returned the first three *state fields. Oddly enough, two of them were "active"&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;5 errors occurred while the search was executing. Therefore, search results might be incomplete. Hide errors.
[atlitpsplnk1_ind] Failed to parse templatized search for field '4DParticipant.node1.state'
[atlitpsplnk1_ind] Failed to parse templatized search for field '4DParticipant.node2.state'
[atlitpsplnk1_ind] Failed to parse templatized search for field '4DParticipant.node3.state'
[atlitpsplnk1_ind] Failed to parse templatized search for field '4DParticipant.node4.state'
[atlitpsplnk1_ind] Failed to parse templatized search for field '4DParticipant.shard1.state'
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 20 Dec 2017 19:34:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Wildcard-field-used-in-table-return-only-fields-with-selected/m-p/351064#M103927</guid>
      <dc:creator>JDukeSplunk</dc:creator>
      <dc:date>2017-12-20T19:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard field used in table, return only fields with selected values.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Wildcard-field-used-in-table-return-only-fields-with-selected/m-p/351065#M103928</link>
      <description>&lt;P&gt;Nice try, but it fails completely. We have a subset of data where a few nodes were downed, and searching in that time range returns no results. &lt;BR /&gt;
If I lop off the |where statement and add the field "shouldAlert" to the table I see it, but it only contains the word "shouldAlert". &lt;/P&gt;

&lt;P&gt;I tried retooling the eval thinking that the != was throwing it. To this.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| foreach *state [eval shouldAlert=if('&amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;'=="down","DOWN","UP")]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Now shouldAlert appears once per line, and is showing as UP. &lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 19:42:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Wildcard-field-used-in-table-return-only-fields-with-selected/m-p/351065#M103928</guid>
      <dc:creator>JDukeSplunk</dc:creator>
      <dc:date>2017-12-20T19:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard field used in table, return only fields with selected values.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Wildcard-field-used-in-table-return-only-fields-with-selected/m-p/351066#M103929</link>
      <description>&lt;P&gt;I did some typo. Corrected it now. The foreach should set the value of shouldAlert="Y" (so that alert can be fired) when one or more fields don't have state as active.&lt;BR /&gt;
You can either use &lt;CODE&gt;'&amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;'!="active"&lt;/CODE&gt; or &lt;CODE&gt;'&amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;'="down"&lt;/CODE&gt; (if down is the only value that means state is not active).&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 20:22:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Wildcard-field-used-in-table-return-only-fields-with-selected/m-p/351066#M103929</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-12-20T20:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard field used in table, return only fields with selected values.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Wildcard-field-used-in-table-return-only-fields-with-selected/m-p/351067#M103930</link>
      <description>&lt;P&gt;Hmm, I think this is because of the periods in the name of the field. If all column headers have two or zero periods, then this might do it:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;...
| rename *.*.* AS *_*_* 
| foreach *state [eval &amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;=if(&amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;="active", NULL, &amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;) ] 
| stats values(*state) AS *state BY host
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 20 Dec 2017 21:20:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Wildcard-field-used-in-table-return-only-fields-with-selected/m-p/351067#M103930</guid>
      <dc:creator>elliotproebstel</dc:creator>
      <dc:date>2017-12-20T21:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard field used in table, return only fields with selected values.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Wildcard-field-used-in-table-return-only-fields-with-selected/m-p/351068#M103931</link>
      <description>&lt;P&gt;Oh, I'm a doof and forgot to wrap the &lt;CODE&gt;&amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;&lt;/CODE&gt; tags in single quotes within the subsearch. I think that would also fix it. So like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| foreach *state [eval &amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;=if('&amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;'="active", NULL, '&amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;') ] 
| stats values(*state) AS *state BY host
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 20 Dec 2017 21:35:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Wildcard-field-used-in-table-return-only-fields-with-selected/m-p/351068#M103931</guid>
      <dc:creator>elliotproebstel</dc:creator>
      <dc:date>2017-12-20T21:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard field used in table, return only fields with selected values.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Wildcard-field-used-in-table-return-only-fields-with-selected/m-p/351069#M103932</link>
      <description>&lt;P&gt;Your corrected search got it! Thanks!&lt;/P&gt;

&lt;P&gt;Final &lt;BR /&gt;
    index=application sourcetype=json_no_timestamp DOWN OR RECOVERING OR RECOVERY_FAILED &lt;BR /&gt;
     | rename cluster.collections.* as *&lt;BR /&gt;
     | rename &lt;EM&gt;shard1.replicas.core_node&lt;/EM&gt; as &lt;EM&gt;node&lt;/EM&gt;&lt;BR /&gt;
     | rename &lt;EM&gt;shards.&lt;/EM&gt; as **&lt;BR /&gt;
      | foreach *state [eval &amp;lt;&lt;FIELD&gt;&amp;gt;=if('&amp;lt;&lt;FIELD&gt;&amp;gt;'="active", NULL, '&amp;lt;&lt;FIELD&gt;&amp;gt;') ] &lt;BR /&gt;
     | stats values(*state) as *state by host _time&lt;/FIELD&gt;&lt;/FIELD&gt;&lt;/FIELD&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 17:19:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Wildcard-field-used-in-table-return-only-fields-with-selected/m-p/351069#M103932</guid>
      <dc:creator>JDukeSplunk</dc:creator>
      <dc:date>2020-09-29T17:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard field used in table, return only fields with selected values.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Wildcard-field-used-in-table-return-only-fields-with-selected/m-p/351070#M103933</link>
      <description>&lt;P&gt;Glad we were able to nail it down! FYI, the post ate your &lt;CODE&gt;&amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;&lt;/CODE&gt; tags, because they weren't wrapped in the &lt;CODE&gt;101010&lt;/CODE&gt; code tags. But I updated my first answer to make the solution easier for others to find (so they don't have to wade through the comments for it).&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2017 16:20:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Wildcard-field-used-in-table-return-only-fields-with-selected/m-p/351070#M103933</guid>
      <dc:creator>elliotproebstel</dc:creator>
      <dc:date>2017-12-21T16:20:51Z</dc:date>
    </item>
  </channel>
</rss>

