<?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 How to extract fields with not displayed content ? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-fields-with-not-displayed-content/m-p/398699#M115628</link>
    <description>&lt;P&gt;if I have a short event log, I can easy extract the field that displayed in the "Extraction fields Wizard". ( use mouse to select the target field. and then follow the wizard )&lt;BR /&gt;
but for a long event log, the event content may not displayed completely, in this situation, how can I select the field that in the hide content? or I can only use REX formula? &lt;/P&gt;</description>
    <pubDate>Tue, 15 Jan 2019 07:25:45 GMT</pubDate>
    <dc:creator>lllidan</dc:creator>
    <dc:date>2019-01-15T07:25:45Z</dc:date>
    <item>
      <title>How to extract fields with not displayed content ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-fields-with-not-displayed-content/m-p/398699#M115628</link>
      <description>&lt;P&gt;if I have a short event log, I can easy extract the field that displayed in the "Extraction fields Wizard". ( use mouse to select the target field. and then follow the wizard )&lt;BR /&gt;
but for a long event log, the event content may not displayed completely, in this situation, how can I select the field that in the hide content? or I can only use REX formula? &lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 07:25:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-fields-with-not-displayed-content/m-p/398699#M115628</guid>
      <dc:creator>lllidan</dc:creator>
      <dc:date>2019-01-15T07:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract fields with not displayed content ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-fields-with-not-displayed-content/m-p/398700#M115629</link>
      <description>&lt;P&gt;Hi lllidan,&lt;BR /&gt;
what do you mean with "the event content may not displayed completely"?&lt;BR /&gt;
could you share an example of your log and what you want to extract?&lt;BR /&gt;
If your event logs are truncated, see at &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.3/Admin/Propsconf"&gt;https://docs.splunk.com/Documentation/Splunk/7.2.3/Admin/Propsconf&lt;/A&gt; to understand how to avoid log truncating.&lt;BR /&gt;
in few words, you have to put the option &lt;CODE&gt;TRUNCATE = 0&lt;/CODE&gt; in your props.conf stanza related to the sourcetype.&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 07:44:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-fields-with-not-displayed-content/m-p/398700#M115629</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2019-01-15T07:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract fields with not displayed content ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-fields-with-not-displayed-content/m-p/398701#M115630</link>
      <description>&lt;P&gt;Hi Giuseppe,&lt;/P&gt;

&lt;P&gt;A good suggestion!  I would like to try it, but which one is the correct path of "props.conf" file? I found many files use the same name in Splunk installation folder. &lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 08:26:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-fields-with-not-displayed-content/m-p/398701#M115630</guid>
      <dc:creator>lllidan</dc:creator>
      <dc:date>2019-01-15T08:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract fields with not displayed content ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-fields-with-not-displayed-content/m-p/398702#M115631</link>
      <description>&lt;P&gt;Hi lllidan,&lt;BR /&gt;
you can put your props.con in every "local" folder you have in your Splunk installation (never in "default" folders!) but it's better to insert it in the App where you're working.&lt;BR /&gt;
If you didn't create an App or you are working in the "Search" App, I suggest, before start to create searches, to create an empty App and then create all the objects in this App.&lt;BR /&gt;
The important thing is to identify sourcetype of your logs and then use this sourcetype in props.conf.&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 08:44:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-fields-with-not-displayed-content/m-p/398702#M115631</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2019-01-15T08:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract fields with not displayed content ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-fields-with-not-displayed-content/m-p/398703#M115632</link>
      <description>&lt;P&gt;Hi Giuseppe,&lt;BR /&gt;
do you meant I should copy "$Splunk_Home\etc\system*&lt;EM&gt;default&lt;/EM&gt;&lt;EM&gt;**props.conf&lt;/EM&gt;&lt;EM&gt;" file to "$Splunk _Home\etc\system**local&lt;/EM&gt;&lt;EM&gt;**props.conf&lt;/EM&gt;*" ? and modify the parameter "truncate = 0".&lt;BR /&gt;&lt;BR /&gt;
Does this method will influence "Search" App?&lt;BR /&gt;
And how to create an empty APP in Splunk ? &lt;BR /&gt;
thanks for your patience and time as well. to be honest, I'm a layman on this field.&lt;BR /&gt;
Kr.,&lt;BR /&gt;
Lllidan&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 22:46:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-fields-with-not-displayed-content/m-p/398703#M115632</guid>
      <dc:creator>lllidan</dc:creator>
      <dc:date>2020-09-29T22:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract fields with not displayed content ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-fields-with-not-displayed-content/m-p/398704#M115633</link>
      <description>&lt;P&gt;to answer your questions:&lt;BR /&gt;
