<?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: Splitting one row into multiple rows. in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Splitting-one-row-into-multiple-rows/m-p/744054#M241216</link>
    <description>&lt;P&gt;While&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;'s solution is a neat trick, I'd rethink the search.&lt;/P&gt;&lt;P&gt;1. You're searching for "**mrstrategy**". That's gonna be slow.&lt;/P&gt;&lt;P&gt;2. First you're using automatic json extraction, then you call spath.&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Always be vigilant around "dedup" command. You're deduping on&amp;nbsp;&lt;EM&gt;attributes&lt;/EM&gt; then statsing on&amp;nbsp;&lt;EM&gt;attributes&amp;nbsp;&lt;/EM&gt;and&amp;nbsp;&lt;EM&gt;_time&lt;/EM&gt;. You will only ever have one&amp;nbsp;&lt;EM&gt;_time&lt;/EM&gt; per&amp;nbsp;&lt;EM&gt;attributes&lt;/EM&gt;. And dedup will move processing to SH tier.&lt;/P&gt;&lt;P&gt;4. I have a hunch that you have some duplicate data which you want to get rid of in search time. Maybe it's worth reworking your ingestion process so you're not wasting license?&lt;/P&gt;&lt;P&gt;5. Unfortunately, as you must have noticed already - this is a very ugly data format (from Splunk's point of view). This whiole "keyname=key1,value=something" schema is very inconvenient for searching and processing since you firstly have to read, parse, and interpret all events to get to the "contents". So now you're bending over backwards to do something which should be easy as just writing a simple filter condition. Are you sure you don't have someone in your org to sit with and have a chat about the data format? Or about the ingestion process - maybe it's worth setting up something that wil, transform your data into something more reasonable?&lt;/P&gt;</description>
    <pubDate>Sat, 12 Apr 2025 07:54:37 GMT</pubDate>
    <dc:creator>PickleRick</dc:creator>
    <dc:date>2025-04-12T07:54:37Z</dc:date>
    <item>
      <title>Splitting one row into multiple rows.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splitting-one-row-into-multiple-rows/m-p/744039#M241210</link>
      <description>&lt;P&gt;How do I split the below data into 2 lines? I need to run stats on the tables, but when they are together the answers are not correct.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="robertlynch2020_1-1744389820353.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/38546i33A2F17E814B4164/image-size/medium?v=v2&amp;amp;px=400" role="button" title="robertlynch2020_1-1744389820353.png" alt="robertlynch2020_1-1744389820353.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the following SPL form some complex data and I have discovered that in some small cases there can be 2 lines coming out like this.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;host="MARKET_RISK_PDT_V2" index="murex_logs" sourcetype="Market_Risk_DT" "**mr_strategy**" "typo_Collar" 
| search "resourceSpans{}.resource.attributes{}.value.stringValue"="*" 
| spath resourceSpans{}.scopeSpans{}.spans{}.attributes{} output=attributes 
| dedup attributes 
| stats count by attributes _time 
| spath input=attributes 
| eval X_{key}=coalesce('value.doubleValue', 'value.stringValue') 
| stats list(X_*) as * by _time 
| table mr_batch_compute_cpu_time mr_batch_compute_time mr_batch_load_cpu_time mr_batch_load_time mr_strategy&lt;/LI-CODE&gt;&lt;P&gt;The data is very large. I will put it up, but I think I have done 99% of the SPL. It's just this last case that is catching me.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{"resourceSpans":[{"resource":{"attributes":[{"key":"telemetry.sdk.language","value":{"stringValue":"cpp"}},{"key":"service.name","value":{"stringValue":"MXMARKETRISK.ENGINE.MX"}},{"key":"service.namespace","value":{"stringValue":"MXMARKETRISK.SERVICE"}},{"key":"process.pid","value":{"intValue":"65544"}},{"key":"service.instance.id","value":{"stringValue":"000719to"}},{"key":"telemetry.sdk.name","value":{"stringValue":"opentelemetry"}},{"key":"telemetry.sdk.version","value":{"stringValue":"1.12.0"}},{"key":"mx.env","value":{"stringValue":"dell945srv:13003"}}]},"scopeSpans":[{"scope":{"name":"murex::observability_otel_backend::tracing","version":"v1"},"spans":[{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"8e46a2fcb9187c68","parentSpanId":"e9f9a5fe15443933","name":"position_evaluation","kind":1,"startTimeUnixNano":"1744296125652729092","endTimeUnixNano":"1744296125798894970","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"6"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"928247cd89802428","parentSpanId":"c1de6d379b059fed","name":"scenario_reaction","kind":1,"startTimeUnixNano":"1744296125800419331","endTimeUnixNano":"1744296125809124045","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"c1de6d379b059fed","parentSpanId":"e9f9a5fe15443933","name":"scenario_restore","kind":1,"startTimeUnixNano":"1744296125798985174","endTimeUnixNano":"1744296125811277736","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"6"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"facb0e5746d9d964","parentSpanId":"25d5f36ceb7321c8","name":"scenario_reaction","kind":1,"startTimeUnixNano":"1744296125830212296","endTimeUnixNano":"1744296125849740148","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"25d5f36ceb7321c8","parentSpanId":"e9f9a5fe15443933","name":"scenario_apply","kind":1,"startTimeUnixNano":"1744296125815502747","endTimeUnixNano":"1744296125850628412","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"7"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"a79b05479fe56592","parentSpanId":"e9f9a5fe15443933","name":"structured_position_evaluation","kind":1,"startTimeUnixNano":"1744296125850706729","endTimeUnixNano":"1744296125851948317","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"7"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"6f1e8d7f6321b850","parentSpanId":"e9f9a5fe15443933","name":"position_evaluation","kind":1,"startTimeUnixNano":"1744296125852417846","endTimeUnixNano":"1744296125992801928","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"7"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"15dd58424f5b362f","parentSpanId":"55e665fcbffd2dce","name":"scenario_reaction","kind":1,"startTimeUnixNano":"1744296125994261439","endTimeUnixNano":"1744296126000431009","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"55e665fcbffd2dce","parentSpanId":"e9f9a5fe15443933","name":"scenario_restore","kind":1,"startTimeUnixNano":"1744296125992870615","endTimeUnixNano":"1744296126002300582","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"7"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"9fa56f99daac2e78","parentSpanId":"bbb3db0f43020601","name":"scenario_reaction","kind":1,"startTimeUnixNano":"1744296126021039957","endTimeUnixNano":"1744296126045997290","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"bbb3db0f43020601","parentSpanId":"e9f9a5fe15443933","name":"scenario_apply","kind":1,"startTimeUnixNano":"1744296126006349607","endTimeUnixNano":"1744296126046897747","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"8"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"17c713e141a5a055","parentSpanId":"e9f9a5fe15443933","name":"structured_position_evaluation","kind":1,"startTimeUnixNano":"1744296126046987437","endTimeUnixNano":"1744296126048941301","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"8"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"c6f94d626baa5e49","parentSpanId":"e9f9a5fe15443933","name":"position_evaluation","kind":1,"startTimeUnixNano":"1744296126049410715","endTimeUnixNano":"1744296126191477064","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"8"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"3969a2458c7a1dc5","parentSpanId":"d1a1815dfc55cdd4","name":"scenario_reaction","kind":1,"startTimeUnixNano":"1744296126192947402","endTimeUnixNano":"1744296126199823189","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"d1a1815dfc55cdd4","parentSpanId":"e9f9a5fe15443933","name":"scenario_restore","kind":1,"startTimeUnixNano":"1744296126191554042","endTimeUnixNano":"1744296126201896837","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"8"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"b6cdaecb3b869a03","parentSpanId":"b238e61733dc9cf2","name":"scenario_reaction","kind":1,"startTimeUnixNano":"1744296126220292499","endTimeUnixNano":"1744296126239204858","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"b238e61733dc9cf2","parentSpanId":"e9f9a5fe15443933","name":"scenario_apply","kind":1,"startTimeUnixNano":"1744296126206034205","endTimeUnixNano":"1744296126240073056","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"9"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"4cc6d310648b79ee","parentSpanId":"e9f9a5fe15443933","name":"structured_position_evaluation","kind":1,"startTimeUnixNano":"1744296126240159810","endTimeUnixNano":"1744296126241419109","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"9"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"288afaf9b7bff8cc","parentSpanId":"e9f9a5fe15443933","name":"position_evaluation","kind":1,"startTimeUnixNano":"1744296126241872221","endTimeUnixNano":"1744296126380408484","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"9"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"57153080d9d99407","parentSpanId":"6626b11ac99f8810","name":"scenario_reaction","kind":1,"startTimeUnixNano":"1744296126381860940","endTimeUnixNano":"1744296126388388372","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"6626b11ac99f8810","parentSpanId":"e9f9a5fe15443933","name":"scenario_restore","kind":1,"startTimeUnixNano":"1744296126380480534","endTimeUnixNano":"1744296126390275608","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"9"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"a1059958bf180498","parentSpanId":"2061aaa3bc7e58d3","name":"scenario_reaction","kind":1,"startTimeUnixNano":"1744296126408627933","endTimeUnixNano":"1744296126427148493","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"2061aaa3bc7e58d3","parentSpanId":"e9f9a5fe15443933","name":"scenario_apply","kind":1,"startTimeUnixNano":"1744296126394320863","endTimeUnixNano":"1744296126428008509","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"10"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"016d32332bc0f916","parentSpanId":"e9f9a5fe15443933","name":"structured_position_evaluation","kind":1,"startTimeUnixNano":"1744296126428077369","endTimeUnixNano":"1744296126429287924","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"10"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"163a862ff97841df","parentSpanId":"e9f9a5fe15443933","name":"position_evaluation","kind":1,"startTimeUnixNano":"1744296126429739689","endTimeUnixNano":"1744296126568936523","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"10"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"fd0292239b0618f6","parentSpanId":"ea1313f85058a1b2","name":"scenario_reaction","kind":1,"startTimeUnixNano":"1744296126570402952","endTimeUnixNano":"1744296126576565279","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"ea1313f85058a1b2","parentSpanId":"e9f9a5fe15443933","name":"scenario_restore","kind":1,"startTimeUnixNano":"1744296126569019151","endTimeUnixNano":"1744296126578414066","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"10"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"e9f9a5fe15443933","parentSpanId":"d6c133764c7891c3","name":"scenario_all_apply","kind":1,"startTimeUnixNano":"1744296124562223476","endTimeUnixNano":"1744296126580259668","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario_nb","value":{"stringValue":"10"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"d6c133764c7891c3","parentSpanId":"dbd5a3ed4854e73f","name":"fullreval_task","kind":1,"startTimeUnixNano":"1744296121513194653","endTimeUnixNano":"1744296126583212823","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_batchId","value":{"stringValue":"37"}},{"key":"mr_batchType","value":{"stringValue":"Full Revaluation"}},{"key":"mr_bucketName","value":{"stringValue":""}},{"key":"mr_jobDomain","value":{"stringValue":"Market Risk"}},{"key":"mr_jobId","value":{"stringValue":"CONSO_ABAQ | 31/03/2016 | 12"}},{"key":"mr_strategy","value":{"stringValue":"typo_Collar Cap"}},{"key":"mr_uuid","value":{"stringValue":"4405ed87-fbc0-4751-b5b2-41836f1181cc"}},{"key":"mrb_batch_affinity","value":{"stringValue":"CONSO_ABAQ_run_Batch|CONSO_ABAQ|2016/03/31|12_FullReval0_00037"}},{"key":"mr_batch_compute_cpu_time","value":{"doubleValue":2.042433}},{"key":"mr_batch_compute_time","value":{"doubleValue":2.138}},{"key":"mr_batch_load_cpu_time","value":{"doubleValue":2.154398}},{"key":"mr_batch_load_time","value":{"doubleValue":2.852}},{"key":"mr_batch_status","value":{"stringValue":"WARNING"}},{"key":"mr_batch_total_cpu_time","value":{"doubleValue":4.265003}},{"key":"mr_batch_total_time","value":{"doubleValue":5.069}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"c2ed4f39b11aee9f","parentSpanId":"78911387092a7c87","name":"Load Simulation Parameters","kind":1,"startTimeUnixNano":"1744296127698926310","endTimeUnixNano":"1744296129421561118","status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"49b3b6c745a8ae13","parentSpanId":"78911387092a7c87","name":"Load Simulation Parameters","kind":1,"startTimeUnixNano":"1744296129461431159","endTimeUnixNano":"1744296129467535543","status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"78911387092a7c87","parentSpanId":"4c8da45757b1ea2a","name":"position_loading","kind":1,"startTimeUnixNano":"1744296126596669569","endTimeUnixNano":"1744296129552371945","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mrb_batch_affinity","value":{"stringValue":"CONSO_ABAQ_run_Batch|CONSO_ABAQ|2016/03/31|12_FullReval0_00058"}},{"key":"mr_position_nb","value":{"stringValue":"50"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"9f06f54e319a5d2b","parentSpanId":"4c8da45757b1ea2a","name":"dependencies_retrieval","kind":1,"startTimeUnixNano":"1744296129557213410","endTimeUnixNano":"1744296129604058259","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"2c92a4cdcfddca76","parentSpanId":"4c8da45757b1ea2a","name":"scenario_loading","kind":1,"startTimeUnixNano":"1744296129607930435","endTimeUnixNano":"1744296129657422990","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario_container","value":{"stringValue":"SEC_VOL"}},{"key":"mr_scenario_nb","value":{"stringValue":"10"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"7749106317af3d80","parentSpanId":"32563fd40f415e83","name":"scenario_reaction","kind":1,"startTimeUnixNano":"1744296129660693591","endTimeUnixNano":"1744296129670146254","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"32563fd40f415e83","parentSpanId":"e276dfe0c1ff2f22","name":"scenario_apply","kind":1,"startTimeUnixNano":"1744296129658850268","endTimeUnixNano":"1744296129670593647","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"1"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"e0bcc9c6808cf174","parentSpanId":"e276dfe0c1ff2f22","name":"structured_position_evaluation","kind":1,"startTimeUnixNano":"1744296129670694720","endTimeUnixNano":"1744296129671818574","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"1"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"b57e0539e4480583","parentSpanId":"e276dfe0c1ff2f22","name":"position_evaluation","kind":1,"startTimeUnixNano":"1744296129672077408","endTimeUnixNano":"1744296129737008901","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"1"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"dd2d547a1f6c2e5d","parentSpanId":"fe75400d89316fcd","name":"scenario_reaction","kind":1,"startTimeUnixNano":"1744296129737839519","endTimeUnixNano":"1744296129742814229","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"fe75400d89316fcd","parentSpanId":"e276dfe0c1ff2f22","name":"scenario_restore","kind":1,"startTimeUnixNano":"1744296129737096551","endTimeUnixNano":"1744296129743401800","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"1"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"973b0796b725c804","parentSpanId":"34c516de65a035d3","name":"scenario_reaction","kind":1,"startTimeUnixNano":"1744296129747204588","endTimeUnixNano":"1744296129752407413","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"34c516de65a035d3","parentSpanId":"e276dfe0c1ff2f22","name":"scenario_apply","kind":1,"startTimeUnixNano":"1744296129745034633","endTimeUnixNano":"1744296129752870351","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"2"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"92e2752ce064836c","parentSpanId":"e276dfe0c1ff2f22","name":"structured_position_evaluation","kind":1,"startTimeUnixNano":"1744296129752927074","endTimeUnixNano":"1744296129753757346","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"2"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"07c4f8bffd50e88b","parentSpanId":"e276dfe0c1ff2f22","name":"position_evaluation","kind":1,"startTimeUnixNano":"1744296129754021990","endTimeUnixNano":"1744296129821850103","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"2"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"88c2db5de46eb6a1","parentSpanId":"baa6f635c7c07eaf","name":"scenario_reaction","kind":1,"startTimeUnixNano":"1744296129822762055","endTimeUnixNano":"1744296129827854287","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"baa6f635c7c07eaf","parentSpanId":"e276dfe0c1ff2f22","name":"scenario_restore","kind":1,"startTimeUnixNano":"1744296129821943393","endTimeUnixNano":"1744296129828488269","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"2"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"a96922b7d4c5ee7a","parentSpanId":"2ea99282bb90948e","name":"scenario_reaction","kind":1,"startTimeUnixNano":"1744296129832394737","endTimeUnixNano":"1744296129837932672","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"2ea99282bb90948e","parentSpanId":"e276dfe0c1ff2f22","name":"scenario_apply","kind":1,"startTimeUnixNano":"1744296129830183977","endTimeUnixNano":"1744296129838425052","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"3"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"0847f65851ce9c4c","parentSpanId":"e276dfe0c1ff2f22","name":"structured_position_evaluation","kind":1,"startTimeUnixNano":"1744296129838484599","endTimeUnixNano":"1744296129839339262","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"3"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"4d44c092644a0afc","parentSpanId":"e276dfe0c1ff2f22","name":"position_evaluation","kind":1,"startTimeUnixNano":"1744296129839607462","endTimeUnixNano":"1744296129905757155","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"3"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"c5b9a17df4e5ef4a","parentSpanId":"49c50f3c06b6bb96","name":"scenario_reaction","kind":1,"startTimeUnixNano":"1744296129906718595","endTimeUnixNano":"1744296129911547443","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"49c50f3c06b6bb96","parentSpanId":"e276dfe0c1ff2f22","name":"scenario_restore","kind":1,"startTimeUnixNano":"1744296129905843110","endTimeUnixNano":"1744296129912222843","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"3"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"3d940c9a9759637e","parentSpanId":"f58a23584beb15b3","name":"scenario_reaction","kind":1,"startTimeUnixNano":"1744296129916348529","endTimeUnixNano":"1744296129921965137","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"f58a23584beb15b3","parentSpanId":"e276dfe0c1ff2f22","name":"scenario_apply","kind":1,"startTimeUnixNano":"1744296129913961555","endTimeUnixNano":"1744296129922515180","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"4"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"05edcbba30a96928","parentSpanId":"e276dfe0c1ff2f22","name":"structured_position_evaluation","kind":1,"startTimeUnixNano":"1744296129922574865","endTimeUnixNano":"1744296129923380589","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"4"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"4abe27252b07358d","parentSpanId":"e276dfe0c1ff2f22","name":"position_evaluation","kind":1,"startTimeUnixNano":"1744296129923678184","endTimeUnixNano":"1744296129989643044","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"4"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"68eac69f7e061424","parentSpanId":"41903a8a1e64f4cc","name":"scenario_reaction","kind":1,"startTimeUnixNano":"1744296129990517627","endTimeUnixNano":"1744296129995115364","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"41903a8a1e64f4cc","parentSpanId":"e276dfe0c1ff2f22","name":"scenario_restore","kind":1,"startTimeUnixNano":"1744296129989726995","endTimeUnixNano":"1744296129995754334","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"4"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"53c5ad1f7e85f5a4","parentSpanId":"d32222afe2b25907","name":"scenario_reaction","kind":1,"startTimeUnixNano":"1744296129999622379","endTimeUnixNano":"1744296130004782482","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"d32222afe2b25907","parentSpanId":"e276dfe0c1ff2f22","name":"scenario_apply","kind":1,"startTimeUnixNano":"1744296129997395635","endTimeUnixNano":"1744296130005287428","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"5"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"698731c8096034ee","parentSpanId":"e276dfe0c1ff2f22","name":"structured_position_evaluation","kind":1,"startTimeUnixNano":"1744296130005345013","endTimeUnixNano":"1744296130006110876","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"5"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"c37b411090c72ec6","parentSpanId":"e276dfe0c1ff2f22","name":"position_evaluation","kind":1,"startTimeUnixNano":"1744296130006396530","endTimeUnixNano":"1744296130076287609","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"5"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"e44327d329c5af1d","parentSpanId":"cf11db6b2333d6db","name":"scenario_reaction","kind":1,"startTimeUnixNano":"1744296130077199672","endTimeUnixNano":"1744296130083803404","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"cf11db6b2333d6db","parentSpanId":"e276dfe0c1ff2f22","name":"scenario_restore","kind":1,"startTimeUnixNano":"1744296130076381438","endTimeUnixNano":"1744296130084495626","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"5"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"d53a29a7993989c9","parentSpanId":"d4b207c39aac2374","name":"scenario_reaction","kind":1,"startTimeUnixNano":"1744296130088477779","endTimeUnixNano":"1744296130093986390","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"d4b207c39aac2374","parentSpanId":"e276dfe0c1ff2f22","name":"scenario_apply","kind":1,"startTimeUnixNano":"1744296130086242948","endTimeUnixNano":"1744296130094497251","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"6"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"b597f8205f2807d9","parentSpanId":"e276dfe0c1ff2f22","name":"structured_position_evaluation","kind":1,"startTimeUnixNano":"1744296130094554946","endTimeUnixNano":"1744296130095344802","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"6"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"1eba5f0a8727b9f4","parentSpanId":"e276dfe0c1ff2f22","name":"position_evaluation","kind":1,"startTimeUnixNano":"1744296130095641226","endTimeUnixNano":"1744296130163512289","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"6"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"e6abed32d597042b","parentSpanId":"1786db2bac6f42eb","name":"scenario_reaction","kind":1,"startTimeUnixNano":"1744296130164385405","endTimeUnixNano":"1744296130169075838","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"1786db2bac6f42eb","parentSpanId":"e276dfe0c1ff2f22","name":"scenario_restore","kind":1,"startTimeUnixNano":"1744296130163592712","endTimeUnixNano":"1744296130169716706","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"6"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"5c64fd10ed1436fc","parentSpanId":"24afa125ec279c05","name":"scenario_reaction","kind":1,"startTimeUnixNano":"1744296130173584046","endTimeUnixNano":"1744296130179054977","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"24afa125ec279c05","parentSpanId":"e276dfe0c1ff2f22","name":"scenario_apply","kind":1,"startTimeUnixNano":"1744296130171352247","endTimeUnixNano":"1744296130179563778","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"7"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"639c5ad5e2d56afc","parentSpanId":"e276dfe0c1ff2f22","name":"structured_position_evaluation","kind":1,"startTimeUnixNano":"1744296130179623326","endTimeUnixNano":"1744296130180434803","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"7"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"f34e39c53b7d8c86","parentSpanId":"e276dfe0c1ff2f22","name":"position_evaluation","kind":1,"startTimeUnixNano":"1744296130180710052","endTimeUnixNano":"1744296130246009978","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"7"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"4346023774b9ec52","parentSpanId":"b6f413e704e29b77","name":"scenario_reaction","kind":1,"startTimeUnixNano":"1744296130246881059","endTimeUnixNano":"1744296130251463598","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"b6f413e704e29b77","parentSpanId":"e276dfe0c1ff2f22","name":"scenario_restore","kind":1,"startTimeUnixNano":"1744296130246093843","endTimeUnixNano":"1744296130252083530","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"7"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"abea2ca427bbe33f","parentSpanId":"ed0e91473624a3dc","name":"scenario_reaction","kind":1,"startTimeUnixNano":"1744296130255978209","endTimeUnixNano":"1744296130261459992","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"ed0e91473624a3dc","parentSpanId":"e276dfe0c1ff2f22","name":"scenario_apply","kind":1,"startTimeUnixNano":"1744296130253775352","endTimeUnixNano":"1744296130261957353","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"8"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"d94db436839ae4c7","parentSpanId":"e276dfe0c1ff2f22","name":"structured_position_evaluation","kind":1,"startTimeUnixNano":"1744296130262019289","endTimeUnixNano":"1744296130262918367","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"8"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"2e1a19dd22473564","parentSpanId":"e276dfe0c1ff2f22","name":"position_evaluation","kind":1,"startTimeUnixNano":"1744296130263202982","endTimeUnixNano":"1744296130329108157","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"8"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"0506209d5861f707","parentSpanId":"29fbce82070bbdd9","name":"scenario_reaction","kind":1,"startTimeUnixNano":"1744296130330062280","endTimeUnixNano":"1744296130334746242","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"29fbce82070bbdd9","parentSpanId":"e276dfe0c1ff2f22","name":"scenario_restore","kind":1,"startTimeUnixNano":"1744296130329199115","endTimeUnixNano":"1744296130335434159","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"8"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"14bf123930fc4166","parentSpanId":"bda37ea73fe787ba","name":"scenario_reaction","kind":1,"startTimeUnixNano":"1744296130339325290","endTimeUnixNano":"1744296130344680498","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"bda37ea73fe787ba","parentSpanId":"e276dfe0c1ff2f22","name":"scenario_apply","kind":1,"startTimeUnixNano":"1744296130337111150","endTimeUnixNano":"1744296130345174355","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"9"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"e352e262e69266cb","parentSpanId":"e276dfe0c1ff2f22","name":"structured_position_evaluation","kind":1,"startTimeUnixNano":"1744296130345232114","endTimeUnixNano":"1744296130345998794","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"9"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"c168bcb1a9e0427d","parentSpanId":"e276dfe0c1ff2f22","name":"position_evaluation","kind":1,"startTimeUnixNano":"1744296130346281403","endTimeUnixNano":"1744296130419788201","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"9"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"51886e061ef5c4f9","parentSpanId":"e72c59de829c2e44","name":"scenario_reaction","kind":1,"startTimeUnixNano":"1744296130420692270","endTimeUnixNano":"1744296130427784319","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"e72c59de829c2e44","parentSpanId":"e276dfe0c1ff2f22","name":"scenario_restore","kind":1,"startTimeUnixNano":"1744296130419877336","endTimeUnixNano":"1744296130428473555","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"9"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"7fb684d3063d73c7","parentSpanId":"9dd04d910ec82870","name":"scenario_reaction","kind":1,"startTimeUnixNano":"1744296130432522024","endTimeUnixNano":"1744296130438750301","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"9dd04d910ec82870","parentSpanId":"e276dfe0c1ff2f22","name":"scenario_apply","kind":1,"startTimeUnixNano":"1744296130430212780","endTimeUnixNano":"1744296130439276891","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"10"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"8e03ecc4a983035e","parentSpanId":"e276dfe0c1ff2f22","name":"structured_position_evaluation","kind":1,"startTimeUnixNano":"1744296130439348209","endTimeUnixNano":"1744296130440561522","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"10"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"029d9ce7b6512a13","parentSpanId":"e276dfe0c1ff2f22","name":"position_evaluation","kind":1,"startTimeUnixNano":"1744296130440851480","endTimeUnixNano":"1744296130506383571","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"10"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"289e093eb4910a67","parentSpanId":"b2d9725b4f39c9c9","name":"scenario_reaction","kind":1,"startTimeUnixNano":"1744296130507268631","endTimeUnixNano":"1744296130511892116","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"b2d9725b4f39c9c9","parentSpanId":"e276dfe0c1ff2f22","name":"scenario_restore","kind":1,"startTimeUnixNano":"1744296130506468587","endTimeUnixNano":"1744296130512543408","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario","value":{"stringValue":"10"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"e276dfe0c1ff2f22","parentSpanId":"4c8da45757b1ea2a","name":"scenario_all_apply","kind":1,"startTimeUnixNano":"1744296129657492038","endTimeUnixNano":"1744296130513460526","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_scenario_nb","value":{"stringValue":"10"}}],"status":{}},{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"4c8da45757b1ea2a","parentSpanId":"dbd5a3ed4854e73f","name":"fullreval_task","kind":1,"startTimeUnixNano":"1744296126596384480","endTimeUnixNano":"1744296130515095708","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_batchId","value":{"stringValue":"58"}},{"key":"mr_batchType","value":{"stringValue":"Full Revaluation"}},{"key":"mr_bucketName","value":{"stringValue":""}},{"key":"mr_jobDomain","value":{"stringValue":"Market Risk"}},{"key":"mr_jobId","value":{"stringValue":"CONSO_ABAQ | 31/03/2016 | 12"}},{"key":"mr_strategy","value":{"stringValue":"typo_Non Deliv. Xccy Swap"}},{"key":"mr_uuid","value":{"stringValue":"f6035cef-e661-49bd-8b4c-d8d09da06822"}},{"key":"mrb_batch_affinity","value":{"stringValue":"CONSO_ABAQ_run_Batch|CONSO_ABAQ|2016/03/31|12_FullReval0_00058"}},{"key":"mr_batch_compute_cpu_time","value":{"doubleValue":0.8687239999999999}},{"key":"mr_batch_compute_time","value":{"doubleValue":0.907}},{"key":"mr_batch_load_cpu_time","value":{"doubleValue":2.257638}},{"key":"mr_batch_load_time","value":{"doubleValue":2.955}},{"key":"mr_batch_status","value":{"stringValue":"OK"}},{"key":"mr_batch_total_cpu_time","value":{"doubleValue":3.1801}},{"key":"mr_batch_total_time","value":{"doubleValue":3.917}}],"status":{}}]}]}]}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Apr 2025 16:46:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splitting-one-row-into-multiple-rows/m-p/744039#M241210</guid>
      <dc:creator>robertlynch2020</dc:creator>
      <dc:date>2025-04-11T16:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting one row into multiple rows.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splitting-one-row-into-multiple-rows/m-p/744040#M241211</link>
      <description>&lt;LI-CODE lang="markup"&gt;| eval row=mvrange(0,2)
| mvexpand row
| foreach *
    [| eval &amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;=mvindex(&amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;,row)]&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 11 Apr 2025 18:17:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splitting-one-row-into-multiple-rows/m-p/744040#M241211</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2025-04-11T18:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting one row into multiple rows.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splitting-one-row-into-multiple-rows/m-p/744054#M241216</link>
      <description>&lt;P&gt;While&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;'s solution is a neat trick, I'd rethink the search.&lt;/P&gt;&lt;P&gt;1. You're searching for "**mrstrategy**". That's gonna be slow.&lt;/P&gt;&lt;P&gt;2. First you're using automatic json extraction, then you call spath.&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Always be vigilant around "dedup" command. You're deduping on&amp;nbsp;&lt;EM&gt;attributes&lt;/EM&gt; then statsing on&amp;nbsp;&lt;EM&gt;attributes&amp;nbsp;&lt;/EM&gt;and&amp;nbsp;&lt;EM&gt;_time&lt;/EM&gt;. You will only ever have one&amp;nbsp;&lt;EM&gt;_time&lt;/EM&gt; per&amp;nbsp;&lt;EM&gt;attributes&lt;/EM&gt;. And dedup will move processing to SH tier.&lt;/P&gt;&lt;P&gt;4. I have a hunch that you have some duplicate data which you want to get rid of in search time. Maybe it's worth reworking your ingestion process so you're not wasting license?&lt;/P&gt;&lt;P&gt;5. Unfortunately, as you must have noticed already - this is a very ugly data format (from Splunk's point of view). This whiole "keyname=key1,value=something" schema is very inconvenient for searching and processing since you firstly have to read, parse, and interpret all events to get to the "contents". So now you're bending over backwards to do something which should be easy as just writing a simple filter condition. Are you sure you don't have someone in your org to sit with and have a chat about the data format? Or about the ingestion process - maybe it's worth setting up something that wil, transform your data into something more reasonable?&lt;/P&gt;</description>
      <pubDate>Sat, 12 Apr 2025 07:54:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splitting-one-row-into-multiple-rows/m-p/744054#M241216</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2025-04-12T07:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting one row into multiple rows.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splitting-one-row-into-multiple-rows/m-p/744071#M241224</link>
      <description>&lt;P&gt;In addition to the problems&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;points out, the SPL ignored a fundamental design in the dataset. &amp;nbsp;The use of &lt;FONT face="courier new,courier"&gt;stats&lt;/FONT&gt; without group by &lt;FONT face="courier new,courier"&gt;mr_batchId&lt;/FONT&gt; begs the question: What is the logic to say which values should form ONE line as opposed to another? &amp;nbsp;In fact, whenever you find yourself "needing" to use stats by &lt;FONT face="courier new,courier"&gt;_time&lt;/FONT&gt; in Splunk, you ought to tell yourself that some logic is probably wrong.&lt;/P&gt;&lt;P&gt;The first troublesome command is &lt;FONT face="courier new,courier"&gt;| spath resourceSpans{}.scopeSpans{}.spans{}.attributes{} output=attributes&lt;/FONT&gt; . &amp;nbsp;Here, you bypass several arrays of arrays to only focus on &lt;FONT face="courier new,courier"&gt;resourceSpans{}.scopeSpans{}.spans{}.attributes{}&lt;/FONT&gt;. &amp;nbsp;Unless you are absolutely certain about the uniqueness of this path, the prudent strategy is to fully process handle each array. &amp;nbsp;In your case, the next command, &lt;FONT face="courier new,courier"&gt;| dedup attributes&lt;/FONT&gt;, indicates that there is no such certainty. &amp;nbsp;But uniqueness is not the big problem here. &amp;nbsp;The real problem is: the path&amp;nbsp;&lt;FONT face="courier new,courier"&gt;resourceSpans{}.scopeSpans{}.spans{}&lt;/FONT&gt;&amp;nbsp;is the key to your developer/vendor's data design. &amp;nbsp;Each value of &lt;FONT face="courier new,courier"&gt;resourceSpans{}.scopeSpans{}.spans{}&lt;/FONT&gt;&amp;nbsp;contains a unique &lt;FONT face="courier new,courier"&gt;mr_batchId&lt;/FONT&gt; that is key to distinguish dataset. &amp;nbsp;If you want to perform stats, perform stats against &lt;FONT face="courier new,courier"&gt;resourceSpans{}.scopeSpans{}.spans{}&lt;/FONT&gt;.&lt;/P&gt;&lt;P&gt;So, step one is to fully &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Mvexpand" target="_blank" rel="noopener"&gt;mvexpand&lt;/A&gt; into this path:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;host="MARKET_RISK_PDT_V2" index="murex_logs" sourcetype="Market_Risk_DT" "**mr_strategy**" "typo_Collar" 
  "resourceSpans{}.resource.attributes{}.value.stringValue"="*"
| fields - resourceSpans{}.*
| spath path=resourceSpans{}
| mvexpand resourceSpans{}
| spath input=resourceSpans{} path=scopeSpans{}
| fields - resourceSpans{}
| mvexpand scopeSpans{}
| spath input=scopeSpans{} path=spans{}
| fields - scopeSpans{}
| mvexpand spans{}&lt;/LI-CODE&gt;&lt;P&gt;The above does not address the efficiency problem with **mr_strategy**, but collapses search of&amp;nbsp; "resourceSpans{}.resource.attributes{}.value.stringValue"="*" into index search, which also improves efficiency.&lt;/P&gt;&lt;P&gt;Using your sample data, the above will give 96 spans{} values for a single event. &amp;nbsp;Among the 96, only two are relevant to your final results. &amp;nbsp;So, I would recommend adding&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| where match('spans{}', "mr_batchId")&lt;/LI-CODE&gt;&lt;P&gt;This would give two rows like&lt;/P&gt;&lt;TABLE width="1900px"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;spans{}&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="1900.1875px"&gt;{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"d6c133764c7891c3","parentSpanId":"dbd5a3ed4854e73f","name":"fullreval_task","kind":1,"startTimeUnixNano":"1744296121513194653","endTimeUnixNano":"1744296126583212823","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_batchId","value":{"stringValue":"37"}},{"key":"mr_batchType","value":{"stringValue":"Full Revaluation"}},{"key":"mr_bucketName","value":{"stringValue":""}},{"key":"mr_jobDomain","value":{"stringValue":"Market Risk"}},{"key":"mr_jobId","value":{"stringValue":"CONSO_ABAQ | 31/03/2016 | 12"}},{"key":"mr_strategy","value":{"stringValue":"typo_Collar Cap"}},{"key":"mr_uuid","value":{"stringValue":"4405ed87-fbc0-4751-b5b2-41836f1181cc"}},{"key":"mrb_batch_affinity","value":{"stringValue":"CONSO_ABAQ_run_Batch|CONSO_ABAQ|2016/03/31|12_FullReval0_00037"}},{"key":"mr_batch_compute_cpu_time","value":{"doubleValue":2.042433}},{"key":"mr_batch_compute_time","value":{"doubleValue":2.138}},{"key":"mr_batch_load_cpu_time","value":{"doubleValue":2.154398}},{"key":"mr_batch_load_time","value":{"doubleValue":2.852}},{"key":"mr_batch_status","value":{"stringValue":"WARNING"}},{"key":"mr_batch_total_cpu_time","value":{"doubleValue":4.265003}},{"key":"mr_batch_total_time","value":{"doubleValue":5.069}}],"status":{}}&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="1900.1875px"&gt;{"traceId":"e0d25217dd28e57d2db07e06d690428f","spanId":"4c8da45757b1ea2a","parentSpanId":"dbd5a3ed4854e73f","name":"fullreval_task","kind":1,"startTimeUnixNano":"1744296126596384480","endTimeUnixNano":"1744296130515095708","attributes":[{"key":"market_risk_span","value":{"stringValue":"true"}},{"key":"mr_batchId","value":{"stringValue":"58"}},{"key":"mr_batchType","value":{"stringValue":"Full Revaluation"}},{"key":"mr_bucketName","value":{"stringValue":""}},{"key":"mr_jobDomain","value":{"stringValue":"Market Risk"}},{"key":"mr_jobId","value":{"stringValue":"CONSO_ABAQ | 31/03/2016 | 12"}},{"key":"mr_strategy","value":{"stringValue":"typo_Non Deliv. Xccy Swap"}},{"key":"mr_uuid","value":{"stringValue":"f6035cef-e661-49bd-8b4c-d8d09da06822"}},{"key":"mrb_batch_affinity","value":{"stringValue":"CONSO_ABAQ_run_Batch|CONSO_ABAQ|2016/03/31|12_FullReval0_00058"}},{"key":"mr_batch_compute_cpu_time","value":{"doubleValue":0.8687239999999999}},{"key":"mr_batch_compute_time","value":{"doubleValue":0.907}},{"key":"mr_batch_load_cpu_time","value":{"doubleValue":2.257638}},{"key":"mr_batch_load_time","value":{"doubleValue":2.955}},{"key":"mr_batch_status","value":{"stringValue":"OK"}},{"key":"mr_batch_total_cpu_time","value":{"doubleValue":3.1801}},{"key":"mr_batch_total_time","value":{"doubleValue":3.917}}],"status":{}}&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;But for flexibility, I consider this optional.&lt;/P&gt;&lt;P&gt;From here, there are many ways to get to your desired output. &amp;nbsp;Given that you only need mr_batch_compute_cpu_time, mr_batch_compute_time, mr_batch_load_cpu_time, mr_batch_load_time, and mr_strategy, I recommend to directly extract them; however, I strongly recommend adding mr_batchId to the list because that's a critical piece of information for you to corroborate data and validate your calculations.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;``` the following line is optional - improves efficiency if these are the only attributes of interest
| where match('spans{}', "mr_batchId")
```
| spath input=spans{} path=attributes{} output=attributes
| foreach mr_batchId mr_batch_compute_cpu_time mr_batch_compute_time mr_batch_load_cpu_time mr_batch_load_time mr_strategy
    [eval &amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt; = mvappend(&amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;, mvmap(attributes, if(spath(attributes, "key") != "&amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;", null(), spath(attributes, "value")))),
    &amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt; = coalesce(spath(&amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;, "doubleValue"), spath(&amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;, "stringValue"))]
| dedup _time mr_batchId
``` the above is key logic.  If there is any doubt, you can also use
| dedup _time mr_batchId mr_batch_compute_cpu_time mr_batch_compute_time
```
| table _time mr_batchId mr_batch_compute_cpu_time mr_batch_compute_time mr_batch_load_cpu_time mr_batch_load_time mr_strategy&lt;/LI-CODE&gt;&lt;P&gt;With this, the output will be&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;_time&lt;/TD&gt;&lt;TD&gt;mr_batchId&lt;/TD&gt;&lt;TD&gt;mr_batch_compute_cpu_time&lt;/TD&gt;&lt;TD&gt;mr_batch_compute_time&lt;/TD&gt;&lt;TD&gt;mr_batch_load_cpu_time&lt;/TD&gt;&lt;TD&gt;mr_batch_load_time&lt;/TD&gt;&lt;TD&gt;mr_strategy&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2025-04-12 23:55:21&lt;/TD&gt;&lt;TD&gt;37&lt;/TD&gt;&lt;TD&gt;2.042433&lt;/TD&gt;&lt;TD&gt;2.138&lt;/TD&gt;&lt;TD&gt;2.154398&lt;/TD&gt;&lt;TD&gt;2.852&lt;/TD&gt;&lt;TD&gt;typo_Collar Cap&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2025-04-12 23:55:21&lt;/TD&gt;&lt;TD&gt;58&lt;/TD&gt;&lt;TD&gt;0.8687239999999999&lt;/TD&gt;&lt;TD&gt;0.907&lt;/TD&gt;&lt;TD&gt;2.257638&lt;/TD&gt;&lt;TD&gt;2.955&lt;/TD&gt;&lt;TD&gt;typo_Non Deliv. Xccy Swap&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;There is no need to perform stats against _time.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Apr 2025 09:24:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splitting-one-row-into-multiple-rows/m-p/744071#M241224</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2025-04-13T09:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting one row into multiple rows.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splitting-one-row-into-multiple-rows/m-p/744074#M241225</link>
      <description>&lt;P&gt;Just for the sake of completness - stats by _time is fairly useful if you manipulate your timestamps (usually by means of bin/bucket).&lt;/P&gt;&lt;P&gt;With raw untouched _time it can be useful if you have several events emmited at the same time (and you can be 100% sure about that) and you have no other unique identifier to mark them by. But this is rather unlikely since separate events, even regarding the same "physical event" usually come from separate sources and are slightly offset in _time.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Apr 2025 11:27:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splitting-one-row-into-multiple-rows/m-p/744074#M241225</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2025-04-13T11:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting one row into multiple rows.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splitting-one-row-into-multiple-rows/m-p/744165#M241227</link>
      <description>&lt;P&gt;Wow, what a great answer to my issues! I am using this, and I want to thank you very much again. Thanks.&lt;/P&gt;&lt;P&gt;I did not spot the mr_batchID as unique - so i am using it now.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 09:54:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splitting-one-row-into-multiple-rows/m-p/744165#M241227</guid>
      <dc:creator>robertlynch2020</dc:creator>
      <dc:date>2025-04-15T09:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting one row into multiple rows.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splitting-one-row-into-multiple-rows/m-p/744166#M241228</link>
      <description>&lt;P&gt;That is a wonderful answer, and thanks very much. I did find another issue where I have multiple lines on the same line, so I have accepted another answer - but that very much&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 09:55:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splitting-one-row-into-multiple-rows/m-p/744166#M241228</guid>
      <dc:creator>robertlynch2020</dc:creator>
      <dc:date>2025-04-15T09:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting one row into multiple rows.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splitting-one-row-into-multiple-rows/m-p/744168#M241229</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Thanks for the answers on this. yes you have some good points that i will look into.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The data is distributed Trace from OTel. I am not sure how much I can change, but I will talk to the Developers.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 10:03:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splitting-one-row-into-multiple-rows/m-p/744168#M241229</guid>
      <dc:creator>robertlynch2020</dc:creator>
      <dc:date>2025-04-15T10:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting one row into multiple rows.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splitting-one-row-into-multiple-rows/m-p/744171#M241230</link>
      <description>&lt;P&gt;Well, sometimes you have to work what you have. Nothing shameful about it &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Just be aware that this format might require you to craft your searches much more thoughtfully if you want them to be relatively quick.&lt;/P&gt;&lt;P&gt;For example, since you have this whole keyname=something,value=somethingelse setup, you can't do a simple something=somethingelse search because that field isn't extracted and isn't know until you plow through your data with the foreach command.&lt;/P&gt;&lt;P&gt;But you can limit your initial search results in that case by simply searching for "somethingelse" as search term regardless of where in the event it is. This can hugely improve your search times.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 11:30:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splitting-one-row-into-multiple-rows/m-p/744171#M241230</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2025-04-15T11:30:56Z</dc:date>
    </item>
  </channel>
</rss>

