<?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: Combining multiple events from downloading external document into a reportable event in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Combining-multiple-events-from-downloading-external-document/m-p/742981#M240991</link>
    <description>&lt;P&gt;Assuming your real data has valid json in (not this mangled version of it), you could start by extracting the parameter name/value pairs for each event.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval parameters=json_array_to_mv(json_extract_exact(_raw,"parameters"))
| streamstats count as row
| mvexpand parameters
| spath input=parameters
| eval name="field_".trim(name,"@")
| eval {name}=value
| stats values(field_*) as * by row&lt;/LI-CODE&gt;&lt;P&gt;If you have a common event id which identifies all these events to your single download event, you could stats by this id instead of row&lt;/P&gt;</description>
    <pubDate>Fri, 28 Mar 2025 21:43:11 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2025-03-28T21:43:11Z</dc:date>
    <item>
      <title>Combining multiple events from downloading external document into a reportable event</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Combining-multiple-events-from-downloading-external-document/m-p/742977#M240989</link>
      <description>&lt;P&gt;This has been scratching my head. I'm working on dashboards on user activity on our application. Multiple dashboards I am working I'm trying to report when an external document was downloaded that is tied to the specific module of our application. Our application utilizes uses SQL.&amp;nbsp;When I download an external document in our application, it generates a total of 12 separate events.&amp;nbsp; I set up field extractions on the DocumentId, DocumentTypeId, and DocmentFileTypeId.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;What I am trying to do with the 12 separate events is to show in one event with the DocumentTypeId DocumentId and DocumentFileTypeId (not as much needed). The DocumentTypeId is my primary event since it's tied to the dashboard for the specific module followed by the DocumentId. The DocumentTypeId tells me what the file is pertaining to the system, DocumentFileTypeId if it's a PDF or a different type, and the DocumentTypeId is the document number in SQL. For the time, I am using _time instead of accessDate in the events. All 12 was from the single download even with the three accessDate times.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Tried a few different commands and searches now and just can't seem to get it to report correctly. When I think I have it correct, it's not the case when I expand the search range where for example all my Document Ids would also list the same DocumentTypeId which I verified against the DB to be incorrect when I used the join command.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This is the raw events that were exported and sanitized for the post. The events have a valid _json. T&lt;BR /&gt;&lt;BR /&gt;{"auditResultSets":null,"schema":"ref","storedProcedureName":"DocumentFileTypeGetById","commandText":"ref.DocumentFileTypeGetById","Locking":null,"commandType":4,"parameters":[{"name":"@RETURN_VALUE","value":0},{"name":"@DocumentFileTypeId","value":7}],"serverIPAddress":"000.000.000.000","serverHost":"Webserver","clientIPAddress":"000.000.000.000","sourceSystem":"WebSite","module":"Vendor.Product.BLL.DocumentManagement","accessDate":"2025-03-21T16:37:14.8614186-06:00","userId":0000,"userName":"username","traceInformation":[{"type":"Page","class":"Vendor.Product.Web.UI.Website.DocumentManagement.ViewDocument","method":"Page_Load"},{"type":"Manager","class":"Vendor.Product.BLL.DocumentManagement.DocumentManager","method":"Get"}]}&lt;BR /&gt;{"auditResultSets":null,"schema":"ref","storedProcedureName":"DocumentAttributeGetByDocumentTypeId","commandText":"ref.DocumentAttributeGetByDocumentTypeId","Locking":null,"commandType":4,"parameters":[{"name":"@RETURN_VALUE","value":0},{"name":"@DocumentTypeId","value":00},{"name":"@IncludeInactive","value":false}],"serverIPAddress":"000.000.000.000","serverHost":"Webserver","clientIPAddress":"000.000.000.000","sourceSystem":"WebSite","module":"Vendor.Product.BLL.DocumentManagement","accessDate":"2025-03-21T16:37:14.8614186-06:00","userId":0000,"userName":"username","traceInformation":[{"type":"Page","class":"Vendor.Product.Web.UI.Website.DocumentManagement.ViewDocument","method":"Page_Load"},{"type":"Manager","class":"Vendor.Product.BLL.DocumentManagement.DocumentManager","method":"Get"}]}&lt;BR /&gt;{"auditResultSets":null,"schema":"ref","storedProcedureName":"DocumentDetailGetByParentId","commandText":"ref.DocumentDetailGetByParentId","Locking":null,"commandType":4,"parameters":[{"name":"@RETURN_VALUE","value":0},{"name":"@DocumentId","value":000000}],"serverIPAddress":"000.000.000.000","serverHost":"Webserver","clientIPAddress":"000.000.000.000","sourceSystem":"WebSite","module":"Vendor.Product.BLL.DocumentManagement","accessDate":"2025-03-21T16:37:14.8614186-06:00","userId":0000,"userName":"username","traceInformation":[{"type":"Page","class":"Vendor.Product.Web.UI.Website.DocumentManagement.ViewDocument","method":"Page_Load"},{"type":"Manager","class":"Vendor.Product.BLL.DocumentManagement.DocumentManager","method":"Get"}]}&lt;BR /&gt;{"auditResultSets":null,"schema":"ref","storedProcedureName":"DocumentStatusHistoryGetByFK","commandText":"ref.DocumentStatusHistoryGetByFK","Locking":null,"commandType":4,"parameters":[{"name":"@RETURN_VALUE","value":0},{"name":"@DocumentVersionId","value":000000},{"name":"@IncludeInactive","value":""}],"serverIPAddress":"000.000.000.000","serverHost":"Webserver","clientIPAddress":"000.000.000.000","sourceSystem":"WebSite","module":"Vendor.Product.BLL.DocumentManagement","accessDate":"2025-03-21T16:37:14.8614186-06:00","userId":0000,"userName":"username","traceInformation":[{"type":"Page","class":"Vendor.Product.Web.UI.Website.DocumentManagement.ViewDocument","method":"Page_Load"},{"type":"Manager","class":"Vendor.Product.BLL.DocumentManagement.DocumentManager","method":"Get"}]}&lt;BR /&gt;{"auditResultSets":null,"schema":"ref","storedProcedureName":"DocumentVersionGetByFK","commandText":"ref.DocumentVersionGetByFK","Locking":null,"commandType":4,"parameters":[{"name":"@RETURN_VALUE","value":0},{"name":"@DocumentId","value":000000}],"serverIPAddress":"000.000.000.000","serverHost":"Webserver","clientIPAddress":"000.000.000.000","sourceSystem":"WebSite","module":"Vendor.Product.BLL.DocumentManagement","accessDate":"2025-03-21T16:37:14.8614186-06:00","userId":0000,"userName":"username","traceInformation":[{"type":"Page","class":"Vendor.Product.Web.UI.Website.DocumentManagement.ViewDocument","method":"Page_Load"},{"type":"Manager","class":"Vendor.Product.BLL.DocumentManagement.DocumentManager","method":"Get"}]}&lt;BR /&gt;{"auditResultSets":null,"schema":"ref","storedProcedureName":"DocumentLinkGetByFK","commandText":"ref.DocumentLinkGetByFK","Locking":null,"commandType":4,"parameters":[{"name":"@RETURN_VALUE","value":0},{"name":"@DocumentId","value":000000}],"serverIPAddress":"000.000.000.000","serverHost":"Webserver","clientIPAddress":"000.000.000.000","sourceSystem":"WebSite","module":"Vendor.Product.BLL.DocumentManagement","accessDate":"2025-03-21T16:37:14.8614186-06:00","userId":0000,"userName":"username","traceInformation":[{"type":"Page","class":"Vendor.Product.Web.UI.Website.DocumentManagement.ViewDocument","method":"Page_Load"},{"type":"Manager","class":"Vendor.Product.BLL.DocumentManagement.DocumentManager","method":"Get"}]}&lt;BR /&gt;{"auditResultSets":null,"schema":"ref","storedProcedureName":"DocumentGetById","commandText":"ref.DocumentGetById","Locking":null,"commandType":4,"parameters":[{"name":"@RETURN_VALUE","value":0},{"name":"@DocumentId","value":000000}],"serverIPAddress":"000.000.000.000","serverHost":"Webserver","clientIPAddress":"000.000.000.000","sourceSystem":"WebSite","module":"Vendor.Product.BLL.DocumentManagement","accessDate":"2025-03-21T16:37:14.8457543-06:00","userId":0000,"userName":"username","traceInformation":[{"type":"Page","class":"Vendor.Product.Web.UI.Website.DocumentManagement.ViewDocument","method":"Page_Load"},{"type":"Manager","class":"Vendor.Product.BLL.DocumentManagement.DocumentManager","method":"Get"}]}&lt;BR /&gt;{"auditResultSets":null,"schema":"ref","storedProcedureName":"DocumentFileTypeGetById","commandText":"ref.DocumentFileTypeGetById","Locking":null,"commandType":4,"parameters":[{"name":"@RETURN_VALUE","value":0},{"name":"@DocumentFileTypeId","value":7}],"serverIPAddress":"000.000.000.000","serverHost":"Webserver","clientIPAddress":"000.000.000.000","sourceSystem":"WebSite","module":"Vendor.Product.BLL.DocumentManagement","accessDate":"2025-03-21T16:37:14.736377-06:00","userId":0000,"userName":"username","traceInformation":[{"type":"Page","class":"Vendor.Product.Web.UI.Website.DocumentManagement.DocumentManagementMain","method":"ViewDocument"},{"type":"Manager","class":"Vendor.Product.BLL.DocumentManagement.DocumentManager","method":"GetLatestDocumentwithoutAttributes"}]}&lt;BR /&gt;{"auditResultSets":null,"schema":"ref","storedProcedureName":"DocumentStatusHistoryGetByFK","commandText":"ref.DocumentStatusHistoryGetByFK","Locking":null,"commandType":4,"parameters":[{"name":"@RETURN_VALUE","value":0},{"name":"@DocumentVersionId","value":000000},{"name":"@IncludeInactive","value":""}],"serverIPAddress":"000.000.000.000","serverHost":"Webserver","clientIPAddress":"000.000.000.000","sourceSystem":"WebSite","module":"Vendor.Product.BLL.DocumentManagement","accessDate":"2025-03-21T16:37:14.736377-06:00","userId":0000,"userName":"username","traceInformation":[{"type":"Page","class":"Vendor.Product.Web.UI.Website.DocumentManagement.DocumentManagementMain","method":"ViewDocument"},{"type":"Manager","class":"Vendor.Product.BLL.DocumentManagement.DocumentManager","method":"GetLatestDocumentwithoutAttributes"}]}&lt;BR /&gt;{"auditResultSets":null,"schema":"ref","storedProcedureName":"DocumentVersionGetByFK","commandText":"ref.DocumentVersionGetByFK","Locking":null,"commandType":4,"parameters":[{"name":"@RETURN_VALUE","value":0},{"name":"@DocumentId","value":000000}],"serverIPAddress":"000.000.000.000","serverHost":"Webserver","clientIPAddress":"000.000.000.000","sourceSystem":"WebSite","module":"Vendor.Product.BLL.DocumentManagement","accessDate":"2025-03-21T16:37:14.736377-06:00","userId":0000,"userName":"username","traceInformation":[{"type":"Page","class":"Vendor.Product.Web.UI.Website.DocumentManagement.DocumentManagementMain","method":"ViewDocument"},{"type":"Manager","class":"Vendor.Product.BLL.DocumentManagement.DocumentManager","method":"GetLatestDocumentwithoutAttributes"}]}&lt;BR /&gt;{"auditResultSets":null,"schema":"ref","storedProcedureName":"DocumentLinkGetByFK","commandText":"ref.DocumentLinkGetByFK","Locking":null,"commandType":4,"parameters":[{"name":"@RETURN_VALUE","value":0},{"name":"@DocumentId","value":000000}],"serverIPAddress":"000.000.000.000","serverHost":"Webserver","clientIPAddress":"000.000.000.000","sourceSystem":"WebSite","module":"Vendor.Product.BLL.DocumentManagement","accessDate":"2025-03-21T16:37:14.736377-06:00","userId":0000,"userName":"username","traceInformation":[{"type":"Page","class":"Vendor.Product.Web.UI.Website.DocumentManagement.DocumentManagementMain","method":"ViewDocument"},{"type":"Manager","class":"Vendor.Product.BLL.DocumentManagement.DocumentManager","method":"GetLatestDocumentwithoutAttributes"}]}&lt;BR /&gt;{"auditResultSets":null,"schema":"ref","storedProcedureName":"DocumentGetById","commandText":"ref.DocumentGetById","Locking":null,"commandType":4,"parameters":[{"name":"@RETURN_VALUE","value":0},{"name":"@DocumentId","value":000000}],"serverIPAddress":"000.000.000.000","serverHost":"Webserver","clientIPAddress":"000.000.000.000","sourceSystem":"WebSite","module":"Vendor.Product.BLL.DocumentManagement","accessDate":"2025-03-21T16:37:14.736377-06:00","userId":0000,"userName":"username","traceInformation":[{"type":"Page","class":"Vendor.Product.Web.UI.Website.DocumentManagement.DocumentManagementMain","method":"ViewDocument"},{"type":"Manager","class":"Vendor.Product.BLL.DocumentManagement.DocumentManager","method":"GetLatestDocumentwithoutAttributes"}]}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Apr 2025 22:31:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Combining-multiple-events-from-downloading-external-document/m-p/742977#M240989</guid>
      <dc:creator>DarthHerm</dc:creator>
      <dc:date>2025-04-01T22:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Combining multiple events from downloading external document into a reportable event</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Combining-multiple-events-from-downloading-external-document/m-p/742981#M240991</link>
      <description>&lt;P&gt;Assuming your real data has valid json in (not this mangled version of it), you could start by extracting the parameter name/value pairs for each event.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval parameters=json_array_to_mv(json_extract_exact(_raw,"parameters"))
