Dashboards & Visualizations

How to separate rows from a table ?

cleal
New Member

Hi

I´m new in splunk , I´m triying to build an table with this querie :

host="xxxx-pronto" | spath | rename logs{}.request.context.conversation_id AS id_Conversacion,logs{}.request.input.text AS Pregunta,logs{}.response.output.text{} AS Respuesta,logs{}.response_timestamp AS Fecha_Respuesta,logs{}.response.intents{}.intent AS Intencion | table id_Conversacion,Pregunta,Respuesta,Fecha_Respuesta,Intencion

alt text
But only i´m getting all results in a event .How can i separate all results in separate rows.

Thanks

Tags (1)
0 Karma

niketn
Legend

@cleal you should consider configuration for event line breaking within JSON data to separate events while indexing. (you seem to have timestamp for each row of multi-value events, which is good for extracting event timestamp). This would imply more time in indexing the data (possibly though Heavy Forwarder, if you do not want to load the indexers). However, this would also imply less load during search time while processing multi-value fields.

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"

kmaron
Motivator

I had a similar issue here: https://answers.splunk.com/answers/623015/question-involving-breaking-out-multiple-multivalu.html

Maybe that answer can help you as well.

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Introduction to Splunk AI

How are you using AI in Splunk? Whether you see AI as a threat or opportunity, AI is here to stay. Lucky for ...

Splunk + ThousandEyes: Correlate frontend, app, and network data to troubleshoot ...

Are you tired of troubleshooting delays caused by siloed frontend, application, and network data? We've got a ...

Maximizing the Value of Splunk ES 8.x

Splunk Enterprise Security (ES) continues to be a leader in the Gartner Magic Quadrant, reflecting its pivotal ...