<?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: How to ignore some values from a field in splunk in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-some-values-from-a-field-in-splunk/m-p/517246#M145429</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp; Thanks a lot for the reply! Appreciate it&lt;/P&gt;&lt;P&gt;I am executing below splunk query, by using rex to get first line of the "message" field. Query returns result for "message" field. But, on executing below query, there is no error in query execution and also no results are returned.&lt;/P&gt;&lt;P&gt;index=serverlogs1 log_level=error&lt;/P&gt;&lt;P&gt;| rex field= message"(?&amp;lt;errorDetails&amp;gt;\A.*)"&lt;/P&gt;&lt;P&gt;| stats count by errorDetails&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;</description>
    <pubDate>Tue, 01 Sep 2020 14:26:33 GMT</pubDate>
    <dc:creator>VS0909</dc:creator>
    <dc:date>2020-09-01T14:26:33Z</dc:date>
    <item>
      <title>How to ignore some values from a field in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-some-values-from-a-field-in-splunk/m-p/517153#M145397</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is a field "Message" which contains&amp;nbsp; "Error 1 , profileid = a, jsessionid=b"&lt;/P&gt;&lt;P&gt;I want my search query to ignore&amp;nbsp;profileid and jsessionid, and dispaly error count.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For below messages in logs, query should display error1 count as 2 and error2 count as 1&lt;/P&gt;&lt;P&gt;Message 1 : Error 1 , profileid = a, jsessionid=b&lt;/P&gt;&lt;P&gt;Message 2 : Error 1,&amp;nbsp;profileid = c, jsessionid=d&lt;/P&gt;&lt;P&gt;Message 3 : Error 2 ,&amp;nbsp;profileid = e, jsessionid=f&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 06:15:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-some-values-from-a-field-in-splunk/m-p/517153#M145397</guid>
      <dc:creator>VS0909</dc:creator>
      <dc:date>2020-09-01T06:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore some values from a field in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-some-values-from-a-field-in-splunk/m-p/517165#M145401</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225618"&gt;@VS0909&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you could extract the erro count field by the message field using the rex command:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex field=message "^(?&amp;lt;error_count&amp;gt;[^,]*)"&lt;/LI-CODE&gt;&lt;P&gt;that you can test at&amp;nbsp;&lt;A href="https://regex101.com/r/tKeHuI/1" target="_blank"&gt;https://regex101.com/r/tKeHuI/1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 07:08:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-some-values-from-a-field-in-splunk/m-p/517165#M145401</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-01T07:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore some values from a field in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-some-values-from-a-field-in-splunk/m-p/517167#M145402</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp; Thanks for the reply!&lt;/P&gt;&lt;P&gt;Is there any way in which I can ignore&amp;nbsp; "&lt;SPAN&gt;profileid" and "jsessionid" values while doing a search query on "message", as profileid and jsessionid are also fields.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I am trying below query, but not able to ignore&amp;nbsp;"&lt;SPAN&gt;profileid" and "jsessionid" field values.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;index=serverlogs1 log_level = error | fields -&lt;SPAN&gt;profileid -jsessionid | stats count by message.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please help how to ignore&amp;nbsp;&amp;nbsp;"profileid" and "jsessionid" field values.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 07:18:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-some-values-from-a-field-in-splunk/m-p/517167#M145402</guid>
      <dc:creator>VS0909</dc:creator>
      <dc:date>2020-09-01T07:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore some values from a field in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-some-values-from-a-field-in-splunk/m-p/517173#M145404</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225618"&gt;@VS0909&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;if you want to ignore a field, you have to put a space between "-" and the field name:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| fields - profileid - jsessionid&lt;/LI-CODE&gt;&lt;P&gt;but in this way you only don't display them.&lt;/P&gt;&lt;P&gt;Instead you need to search only for the first part of the message field and the only way is to extract the relevant part of the message field using the regex I hinted:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=serverlogs1 log_level=error 
