Dashboards & Visualizations

Create a dash-board to count Errors by date

vikram1583
Explorer

I need to create a dashboard in that I need to count Number of logs by date and number of errors by date

Tags (1)
0 Karma
1 Solution

somesoni2
Revered Legend

Here you go

 your base search | bucket span=1d _time | stats count as total_logs count(eval(log_level="ERROR")) as total_errors by _time

View solution in original post

0 Karma

somesoni2
Revered Legend

Here you go

 your base search | bucket span=1d _time | stats count as total_logs count(eval(log_level="ERROR")) as total_errors by _time
0 Karma

somesoni2
Revered Legend

If you already have to the search query, you can run them and can save the result as dashboard panel. If you don't have a query, you'd have to share more details on your data, e.g. sample logs, base search and criteria on what is considered error. Generally, if you've a log_level field which has values like INFO/DEBUG/WARN/ERROR, you can do something like this:

your base search | stats count as total_logs count(eval(log_level="ERROR")) as total_errors
0 Karma

vikram1583
Explorer

I want these count by date can you modify it by date please
Thanks

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

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Calling All Security Pros: Ready to Race Through Boston?

Hey Splunkers, .conf25 is heading to Boston and we’re kicking things off with something bold, competitive, and ...

Beyond Detection: How Splunk and Cisco Integrated Security Platforms Transform ...

Financial services organizations face an impossible equation: maintain 99.9% uptime for mission-critical ...

Customer success is front and center at .conf25

Hi Splunkers, If you are not able to be at .conf25 in person, you can still learn about all the latest news ...