<?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: Beyond Trust logs are not getting parsed in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Beyond-Trust-logs-are-not-getting-parsed/m-p/670974#M112484</link>
    <description>&lt;P&gt;That's.... wierd.&lt;/P&gt;&lt;P&gt;If you search, for example, for UserName=*, you get events but those events don't show the UserName field?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Dec 2023 09:20:39 GMT</pubDate>
    <dc:creator>PickleRick</dc:creator>
    <dc:date>2023-12-06T09:20:39Z</dc:date>
    <item>
      <title>Beyond Trust logs are not getting parsed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Beyond-Trust-logs-are-not-getting-parsed/m-p/670838#M112470</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;The beyond trust log fields are not getting extracted. I tried both Index time field extraction and Search time field extractions to extract the fields. Below are the sample logs.&lt;/P&gt;
&lt;P&gt;Dec 5 13:12:06 192.168.251.35 Agent Desc: "",Agent ID: "AppAudit",Agent Ver: "",Category: "PMM API SignAppIn",Source Host: "",Event Desc: "",Event Name: "Login",OS: "",Event Severity: "0",Source IP: "192.168.251.35",Event Subject: "106",Event Type: "0",User: "VPN-OTSA-EDMS-HANU",Workgroup Desc: "",Workgroup ID: "",Workgroup Location: "",AuditID: "2200680",ActionType: "Login",SystemName: "PMM API SignAppIn",AppUserID: "106",CreateDate: "12/5/2023 1:11:34 PM",UserName: "VPN-OTSA-EDMS-HANU",IPAddress: "192.168.251.35",Mapped Credential: "Primary",Mapped Credential Id: "2",Mapped Credential Description: "OFID-PS-Usersync",Mapped Credential Platform: "ActiveDirectory",Mapped Credential Domain/Server: "opecfund.org",Authenticate Credential Id: "2",Authenticate Credential UserName: "opecfund.org\OFID-PS-Usersync@opecfund.org",Authenticate Credential Description: "OFID-PS-Usersync",Authenticate Credential Platform: "ActiveDirectory",Domain Name: "opecfund.org",SAM Account Name: "VPN-OTSA-EDMS-HANU",Group: "opecfund.org\OFID-BTPRAPS-Vendor",Authentication Type: "Active Directory via API"&lt;BR /&gt;Dec 5 13:12:06 192.168.251.35 Agent Desc: "",Agent ID: "AppAudit",Agent Ver: "",Category: "PMM API SignAppIn",Source Host: "",Event Desc: "",Event Name: "Login",OS: "",Event Severity: "0",Source IP: "192.168.251.35",Event Subject: "38",Event Type: "0",User: "SA-BTPSGlobalRequestor4SRAAPI",Workgroup Desc: "",Workgroup ID: "",Workgroup Location: "",AuditID: "2200678",ActionType: "Login",SystemName: "PMM API SignAppIn",AppUserID: "38",CreateDate: "12/5/2023 1:11:23 PM",UserName: "SA-BTPSGlobalRequestor4SRAAPI",IPAddress: "192.168.251.35",Authentication Type: "API"&lt;BR /&gt;Dec 5 13:12:06 192.168.251.35 Agent Desc: "",Agent ID: "AppAudit",Agent Ver: "",Category: "PMM API Authentication Rule Failure",Source Host: "",Event Desc: "",Event Name: "Login",OS: "",Event Severity: "0",Source IP: "192.168.251.35",Event Subject: "-1",Event Type: "0",User: "opecfund.org\SA-BTPSGlobalRequestor4SRAAPI",Workgroup Desc: "",Workgroup ID: "",Workgroup Location: "",AuditID: "2200677",ActionType: "Login",SystemName: "PMM API Authentication Rule Failure",AppUserID: "-1",CreateDate: "12/5/2023 1:11:23 PM",UserName: "opecfund.org\SA-BTPSGlobalRequestor4SRAAPI",IPAddress: "192.168.251.35",Host Name: "SVR-BTPS01",User Name: "opecfund.org\SA-BTPSGlobalRequestor4SRAAPI",API Key: "****************************************************************************************************************************4416",IP Address: "192.168.251.35",Authentication Rule: "API Key",Message: "Invalid RunAs - UserNameOrPasswordAreIncorrect"&lt;BR /&gt;Dec 5 13:11:06 192.168.251.35 Agent Desc: "",Agent ID: "AppAudit",Agent Ver: "",Category: "PMM API SignAppIn",Source Host: "",Event Desc: "",Event Name: "Login",OS: "",Event Severity: "0",Source IP: "192.168.251.35",Event Subject: "38",Event Type: "0",User: "SA-BTPSGlobalRequestor4SRAAPI",Workgroup Desc: "",Workgroup ID: "",Workgroup Location: "",AuditID: "2200675",ActionType: "Login",SystemName: "PMM API SignAppIn",AppUserID: "38",CreateDate: "12/5/2023 1:10:28 PM",UserName: "SA-BTPSGlobalRequestor4SRAAPI",IPAddress: "192.168.251.35",Authentication Type: "API".&lt;/P&gt;
&lt;P&gt;Can someone help here&lt;/P&gt;
&lt;P&gt;Below are the props and transform which i tried on Index time field extraction&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[beyondtrust]
KV_MODE = none
SHOULD_LINEMERGE = false
LINE_BREAKER = ([\r\n]+)(\w{3} \d{1,2} \d{2}:\d{2}:\d{2} \d+\.\d+\.\d+\.\d+)
NO_BINARY_CHECK = true
REPORT-keyvaluepairs = keyvalue