| rex field=message "^(?&amp;lt;error&amp;gt;[^,]*)"
| stats count BY error &lt;/LI-CODE&gt;&lt;P&gt;Then use the extracted field for the search.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 07:24:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-some-values-from-a-field-in-splunk/m-p/517173#M145404</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-01T07:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore some values from a field in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-some-values-from-a-field-in-splunk/m-p/517184#M145406</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;Thanks for the reply! Appreciate it&lt;/P&gt;&lt;P&gt;For my scenario, the message will not always be in the same format.&lt;/P&gt;&lt;P&gt;My goal is to scan splunk logs for all &lt;STRONG&gt;errors in stack trace&lt;/STRONG&gt; for past one week (excluding today) and find any anomaly/ new errors in past 24 hours.&lt;/P&gt;&lt;P&gt;Most of the times "message" field have stack trace.&lt;/P&gt;&lt;P&gt;But, for same error&amp;nbsp; in "message" field&amp;nbsp; profileid /jsession fields should be ignored.&lt;/P&gt;&lt;P&gt;On using below query, then&amp;nbsp; for same error, if jsessionid and profile are different it shows that also&amp;nbsp; as an anomaly (which is not what I expected)&lt;/P&gt;&lt;P&gt;&amp;nbsp;"index=serverlogs1 log_level=error&amp;nbsp; | anomalydetection action=filter message&amp;nbsp; "&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 08:20:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-some-values-from-a-field-in-splunk/m-p/517184#M145406</guid>
      <dc:creator>VS0909</dc:creator>
      <dc:date>2020-09-01T08:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore some values from a field in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-some-values-from-a-field-in-splunk/m-p/517188#M145408</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225618"&gt;@VS0909&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;to scan last week and compare found errors with the last 24 hours errors isn't a problem.&lt;/P&gt;&lt;P&gt;As I said, the main problem is to identify errors: if you can identify them it's easy, if not it's a problem.&lt;/P&gt;&lt;P&gt;So I hint to concentrate your effort to this:&amp;nbsp;it's possible to exclude the parte of message field containing&amp;nbsp;&lt;SPAN&gt;profileid and jsession, but in anyway you have to identify the error then you can compare results using the answer of your previous question.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ciao.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Giuseppe&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 08:34:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-some-values-from-a-field-in-splunk/m-p/517188#M145408</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-01T08:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore some values from a field in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-some-values-from-a-field-in-splunk/m-p/517246#M145429</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp; Thanks a lot for the reply! Appreciate it&lt;/P&gt;&lt;P&gt;I am executing below splunk query, by using rex to get first line of the "message" field. Query returns result for "message" field. But, on executing below query, there is no error in query execution and also no results are returned.&lt;/P&gt;&lt;P&gt;index=serverlogs1 log_level=error&lt;/P&gt;&lt;P&gt;| rex field= message"(?&amp;lt;errorDetails&amp;gt;\A.*)"&lt;/P&gt;&lt;P&gt;| stats count by errorDetails&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 14:26:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-some-values-from-a-field-in-splunk/m-p/517246#M145429</guid>
      <dc:creator>VS0909</dc:creator>
      <dc:date>2020-09-01T14:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore some values from a field in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-some-values-from-a-field-in-splunk/m-p/517249#M145430</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225618"&gt;@VS0909&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;your regex isn't correct:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;instead \A use ^.&lt;/LI&gt;&lt;LI&gt;then ^ must be outside the field definition.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Why the one I hinted isn't correct for you?&lt;/P&gt;&lt;P&gt;Anyway, test it at&amp;nbsp;&lt;A href="https://regex101.com/r/tKeHuI/1" target="_blank" rel="nofollow noopener noreferrer"&gt;https://regex101.com/r/tKeHuI/1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 14:41:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-some-values-from-a-field-in-splunk/m-p/517249#M145430</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-01T14:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore some values from a field in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-some-values-from-a-field-in-splunk/m-p/517260#M145434</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp; Thanks for the reply!&lt;/P&gt;&lt;P&gt;My search criteria is to select the whole first line as per the updated message field.&lt;/P&gt;&lt;P&gt;Updated message filed is something like:&lt;/P&gt;&lt;P&gt;Message 1:&lt;/P&gt;&lt;P&gt;Error 1&lt;BR /&gt;profileid = a, jsessionid=b&lt;/P&gt;&lt;P&gt;(?&amp;lt;errorDetails&amp;gt;\A.*) returns me first line as per -&amp;nbsp;&lt;A href="https://regex101.com/r/tKeHuI/1" target="_blank"&gt;https://regex101.com/r/tKeHuI/1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Then, when trying to execute below query,&amp;nbsp;&lt;SPAN&gt;there is no error in query execution and but also no results are returned. (though "message" field have data)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;index=serverlogs1 log_level=error&lt;/P&gt;&lt;P&gt;| rex field= message"(?&amp;lt;errorDetails&amp;gt;\A.*)"&lt;/P&gt;&lt;P&gt;| stats count by errorDetails&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 14:55:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-some-values-from-a-field-in-splunk/m-p/517260#M145434</guid>
      <dc:creator>VS0909</dc:creator>
      <dc:date>2020-09-01T14:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore some values from a field in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-some-values-from-a-field-in-splunk/m-p/517266#M145437</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225618"&gt;@VS0909&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Let me understand: you don't have the comma after the error message and you have&amp;nbsp;&lt;SPAN&gt;profileid and jsessionid in a different row.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Try this regex:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex field=message "^(?&amp;lt;error_count&amp;gt;.*)\s+profileid"&lt;/LI-CODE&gt;&lt;P&gt;that you can test at&amp;nbsp;&lt;A href="https://regex101.com/r/tKeHuI/2" target="_blank"&gt;https://regex101.com/r/tKeHuI/2&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In other words, you have to identify the possible cases and find the relative regex.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 15:13:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-some-values-from-a-field-in-splunk/m-p/517266#M145437</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-01T15:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore some values from a field in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-some-values-from-a-field-in-splunk/m-p/517271#M145439</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp; Thanks for the reply!&lt;/P&gt;&lt;P&gt;I have got the required rex and when executing below&amp;nbsp;,&amp;nbsp;&lt;SPAN&gt;there is no error in query execution and but also no results are returned. (though "message" field have data)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;index=serverlogs1 log_level=error&lt;/P&gt;&lt;P&gt;| rex field= message"(?&amp;lt;errorDetails&amp;gt;REGEX Expression)"&lt;/P&gt;&lt;P&gt;| stats count by errorDetails&lt;/P&gt;&lt;P&gt;I checked REGEX Expression, it is correct as per my requirement, but on executing query with stats command, does not return any data, though no error while executing.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 15:23:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-some-values-from-a-field-in-splunk/m-p/517271#M145439</guid>
      <dc:creator>VS0909</dc:creator>
      <dc:date>2020-09-01T15:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore some values from a field in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-some-values-from-a-field-in-splunk/m-p/517280#M145442</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225618"&gt;@VS0909&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;to debug your search, run this search:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=serverlogs1 log_level=error