| streamstats count as row
| mvexpand parameters
| spath input=parameters
| eval name="field_".trim(name,"@")
| eval {name}=value
| stats values(field_*) as * by row&lt;/LI-CODE&gt;&lt;P&gt;If you have a common event id which identifies all these events to your single download event, you could stats by this id instead of row&lt;/P&gt;</description>
      <pubDate>Fri, 28 Mar 2025 21:43:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Combining-multiple-events-from-downloading-external-document/m-p/742981#M240991</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2025-03-28T21:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Combining multiple events from downloading external document into a reportable event</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Combining-multiple-events-from-downloading-external-document/m-p/743098#M241016</link>
      <description>&lt;P&gt;Yes the data has a valid json in for these events. For the post, I exported the raw events and sanitized it for the post in the community. If that wasn't the best way to go about it, let me know. I'm only starting to post on the Splunk community.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Wen I ran the extended search, the one event that ties them all together is return_value with a value of 0. Try running the stats on return_value?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Apr 2025 16:47:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Combining-multiple-events-from-downloading-external-document/m-p/743098#M241016</guid>
      <dc:creator>DarthHerm</dc:creator>
      <dc:date>2025-04-04T16:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: Combining multiple events from downloading external document into a reportable event</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Combining-multiple-events-from-downloading-external-document/m-p/743226#M241056</link>
      <description>&lt;P&gt;My guess would be no - it is likely that return value of zero is used in multiple unrelated events.&lt;/P&gt;&lt;P&gt;Perhaps you have over sanitised the events which has hidden some clues which might help us suggest other ways to group the events.&lt;/P&gt;&lt;P&gt;Please share at least two sets of events, related to at least two different business events, e.g. downloading different external documents, with as little sanitisation as possible. Obviously, try not to give away any sensitive or proprietary information.&lt;/P&gt;&lt;P&gt;Given that you have three accessDates for the sets of events, and assuming DocumentId is unique for your business event / download, you could also try something like this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval parameters=json_array_to_mv(json_extract_exact(_raw,"parameters"))