[keyvalue]
REGEX = (\w+\s?\w+): "[^"]*"
FORMAT = $1::$2
MV_ADD = true&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Search time field extraction:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[beyondtrust]
EXTRACT-AgentDesc = Agent Desc: "(?P&amp;lt;Agent_Desc&amp;gt;[^"]+)"
EXTRACT-AgentID = Agent ID: "(?P&amp;lt;Agent_ID&amp;gt;[^"]+)"
EXTRACT-AgentVer = Agent Ver: "(?P&amp;lt;Agent_Ver&amp;gt;[^"]+)"
EXTRACT-Category = Category: "(?P&amp;lt;Category&amp;gt;[^"]+)"
EXTRACT-SourceHost = Source Host: "(?P&amp;lt;Source_Host&amp;gt;[^"]+)"
EXTRACT-EventDesc = Event Desc: "(?P&amp;lt;Event_Desc&amp;gt;[^"]+)"
EXTRACT-EventName = Event Name: "(?P&amp;lt;Event_Name&amp;gt;[^"]+)"
EXTRACT-OS = OS: "(?P&amp;lt;OS&amp;gt;[^"]+)"
EXTRACT-EventSeverity = Event Severity: "(?P&amp;lt;Event_Severity&amp;gt;\d+)"
EXTRACT-SourceIP = Source IP: "(?P&amp;lt;Source_IP&amp;gt;[^"]+)"
EXTRACT-EventSubject = Event Subject: "(?P&amp;lt;Event_Subject&amp;gt;[^"]+)"
EXTRACT-EventType = Event Type: "(?P&amp;lt;Event_Type&amp;gt;\d+)"
EXTRACT-User = User: "(?P&amp;lt;User&amp;gt;[^"]+)"
EXTRACT-WorkgroupDesc = Workgroup Desc: "(?P&amp;lt;Workgroup_Desc&amp;gt;[^"]+)"
EXTRACT-WorkgroupID = Workgroup ID: "(?P&amp;lt;Workgroup_ID&amp;gt;[^"]+)"
EXTRACT-WorkgroupLocation = Workgroup Location: "(?P&amp;lt;Workgroup_Location&amp;gt;[^"]+)"
EXTRACT-AuditID = AuditID: "(?P&amp;lt;Audit_ID&amp;gt;\d+)"
EXTRACT-ActionType = ActionType: "(?P&amp;lt;Action_Type&amp;gt;[^"]+)"
EXTRACT-SystemName = SystemName: "(?P&amp;lt;System_Name&amp;gt;[^"]+)"
EXTRACT-AppUserID = AppUserID: "(?P&amp;lt;App_User_ID&amp;gt;[^"]+)"
EXTRACT-CreateDate = CreateDate: "(?P&amp;lt;Create_Date&amp;gt;[^"]+)"
EXTRACT-UserName = UserName: "(?P&amp;lt;UserName&amp;gt;[^"]+)"
EXTRACT-IPAddress = IPAddress: "(?P&amp;lt;IPAddress&amp;gt;[^"]+)"
EXTRACT-AuthenticationType = Authentication Type: "(?P&amp;lt;Authentication_Type&amp;gt;[^"]+)"
EXTRACT-HostName = Host Name: "(?P&amp;lt;Host_Name&amp;gt;[^"]+)"
EXTRACT-APIKey = API Key: "(?P&amp;lt;API_Key&amp;gt;[^"]+)"
EXTRACT-IPAddress2 = IP Address: "(?P&amp;lt;IP_Address2&amp;gt;[^"]+)"
EXTRACT-AuthenticationRule = Authentication Rule: "(?P&amp;lt;Authentication_Rule&amp;gt;[^"]+)"
EXTRACT-Message = Message: "(?P&amp;lt;Message&amp;gt;[^"]+)"&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 05 Dec 2023 15:10:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Beyond-Trust-logs-are-not-getting-parsed/m-p/670838#M112470</guid>
      <dc:creator>js1235</dc:creator>
      <dc:date>2023-12-05T15:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Beyond Trust logs are not getting parsed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Beyond-Trust-logs-are-not-getting-parsed/m-p/670854#M112471</link>
      <description>&lt;P&gt;Where do you have those settings applied? Remember that index-time settings (like line-breaking, timestamp recognition/parsing) go to indexing tier (HFs/indexers) while search-time settings are needed on the search tier (it doesn't hurt to have the full set of settings on both tiers - unneeded settings are just not used there).&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 15:09:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Beyond-Trust-logs-are-not-getting-parsed/m-p/670854#M112471</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-12-05T15:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Beyond Trust logs are not getting parsed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Beyond-Trust-logs-are-not-getting-parsed/m-p/670856#M112472</link>
      <description>&lt;P&gt;I tried both index time and search time but nothing got worked.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 15:13:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Beyond-Trust-logs-are-not-getting-parsed/m-p/670856#M112472</guid>
      <dc:creator>js1235</dc:creator>
      <dc:date>2023-12-05T15:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Beyond Trust logs are not getting parsed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Beyond-Trust-logs-are-not-getting-parsed/m-p/670862#M112473</link>
      <description>&lt;P&gt;For Index time i have applied in Heavy Forwarders and for Search time i tried in Search Head.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 15:31:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Beyond-Trust-logs-are-not-getting-parsed/m-p/670862#M112473</guid>
      <dc:creator>js1235</dc:creator>
      <dc:date>2023-12-05T15:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Beyond Trust logs are not getting parsed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Beyond-Trust-logs-are-not-getting-parsed/m-p/670950#M112481</link>
      <description>&lt;P&gt;OK, first things first - are you searching in fast or verbose mode?&lt;/P&gt;&lt;P&gt;Did you try to search for a value (even any value like something=*) in any of those fields?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 08:21:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Beyond-Trust-logs-are-not-getting-parsed/m-p/670950#M112481</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-12-06T08:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Beyond Trust logs are not getting parsed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Beyond-Trust-logs-are-not-getting-parsed/m-p/670952#M112482</link>
      <description>&lt;P&gt;I'm searching in verbose mode. Yes i tried searching for a filed and value.. the events are filtering&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 08:24:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Beyond-Trust-logs-are-not-getting-parsed/m-p/670952#M112482</guid>
      <dc:creator>js1235</dc:creator>
      <dc:date>2023-12-06T08:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Beyond Trust logs are not getting parsed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Beyond-Trust-logs-are-not-getting-parsed/m-p/670974#M112484</link>
      <description>&lt;P&gt;That's.... wierd.&lt;/P&gt;&lt;P&gt;If you search, for example, for UserName=*, you get events but those events don't show the UserName field?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 09:20:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Beyond-Trust-logs-are-not-getting-parsed/m-p/670974#M112484</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-12-06T09:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Beyond Trust logs are not getting parsed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Beyond-Trust-logs-are-not-getting-parsed/m-p/670975#M112485</link>
      <description>&lt;P&gt;Yes, if i search for any field and value, the events are filtering based on my search, but the fields are not getting extracted.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 09:22:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Beyond-Trust-logs-are-not-getting-parsed/m-p/670975#M112485</guid>
      <dc:creator>js1235</dc:creator>
      <dc:date>2023-12-06T09:22:45Z</dc:date>
    </item>
  </channel>
</rss>

