<?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 exclude string keyword in same field while using transaction command? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-exclude-string-keyword-in-same-field-while-using/m-p/678798#M232095</link>
    <description>&lt;P&gt;Actually, there is _raw after transaction. It's comprised of merged values of _raw field of events making up the transaction.&lt;/P&gt;&lt;P&gt;But the question is whether there are any events matching this condition.&lt;/P&gt;&lt;P&gt;First think I'd check would be to search without the "NOT" condition and see if it matches any events at all.&lt;/P&gt;</description>
    <pubDate>Tue, 27 Feb 2024 10:31:39 GMT</pubDate>
    <dc:creator>PickleRick</dc:creator>
    <dc:date>2024-02-27T10:31:39Z</dc:date>
    <item>
      <title>How to exclude string keyword in same field while using transaction command?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-exclude-string-keyword-in-same-field-while-using/m-p/678794#M232092</link>
      <description>&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In my scenario i want to club the the result using correlationID .so i used transaction command .Below query have multiple conditions are checking from same field called message.So i want to exclude some of the search string in this.So after the transaction i tried to exclude the search string but i am not getting the result.&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index="mulesoft"   applicationName="concur" environment=DEV  
("Concur Ondemand Started*") OR (message="Expense Extract Process started for jobName :*")  OR ("Before Calling flow archive-Concur*") OR (message="Concur AP/GL File/s Process Status*")  OR (message="Records Count Validation Passed*") OR  (message="API: START: /v1/expense/extract/ondemand*" OR message="API: START: /v1/fin*") OR (message="Post - Expense Extract processing to Oracle*") | transaction  correlationId| search NOT ("*Failed Processing Concur*")| rename content.SourceFileName as SourceFileName content.JobName as JobName  content.loggerPayload.archiveFileName AS ArchivedFileName content.payload{} as Response content.Region as Region content.ConcurRunId as ConcurRunId content.HeaderCount as HeaderCount content.SourceFileDTLCount
 as SourceFileDTLCount content.APRecordsCountStaged
 as APRecordsCountStaged content.GLRecordsCountStaged
 as GLRecordsCountStaged
| eval "FileName/JobName"= coalesce(SourceFileName,JobName)| eval JobType=case(like('message',"%Concur Ondemand Started%"),"OnDemand",like('message',"Expense Extract Process started%"),"Scheduled", true() , "Unknown")| eval Status=case(like('message' ,"%Concur AP/GL File/s Process Status%"),"SUCCESS", like('message',"%EXCEPTION%"),"ERROR") 
 |table correlationId "FileName/JobName" Status ArchivedFileName JobType Response Region ConcurRunId HeaderCount SourceFileDTLCount APRecordsCountStaged GLRecordsCountStaged&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 10:04:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-exclude-string-keyword-in-same-field-while-using/m-p/678794#M232092</guid>
      <dc:creator>karthi2809</dc:creator>
      <dc:date>2024-02-27T10:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude string keyword in same field while using transaction command?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-exclude-string-keyword-in-same-field-while-using/m-p/678796#M232094</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/205249"&gt;@karthi2809&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Since there is no _raw data after transaction command you cannot make free text searches. You should search using specific field like&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| search NOT message="*Failed Processing Concur*"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 10:18:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-exclude-string-keyword-in-same-field-while-using/m-p/678796#M232094</guid>
      <dc:creator>scelikok</dc:creator>
      <dc:date>2024-02-27T10:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude string keyword in same field while using transaction command?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-exclude-string-keyword-in-same-field-while-using/m-p/678798#M232095</link>
      <description>&lt;P&gt;Actually, there is _raw after transaction. It's comprised of merged values of _raw field of events making up the transaction.&lt;/P&gt;&lt;P&gt;But the question is whether there are any events matching this condition.&lt;/P&gt;&lt;P&gt;First think I'd check would be to search without the "NOT" condition and see if it matches any events at all.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 10:31:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-exclude-string-keyword-in-same-field-while-using/m-p/678798#M232095</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-02-27T10:31:39Z</dc:date>
    </item>
  </channel>
</rss>