| mvexpand parameters
| spath input=parameters
| spath accessDate
| eval name="field_".trim(name,"@")
| eval {name}=value
| stats values(field_*) as * by accessDate
| stats values(*) as * by DocumentId&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2025 08:11:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Combining-multiple-events-from-downloading-external-document/m-p/743226#M241056</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2025-04-02T08:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: Combining multiple events from downloading external document into a reportable event</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Combining-multiple-events-from-downloading-external-document/m-p/743352#M241079</link>
      <description>&lt;P&gt;If I read your context correctly, you want to use values of "name" in parameters as key, and those of "value" as value, like the following based on your sample data.&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;storedProcedureName&lt;/TD&gt;&lt;TD&gt;DocumentFileTypeId&lt;/TD&gt;&lt;TD&gt;DocumentId&lt;/TD&gt;&lt;TD&gt;DocumentTypeId&lt;/TD&gt;&lt;TD&gt;DocumentVersionId&lt;/TD&gt;&lt;TD&gt;IncludeInactive&lt;/TD&gt;&lt;TD&gt;RETURN_VALUE&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;DocumentFileTypeGetById&lt;/TD&gt;&lt;TD&gt;7&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;DocumentAttributeGetByDocumentTypeId&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;00&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;false&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;DocumentDetailGetByParentId&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;000000&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;DocumentStatusHistoryGetByFK&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;000000&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;DocumentVersionGetByFK&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;000000&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;DocumentLinkGetByFK&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;000000&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;DocumentGetById&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;000000&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;DocumentFileTypeGetById&lt;/TD&gt;&lt;TD&gt;7&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;DocumentStatusHistoryGetByFK&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;000000&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;DocumentVersionGetByFK&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;000000&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;DocumentLinkGetByFK&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;000000&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;DocumentGetById&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;000000&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Here, I preserved storedProcedureName as reference. &amp;nbsp;Also note that when you sanitize sample data, any fake value with multiple zeros (0s) must be quoted in order to be valid JSON.&lt;/P&gt;&lt;P&gt;To return the above, use&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/JSONFunctions" target="_blank" rel="noopener"&gt;JSON functions&lt;/A&gt;&amp;nbsp;introduced in 8.1:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval kvparams = json_object()
