<?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 does not appear in the field in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/does-not-appear-in-the-field/m-p/474168#M133387</link>
    <description>&lt;P&gt;Hi all&lt;/P&gt;

&lt;P&gt;I have event like that.&lt;BR /&gt;
2019-10-26 15:00:09.158, servicename="ROOT2", area="SCP", place="tokyo",  path="AAA12345", Default="B", Sn="B", SC="B", update="person"&lt;/P&gt;

&lt;P&gt;"path" "place" "area" "servicename" and "Sn" are automatically appear in the field.&lt;BR /&gt;
When a field is specified, a value such as B appears.&lt;/P&gt;

&lt;P&gt;But 　"SC" did not appear automatically. I think it is few.&lt;/P&gt;

&lt;P&gt;I need value like B.&lt;BR /&gt;
I want to make table.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=main |table path, area, Sn, SC
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;path,area,Sn,SC&lt;BR /&gt;
AAA12345,tokyo,B,B&lt;BR /&gt;
AAA23456,osaka,A,A&lt;BR /&gt;
AAA34567,nagoya,C,A&lt;/P&gt;

&lt;P&gt;What should I do?&lt;/P&gt;

&lt;P&gt;Thank you for helping.&lt;/P&gt;</description>
    <pubDate>Fri, 01 Nov 2019 08:39:55 GMT</pubDate>
    <dc:creator>nanachu</dc:creator>
    <dc:date>2019-11-01T08:39:55Z</dc:date>
    <item>
      <title>does not appear in the field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/does-not-appear-in-the-field/m-p/474168#M133387</link>
      <description>&lt;P&gt;Hi all&lt;/P&gt;

&lt;P&gt;I have event like that.&lt;BR /&gt;
2019-10-26 15:00:09.158, servicename="ROOT2", area="SCP", place="tokyo",  path="AAA12345", Default="B", Sn="B", SC="B", update="person"&lt;/P&gt;

&lt;P&gt;"path" "place" "area" "servicename" and "Sn" are automatically appear in the field.&lt;BR /&gt;
When a field is specified, a value such as B appears.&lt;/P&gt;

&lt;P&gt;But 　"SC" did not appear automatically. I think it is few.&lt;/P&gt;

&lt;P&gt;I need value like B.&lt;BR /&gt;
I want to make table.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=main |table path, area, Sn, SC
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;path,area,Sn,SC&lt;BR /&gt;
AAA12345,tokyo,B,B&lt;BR /&gt;
AAA23456,osaka,A,A&lt;BR /&gt;
AAA34567,nagoya,C,A&lt;/P&gt;

&lt;P&gt;What should I do?&lt;/P&gt;

&lt;P&gt;Thank you for helping.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2019 08:39:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/does-not-appear-in-the-field/m-p/474168#M133387</guid>
      <dc:creator>nanachu</dc:creator>
      <dc:date>2019-11-01T08:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: does not appear in the field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/does-not-appear-in-the-field/m-p/474169#M133388</link>
      <description>&lt;P&gt;You can use regex  in the query for extracting 'SC' value.&lt;BR /&gt;
ex:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;SC=\"(?&amp;lt;sc&amp;gt;\w*)\"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 01 Nov 2019 08:59:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/does-not-appear-in-the-field/m-p/474169#M133388</guid>
      <dc:creator>ansusabu</dc:creator>
      <dc:date>2019-11-01T08:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: does not appear in the field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/does-not-appear-in-the-field/m-p/474170#M133389</link>
      <description>&lt;P&gt;Thank you for helping.&lt;BR /&gt;
but, it does not work well.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 01:23:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/does-not-appear-in-the-field/m-p/474170#M133389</guid>
      <dc:creator>nanachu</dc:creator>
      <dc:date>2019-11-05T01:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: does not appear in the field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/does-not-appear-in-the-field/m-p/474171#M133390</link>
      <description>&lt;P&gt;Add this as the first pipe in your SPL:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | rex "SC=\"(?&amp;lt;SC&amp;gt;[^\"]+)\" ...
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 05 Nov 2019 03:07:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/does-not-appear-in-the-field/m-p/474171#M133390</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-11-05T03:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: does not appear in the field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/does-not-appear-in-the-field/m-p/474172#M133391</link>
      <description>&lt;P&gt;when I used |rex field=_raw&lt;BR /&gt;
It work well.&lt;BR /&gt;
Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 09:10:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/does-not-appear-in-the-field/m-p/474172#M133391</guid>
      <dc:creator>nanachu</dc:creator>
      <dc:date>2019-11-06T09:10:30Z</dc:date>
    </item>
  </channel>
</rss>