| rex field=message "(?&amp;lt;errorDetails&amp;gt;REGEX Expression)"
| table message errorDetails&lt;/LI-CODE&gt;&lt;P&gt;and see which values you have for message and errorDetails fields, and if you have both.&lt;/P&gt;&lt;P&gt;Sometimes (it's rare but it happens) there's a difference between Splunk and regex101.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 15:28:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-some-values-from-a-field-in-splunk/m-p/517280#M145442</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-01T15:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore some values from a field in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-some-values-from-a-field-in-splunk/m-p/517289#M145446</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp; Thanks for the reply!&lt;/P&gt;&lt;P&gt;There are below 2 cases&lt;/P&gt;&lt;P&gt;1) &lt;STRONG&gt;Without &lt;FONT color="#000000"&gt;spaces &lt;/FONT&gt;&lt;/STRONG&gt;between message and " like&amp;nbsp; - &lt;STRONG&gt;message"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;.......| rex field=&lt;FONT color="#FF0000"&gt;message"&lt;/FONT&gt;(?&amp;lt;errorDetails&amp;gt;REGEX Expression)"&lt;BR /&gt;| table message errorDetails&lt;/P&gt;&lt;P&gt;This gives me empty values for&amp;nbsp;errorDetails but gives data for&amp;nbsp; message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2)&amp;nbsp;&lt;STRONG&gt;With spaces&lt;/STRONG&gt; between message and " like&amp;nbsp; - &lt;STRONG&gt;message "&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;.......| rex field=&lt;FONT color="#FF0000"&gt;message "&lt;/FONT&gt;(?&amp;lt;errorDetails&amp;gt;REGEX Expression)"&lt;BR /&gt;| table message errorDetails&lt;/P&gt;&lt;P&gt;This gives error while executing query in splunk "&lt;SPAN&gt;Error in 'rex' command: The regex 'message' does not extract anything. It should specify at least one named group. Format: (?&amp;lt;name&amp;gt;...)."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;As per my updated message requirement&amp;nbsp; the correct rex is&amp;nbsp; (?&amp;lt;errorDetails&amp;gt;\A.*) , which works fine in regex101, which just extracts first line. I just need the first line, and nothing from below lines.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Message:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Error 1&lt;BR /&gt;profileid = a, jsessionid=b&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please help!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 15:44:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-some-values-from-a-field-in-splunk/m-p/517289#M145446</guid>
      <dc:creator>VS0909</dc:creator>
      <dc:date>2020-09-01T15:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore some values from a field in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-some-values-from-a-field-in-splunk/m-p/517294#M145449</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;this probably solve your issue?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Splunk-Search/How-to-edit-my-regular-expression-to-grab-the-first-line-in-a/td-p/266766" target="_blank"&gt;https://community.splunk.com/t5/Splunk-Search/How-to-edit-my-regular-expression-to-grab-the-first-line-in-a/td-p/266766&lt;/A&gt;&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 15:55:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-some-values-from-a-field-in-splunk/m-p/517294#M145449</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-09-01T15:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore some values from a field in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-some-values-from-a-field-in-splunk/m-p/517384#M145483</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225618"&gt;@VS0909&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;please share both the kind of messages.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 06:23:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-some-values-from-a-field-in-splunk/m-p/517384#M145483</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-02T06:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore some values from a field in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-some-values-from-a-field-in-splunk/m-p/517920#M145661</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214410"&gt;@isoutamo&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp; - Appreciate all your efforts for replying to my query. Thanks again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2020 13:50:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-ignore-some-values-from-a-field-in-splunk/m-p/517920#M145661</guid>
      <dc:creator>VS0909</dc:creator>
      <dc:date>2020-09-04T13:50:32Z</dc:date>
    </item>
  </channel>
</rss>