| foreach parameters mode=json_array
    [eval kvparams = json_set(kvparams, json_extract(&amp;lt;&amp;lt;ITEM&amp;gt;&amp;gt;, "name"), json_extract(&amp;lt;&amp;lt;ITEM&amp;gt;&amp;gt;, "value"))]
| spath input=kvparams
| rename @* as *&lt;/LI-CODE&gt;&lt;P&gt;Here is a full emulation using the 12 events (with corrected JSON syntax) for you to play with and compare with real data.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults format=json data="[
{\"auditResultSets\":null,\"schema\":\"ref\",\"storedProcedureName\":\"DocumentFileTypeGetById\",\"commandText\":\"ref.DocumentFileTypeGetById\",\"Locking\":null,\"commandType\":4,\"parameters\":[{\"name\":\"@RETURN_VALUE\",\"value\":0},{\"name\":\"@DocumentFileTypeId\",\"value\":7}],\"serverIPAddress\":\"000.000.000.000\",\"serverHost\":\"Webserver\",\"clientIPAddress\":\"000.000.000.000\",\"sourceSystem\":\"WebSite\",\"module\":\"Vendor.Product.BLL.DocumentManagement\",\"accessDate\":\"2025-03-21T16:37:14.8614186-06:00\",\"userId\":\"0000\",\"userName\":\"username\",\"traceInformation\":[{\"type\":\"Page\",\"class\":\"Vendor.Product.Web.UI.Website.DocumentManagement.ViewDocument\",\"method\":\"Page_Load\"},{\"type\":\"Manager\",\"class\":\"Vendor.Product.BLL.DocumentManagement.DocumentManager\",\"method\":\"Get\"}]},
{\"auditResultSets\":null,\"schema\":\"ref\",\"storedProcedureName\":\"DocumentAttributeGetByDocumentTypeId\",\"commandText\":\"ref.DocumentAttributeGetByDocumentTypeId\",\"Locking\":null,\"commandType\":4,\"parameters\":[{\"name\":\"@RETURN_VALUE\",\"value\":0},{\"name\":\"@DocumentTypeId\",\"value\":\"00\"},{\"name\":\"@IncludeInactive\",\"value\":false}],\"serverIPAddress\":\"000.000.000.000\",\"serverHost\":\"Webserver\",\"clientIPAddress\":\"000.000.000.000\",\"sourceSystem\":\"WebSite\",\"module\":\"Vendor.Product.BLL.DocumentManagement\",\"accessDate\":\"2025-03-21T16:37:14.8614186-06:00\",\"userId\":\"0000\",\"userName\":\"username\",\"traceInformation\":[{\"type\":\"Page\",\"class\":\"Vendor.Product.Web.UI.Website.DocumentManagement.ViewDocument\",\"method\":\"Page_Load\"},{\"type\":\"Manager\",\"class\":\"Vendor.Product.BLL.DocumentManagement.DocumentManager\",\"method\":\"Get\"}]},
{\"auditResultSets\":null,\"schema\":\"ref\",\"storedProcedureName\":\"DocumentDetailGetByParentId\",\"commandText\":\"ref.DocumentDetailGetByParentId\",\"Locking\":null,\"commandType\":4,\"parameters\":[{\"name\":\"@RETURN_VALUE\",\"value\":0},{\"name\":\"@DocumentId\",\"value\":\"000000\"}],\"serverIPAddress\":\"000.000.000.000\",\"serverHost\":\"Webserver\",\"clientIPAddress\":\"000.000.000.000\",\"sourceSystem\":\"WebSite\",\"module\":\"Vendor.Product.BLL.DocumentManagement\",\"accessDate\":\"2025-03-21T16:37:14.8614186-06:00\",\"userId\":\"0000\",\"userName\":\"username\",\"traceInformation\":[{\"type\":\"Page\",\"class\":\"Vendor.Product.Web.UI.Website.DocumentManagement.ViewDocument\",\"method\":\"Page_Load\"},{\"type\":\"Manager\",\"class\":\"Vendor.Product.BLL.DocumentManagement.DocumentManager\",\"method\":\"Get\"}]},
{\"auditResultSets\":null,\"schema\":\"ref\",\"storedProcedureName\":\"DocumentStatusHistoryGetByFK\",\"commandText\":\"ref.DocumentStatusHistoryGetByFK\",\"Locking\":null,\"commandType\":4,\"parameters\":[{\"name\":\"@RETURN_VALUE\",\"value\":0},{\"name\":\"@DocumentVersionId\",\"value\":\"000000\"},{\"name\":\"@IncludeInactive\",\"value\":\"\"}],\"serverIPAddress\":\"000.000.000.000\",\"serverHost\":\"Webserver\",\"clientIPAddress\":\"000.000.000.000\",\"sourceSystem\":\"WebSite\",\"module\":\"Vendor.Product.BLL.DocumentManagement\",\"accessDate\":\"2025-03-21T16:37:14.8614186-06:00\",\"userId\":\"0000\",\"userName\":\"username\",\"traceInformation\":[{\"type\":\"Page\",\"class\":\"Vendor.Product.Web.UI.Website.DocumentManagement.ViewDocument\",\"method\":\"Page_Load\"},{\"type\":\"Manager\",\"class\":\"Vendor.Product.BLL.DocumentManagement.DocumentManager\",\"method\":\"Get\"}]},
{\"auditResultSets\":null,\"schema\":\"ref\",\"storedProcedureName\":\"DocumentVersionGetByFK\",\"commandText\":\"ref.DocumentVersionGetByFK\",\"Locking\":null,\"commandType\":4,\"parameters\":[{\"name\":\"@RETURN_VALUE\",\"value\":0},{\"name\":\"@DocumentId\",\"value\":\"000000\"}],\"serverIPAddress\":\"000.000.000.000\",\"serverHost\":\"Webserver\",\"clientIPAddress\":\"000.000.000.000\",\"sourceSystem\":\"WebSite\",\"module\":\"Vendor.Product.BLL.DocumentManagement\",\"accessDate\":\"2025-03-21T16:37:14.8614186-06:00\",\"userId\":\"0000\",\"userName\":\"username\",\"traceInformation\":[{\"type\":\"Page\",\"class\":\"Vendor.Product.Web.UI.Website.DocumentManagement.ViewDocument\",\"method\":\"Page_Load\"},{\"type\":\"Manager\",\"class\":\"Vendor.Product.BLL.DocumentManagement.DocumentManager\",\"method\":\"Get\"}]},
{\"auditResultSets\":null,\"schema\":\"ref\",\"storedProcedureName\":\"DocumentLinkGetByFK\",\"commandText\":\"ref.DocumentLinkGetByFK\",\"Locking\":null,\"commandType\":4,\"parameters\":[{\"name\":\"@RETURN_VALUE\",\"value\":0},{\"name\":\"@DocumentId\",\"value\":\"000000\"}],\"serverIPAddress\":\"000.000.000.000\",\"serverHost\":\"Webserver\",\"clientIPAddress\":\"000.000.000.000\",\"sourceSystem\":\"WebSite\",\"module\":\"Vendor.Product.BLL.DocumentManagement\",\"accessDate\":\"2025-03-21T16:37:14.8614186-06:00\",\"userId\":\"0000\",\"userName\":\"username\",\"traceInformation\":[{\"type\":\"Page\",\"class\":\"Vendor.Product.Web.UI.Website.DocumentManagement.ViewDocument\",\"method\":\"Page_Load\"},{\"type\":\"Manager\",\"class\":\"Vendor.Product.BLL.DocumentManagement.DocumentManager\",\"method\":\"Get\"}]},
{\"auditResultSets\":null,\"schema\":\"ref\",\"storedProcedureName\":\"DocumentGetById\",\"commandText\":\"ref.DocumentGetById\",\"Locking\":null,\"commandType\":4,\"parameters\":[{\"name\":\"@RETURN_VALUE\",\"value\":0},{\"name\":\"@DocumentId\",\"value\":\"000000\"}],\"serverIPAddress\":\"000.000.000.000\",\"serverHost\":\"Webserver\",\"clientIPAddress\":\"000.000.000.000\",\"sourceSystem\":\"WebSite\",\"module\":\"Vendor.Product.BLL.DocumentManagement\",\"accessDate\":\"2025-03-21T16:37:14.8457543-06:00\",\"userId\":\"0000\",\"userName\":\"username\",\"traceInformation\":[{\"type\":\"Page\",\"class\":\"Vendor.Product.Web.UI.Website.DocumentManagement.ViewDocument\",\"method\":\"Page_Load\"},{\"type\":\"Manager\",\"class\":\"Vendor.Product.BLL.DocumentManagement.DocumentManager\",\"method\":\"Get\"}]},
{\"auditResultSets\":null,\"schema\":\"ref\",\"storedProcedureName\":\"DocumentFileTypeGetById\",\"commandText\":\"ref.DocumentFileTypeGetById\",\"Locking\":null,\"commandType\":4,\"parameters\":[{\"name\":\"@RETURN_VALUE\",\"value\":0},{\"name\":\"@DocumentFileTypeId\",\"value\":7}],\"serverIPAddress\":\"000.000.000.000\",\"serverHost\":\"Webserver\",\"clientIPAddress\":\"000.000.000.000\",\"sourceSystem\":\"WebSite\",\"module\":\"Vendor.Product.BLL.DocumentManagement\",\"accessDate\":\"2025-03-21T16:37:14.736377-06:00\",\"userId\":\"0000\",\"userName\":\"username\",\"traceInformation\":[{\"type\":\"Page\",\"class\":\"Vendor.Product.Web.UI.Website.DocumentManagement.DocumentManagementMain\",\"method\":\"ViewDocument\"},{\"type\":\"Manager\",\"class\":\"Vendor.Product.BLL.DocumentManagement.DocumentManager\",\"method\":\"GetLatestDocumentwithoutAttributes\"}]},
{\"auditResultSets\":null,\"schema\":\"ref\",\"storedProcedureName\":\"DocumentStatusHistoryGetByFK\",\"commandText\":\"ref.DocumentStatusHistoryGetByFK\",\"Locking\":null,\"commandType\":4,\"parameters\":[{\"name\":\"@RETURN_VALUE\",\"value\":0},{\"name\":\"@DocumentVersionId\",\"value\":\"000000\"},{\"name\":\"@IncludeInactive\",\"value\":\"\"}],\"serverIPAddress\":\"000.000.000.000\",\"serverHost\":\"Webserver\",\"clientIPAddress\":\"000.000.000.000\",\"sourceSystem\":\"WebSite\",\"module\":\"Vendor.Product.BLL.DocumentManagement\",\"accessDate\":\"2025-03-21T16:37:14.736377-06:00\",\"userId\":\"0000\",\"userName\":\"username\",\"traceInformation\":[{\"type\":\"Page\",\"class\":\"Vendor.Product.Web.UI.Website.DocumentManagement.DocumentManagementMain\",\"method\":\"ViewDocument\"},{\"type\":\"Manager\",\"class\":\"Vendor.Product.BLL.DocumentManagement.DocumentManager\",\"method\":\"GetLatestDocumentwithoutAttributes\"}]},
{\"auditResultSets\":null,\"schema\":\"ref\",\"storedProcedureName\":\"DocumentVersionGetByFK\",\"commandText\":\"ref.DocumentVersionGetByFK\",\"Locking\":null,\"commandType\":4,\"parameters\":[{\"name\":\"@RETURN_VALUE\",\"value\":0},{\"name\":\"@DocumentId\",\"value\":\"000000\"}],\"serverIPAddress\":\"000.000.000.000\",\"serverHost\":\"Webserver\",\"clientIPAddress\":\"000.000.000.000\",\"sourceSystem\":\"WebSite\",\"module\":\"Vendor.Product.BLL.DocumentManagement\",\"accessDate\":\"2025-03-21T16:37:14.736377-06:00\",\"userId\":\"0000\",\"userName\":\"username\",\"traceInformation\":[{\"type\":\"Page\",\"class\":\"Vendor.Product.Web.UI.Website.DocumentManagement.DocumentManagementMain\",\"method\":\"ViewDocument\"},{\"type\":\"Manager\",\"class\":\"Vendor.Product.BLL.DocumentManagement.DocumentManager\",\"method\":\"GetLatestDocumentwithoutAttributes\"}]},
{\"auditResultSets\":null,\"schema\":\"ref\",\"storedProcedureName\":\"DocumentLinkGetByFK\",\"commandText\":\"ref.DocumentLinkGetByFK\",\"Locking\":null,\"commandType\":4,\"parameters\":[{\"name\":\"@RETURN_VALUE\",\"value\":0},{\"name\":\"@DocumentId\",\"value\":\"000000\"}],\"serverIPAddress\":\"000.000.000.000\",\"serverHost\":\"Webserver\",\"clientIPAddress\":\"000.000.000.000\",\"sourceSystem\":\"WebSite\",\"module\":\"Vendor.Product.BLL.DocumentManagement\",\"accessDate\":\"2025-03-21T16:37:14.736377-06:00\",\"userId\":\"0000\",\"userName\":\"username\",\"traceInformation\":[{\"type\":\"Page\",\"class\":\"Vendor.Product.Web.UI.Website.DocumentManagement.DocumentManagementMain\",\"method\":\"ViewDocument\"},{\"type\":\"Manager\",\"class\":\"Vendor.Product.BLL.DocumentManagement.DocumentManager\",\"method\":\"GetLatestDocumentwithoutAttributes\"}]},
{\"auditResultSets\":null,\"schema\":\"ref\",\"storedProcedureName\":\"DocumentGetById\",\"commandText\":\"ref.DocumentGetById\",\"Locking\":null,\"commandType\":4,\"parameters\":[{\"name\":\"@RETURN_VALUE\",\"value\":0},{\"name\":\"@DocumentId\",\"value\":\"000000\"}],\"serverIPAddress\":\"000.000.000.000\",\"serverHost\":\"Webserver\",\"clientIPAddress\":\"000.000.000.000\",\"sourceSystem\":\"WebSite\",\"module\":\"Vendor.Product.BLL.DocumentManagement\",\"accessDate\":\"2025-03-21T16:37:14.736377-06:00\",\"userId\":\"0000\",\"userName\":\"username\",\"traceInformation\":[{\"type\":\"Page\",\"class\":\"Vendor.Product.Web.UI.Website.DocumentManagement.DocumentManagementMain\",\"method\":\"ViewDocument\"},{\"type\":\"Manager\",\"class\":\"Vendor.Product.BLL.DocumentManagement.DocumentManager\",\"method\":\"GetLatestDocumentwithoutAttributes\"}]}
]"
| fields parameters storedProcedureName
| eval kvparams = json_object()
| foreach parameters mode=json_array
    [eval kvparams = json_set(kvparams, json_extract(&amp;lt;&amp;lt;ITEM&amp;gt;&amp;gt;, "name"), json_extract(&amp;lt;&amp;lt;ITEM&amp;gt;&amp;gt;, "value"))]
| spath input=kvparams
| rename @* as *
| fields - _* parameters kvparams&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Apr 2025 05:24:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Combining-multiple-events-from-downloading-external-document/m-p/743352#M241079</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2025-04-03T05:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Combining multiple events from downloading external document into a reportable event</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Combining-multiple-events-from-downloading-external-document/m-p/743553#M241110</link>
      <description>&lt;P&gt;I pulled up the original the events and then also downloaded a different external document from our system to generate those logs. I trimmed it down from the 12 events to 3. I reduced the sanitizing to help out.&lt;BR /&gt;&lt;BR /&gt;In the dashboards the DocumentTypeId is where I am starting with because that identifies which module the file is located in our application. The DocumentId is the SQL document Id number assigned to the file. Lastly the DocumentFileTypeId identifies the file format.&lt;BR /&gt;&lt;BR /&gt;I'm also looking at leverage the DBConnect add-on. I'm also looking at that as an option and use the DocumentId for the search instead.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;{ [-]&lt;BR /&gt;Locking: null&lt;BR /&gt;accessDate: 2025-03-21T16:37:14.8614186-06:00&lt;BR /&gt;auditResultSets: null&lt;BR /&gt;clientIPAddress: 255.255.255.255&lt;BR /&gt;commandText: ref.DocumentFileTypeGetById&lt;BR /&gt;commandType: 4&lt;BR /&gt;module: Vendor.PRODUCT.BLL.DocumentManagement&lt;BR /&gt;parameters: [ [-]&lt;BR /&gt;{ [-]&lt;BR /&gt;name: @RETURN_VALUE&lt;BR /&gt;value: 0&lt;BR /&gt;}&lt;BR /&gt;{ [-]&lt;BR /&gt;name: @DocumentFileTypeId&lt;BR /&gt;value: 7&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;schema: ref&lt;BR /&gt;serverHost: Webserver&lt;BR /&gt;serverIPAddress: 255.255.255.255&lt;BR /&gt;sourceSystem: WebSite&lt;BR /&gt;storedProcedureName: DocumentFileTypeGetById&lt;BR /&gt;traceInformation: [ [-]&lt;BR /&gt;{ [-]&lt;BR /&gt;class: Vendor.PRODUCT.Web.UI.Website.DocumentManagement.ViewDocument&lt;BR /&gt;method: Page_Load&lt;BR /&gt;type: Page&lt;BR /&gt;}&lt;BR /&gt;{ [-]&lt;BR /&gt;class: Vendor.PRODUCT.BLL.DocumentManagement.DocumentManager&lt;BR /&gt;method: Get&lt;BR /&gt;type: Manager&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;userId: UserNumber&lt;BR /&gt;userName: Username&lt;BR /&gt;}{ [-]&lt;BR /&gt;Locking: null&lt;BR /&gt;accessDate: 2025-03-21T16:37:14.8614186-06:00&lt;BR /&gt;auditResultSets: null&lt;BR /&gt;clientIPAddress: 255.255.255.255&lt;BR /&gt;commandText: ref.DocumentFileTypeGetById&lt;BR /&gt;commandType: 4&lt;BR /&gt;module: Vendor.PRODUCT.BLL.DocumentManagement&lt;BR /&gt;parameters: [ [-]&lt;BR /&gt;{ [-]&lt;BR /&gt;name: @RETURN_VALUE&lt;BR /&gt;value: 0&lt;BR /&gt;}&lt;BR /&gt;{ [-]&lt;BR /&gt;name: @DocumentFileTypeId&lt;BR /&gt;value: 7&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;schema: ref&lt;BR /&gt;serverHost: Webserver&lt;BR /&gt;serverIPAddress: 255.255.255.255&lt;BR /&gt;sourceSystem: WebSite&lt;BR /&gt;storedProcedureName: DocumentFileTypeGetById&lt;BR /&gt;traceInformation: [ [-]&lt;BR /&gt;{ [-]&lt;BR /&gt;class: Vendor.PRODUCT.Web.UI.Website.DocumentManagement.ViewDocument&lt;BR /&gt;method: Page_Load&lt;BR /&gt;type: Page&lt;BR /&gt;}&lt;BR /&gt;{ [-]&lt;BR /&gt;class: Vendor.PRODUCT.BLL.DocumentManagement.DocumentManager&lt;BR /&gt;method: Get&lt;BR /&gt;type: Manager&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;userId: UserNumber&lt;BR /&gt;userName: Username&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;{ [-]&lt;BR /&gt;Locking: null&lt;BR /&gt;accessDate: 2025-03-21T16:37:14.8614186-06:00&lt;BR /&gt;auditResultSets: null&lt;BR /&gt;clientIPAddress: 255.255.255.255&lt;BR /&gt;commandText: ref.DocumentAttributeGetByDocumentTypeId&lt;BR /&gt;commandType: 4&lt;BR /&gt;module: Vendor.PRODUCT.BLL.DocumentManagement&lt;BR /&gt;parameters: [ [-]&lt;BR /&gt;{ [-]&lt;BR /&gt;name: @RETURN_VALUE&lt;BR /&gt;value: 0&lt;BR /&gt;}&lt;BR /&gt;{ [-]&lt;BR /&gt;name: @DocumentTypeId&lt;BR /&gt;value: 92&lt;BR /&gt;}&lt;BR /&gt;{ [-]&lt;BR /&gt;name: @IncludeInactive&lt;BR /&gt;value: false&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;schema: ref&lt;BR /&gt;serverHost: Webserver&lt;BR /&gt;serverIPAddress: 255.255.255.255&lt;BR /&gt;sourceSystem: WebSite&lt;BR /&gt;storedProcedureName: DocumentAttributeGetByDocumentTypeId&lt;BR /&gt;traceInformation: [ [-]&lt;BR /&gt;{ [-]&lt;BR /&gt;class: Vendor.PRODUCT.Web.UI.Website.DocumentManagement.ViewDocument&lt;BR /&gt;method: Page_Load&lt;BR /&gt;type: Page&lt;BR /&gt;}&lt;BR /&gt;{ [-]&lt;BR /&gt;class: Vendor.PRODUCT.BLL.DocumentManagement.DocumentManager&lt;BR /&gt;method: Get&lt;BR /&gt;type: Manager&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;userId: UserNumber&lt;BR /&gt;userName: Username&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Apr 2025 19:38:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Combining-multiple-events-from-downloading-external-document/m-p/743553#M241110</guid>
      <dc:creator>DarthHerm</dc:creator>
      <dc:date>2025-04-04T19:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Combining multiple events from downloading external document into a reportable event</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Combining-multiple-events-from-downloading-external-document/m-p/743558#M241112</link>
      <description>&lt;P&gt;These representations of your events are not formatted as JSON data (your original post was not either although it was a lot closer). Please repost your events in unformatted form e.g. with double quotes around field names and strings, etc. This makes it a lot easier for volunteers to try out solutions on your data before posting suggestions, which will be more efficient in the long run.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Apr 2025 21:25:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Combining-multiple-events-from-downloading-external-document/m-p/743558#M241112</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2025-04-04T21:25:44Z</dc:date>
    </item>
  </channel>
</rss>

