Splunk Search

How to get the populer distribution channel by geographicaly

gajananh999
Contributor

Dear All,

I have a data of insurance i want to check which is most popular channel of distribution by state.

Thanks and regards
Gajanan Hiroji

Tags (1)
0 Karma
1 Solution

Ayn
Legend

Well...

<yourbasesearch> | stats count by Channel,US_State

?

View solution in original post

0 Karma

Ayn
Legend

Well...

<yourbasesearch> | stats count by Channel,US_State

?

0 Karma

gajananh999
Contributor

Hey Ayn Thank you so much i got it what i want.

0 Karma

Ayn
Legend

There we go, it's easier to know what you mean when you give direct examples...

... | top 1 Channel by US_State

should give you what you want.

0 Karma

gajananh999
Contributor

This will give you all the channel with all the states i want all state with popular channel

it should be like

albama Direct
alaska Online
texas Broker

0 Karma

gajananh999
Contributor

Hey Ayn,
I Have Channel like
1. Direct
2. Agent
3. Broker
4. online

Every Policy created by using any one of this Channel.

So i have residency address of Policy Holder so i want find which Channel is popular in which all states

I extracted the US_State from the address of the Policy Holder

I think this will give you all you wanted.

0 Karma

Ayn
Legend

We need way more details than this. What does your data look like? What did you do so far (create field extractions, setup sourcetypes, ...?) What "channels of distributions" are you talking about? What exactly would be your desired end result?

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!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...