Try something like this
your base search to get data from csv file | stats count(Users) as count by Zipcode
On the visualization, select Bar chart.
Assuming you load the csv file into Splunk, you could get the users per day by zipcode in a bar chart with something like this:
source="zipcodetest.csv" sourcetype="csv" | timechart span=1d count(user) by zipcode
Then choose the "Bar" visualization.
Thanks jvarmazis, I will make the changes and will update you..
Try something like this
your base search to get data from csv file | stats count(Users) as count by Zipcode
On the visualization, select Bar chart.
Thanks somesoni2, I will make the changes and will update you..
can you show an example of the csv file?
Hello,
I will make you available csv file soon..