Hi Team,
I have data like below. and I want to create a funnel chart for knowing the conversion rate for 'Add to Pool'. The pre-defined funnel path is :
Step1- Open Page ->Step2 - Search->Step...
See more...
Hi Team,
I have data like below. and I want to create a funnel chart for knowing the conversion rate for 'Add to Pool'. The pre-defined funnel path is :
Step1- Open Page ->Step2 - Search->Step3 - Facted Search ->Step4 Export.
12:00:00, SID1, CustomerA, UserA, moduleA, pageA, Open PageA
12:00:01, SID1, CustomerA, UserA, moduleA, pageA, Search
12:00:02, SID1, CustomerA, UserA, moduleA, pageA, Faceted Search
12:00:03, SID1, CustomerA, UserA, moduleA, pageA, Export
12:00:01, SID2, CustomerB, UserB, moduleA, pageA, Open PageA
12:00:02, SID2, CustomerB, UserB, moduleA, pageA, Search
12:00:03, SID2, CustomerB, UserB, moduleA, pageA, AddtoPool
12:00:01, SID3, CustomerC, UserC, moduleA, pageA, Open PageA
12:00:02, SID3, CustomerC, UserC, moduleA, pageA, Search
12:00:03, SID3, CustomerC, UserC, moduleA, pageA, Facted Search
12:00:04, SID3, CustomerC, UserC, moduleA, pageA, Export
I attach the funnel chart created by python . Can splunk language achieve the same chart? I have already install the funnel visualization and calculate the count of each steps, but how let the funnel chart displayed according to the order of
Step1- Open Page ->Step2 - Search->Step3 - Facted Search ->Step4 Export.