1. do you meant I should copy "$Splunk_Home\etc\system*default*props.conf" file to "$Splunk &lt;BR /&gt;
 _Home\etc\system*local*props.conf" ? and modify the parameter "truncate = 0".&lt;BR /&gt;
Ans: yes, you can do it&lt;BR /&gt;
2. Does this method will influence "Search" App? - yes, the \etc\system\local directory takes precedence over \etc\system\default , check &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.0/Admin/Wheretofindtheconfigurationfiles" target="_blank"&gt;thispage&lt;/A&gt; for more information on splunk directories and their precedence&lt;BR /&gt;
3. And how to create an empty APP in Splunk ? - look &lt;A href="https://answers.splunk.com/answers/696086/how-do-you-create-a-new-empty-app-in-a-clustered-e.html" target="_blank"&gt;here&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 22:46:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-fields-with-not-displayed-content/m-p/398704#M115633</guid>
      <dc:creator>soumyasaha25</dc:creator>
      <dc:date>2020-09-29T22:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract fields with not displayed content ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-fields-with-not-displayed-content/m-p/398705#M115634</link>
      <description>&lt;P&gt;Hi lllidan,&lt;BR /&gt;
About the first question: yes, you never must modify default folders files, every time you have to copy props.con (or another file) from default to local and them modify it as you like.&lt;BR /&gt;
If you don't do this, at first upgrade you lose all you modified.&lt;BR /&gt;
You can see the same behavior when you modify something by web: there's a copy of your file with upgrades in local folders.&lt;BR /&gt;
If you prefer, you can create an empty props.conf in local folder and add only the stanza name (e.g. &lt;CODE&gt;[mysourcetype]&lt;/CODE&gt;) and the option you want (e.g. &lt;CODE&gt;TRUNCATE = 0&lt;/CODE&gt;), because all the other options are from the default file, something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[mysourcetype]
TRUNCATE = 0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;About the second question: this configuration will influence all the ingestions of your sourcetype, it doesn't depends on the position of the props.conf file.&lt;/P&gt;

&lt;P&gt;About the third question: to create a new App click on "Manage Apps" button and then "Create App" button.&lt;/P&gt;

&lt;P&gt;I suggest to follow at least the Fundamentals I course (it's free) and some tutorial &lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.3/SearchTutorial/WelcometotheSearchTutorial"&gt;https://docs.splunk.com/Documentation/Splunk/7.2.3/SearchTutorial/WelcometotheSearchTutorial&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://www.tutorialspoint.com/splunk/index.htm"&gt;https://www.tutorialspoint.com/splunk/index.htm&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;

&lt;P&gt;P.S.: if you're satisfied of this answer, please accept and/or upvote it, thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 10:34:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-fields-with-not-displayed-content/m-p/398705#M115634</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2019-01-15T10:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract fields with not displayed content ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-fields-with-not-displayed-content/m-p/398706#M115635</link>
      <description>&lt;P&gt;Hi Giuseppe,&lt;/P&gt;

&lt;P&gt;thanks for you kindly help, do follow that operation, but nothing change.&lt;BR /&gt;
Actually, I need display more log contents in "file extractor" page to extract hided field.&lt;BR /&gt;
I share two pictures to you to explain this situation, hope you can browse that.&lt;BR /&gt;
 &lt;A href="https://pan.baidu.com/s/1g2rD1eSqtwgtziCTE_u3ow"&gt;https://pan.baidu.com/s/1g2rD1eSqtwgtziCTE_u3ow&lt;/A&gt;&lt;BR /&gt;
 &lt;A href="https://pan.baidu.com/s/1LsKmOpYvGn8jEZvYqVTMkA"&gt;https://pan.baidu.com/s/1LsKmOpYvGn8jEZvYqVTMkA&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I really appreciate your help .&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 03:53:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-fields-with-not-displayed-content/m-p/398706#M115635</guid>
      <dc:creator>lllidan</dc:creator>
      <dc:date>2019-01-16T03:53:52Z</dc:date>
    </item>
  </channel>
</rss>

