Splunk Search

How to generate a search to find uncategorized URLS in IronPort?

pradeep577
Path Finder

Hi,

I'm new to Splunk area.

We have integrated Splunk with ironports. I need to search number of history to a particular website category for one hour. how do i go about it?

Thank you in advance

Tags (4)
0 Karma
1 Solution

pradeep577
Path Finder

I tried like this x_webcat_code_full="Uncategorized URLs"

i did get results.

View solution in original post

0 Karma

pradeep577
Path Finder

I tried like this x_webcat_code_full="Uncategorized URLs"

i did get results.

0 Karma

hunters_splunk
Splunk Employee
Splunk Employee

Hi pradeep577,

If you want hour as timescale, use the bin option.

... | bin _time span=1h | stats ...

I don't know your exact data structure, but assuming the site field captures which websites were accessed, you can use the search below to how hourly access counts to a specific website, or create a chart access counts by sites on an hourly basis:

  1. souretype="cisco:esa:http" | bin
    _time span=1h | stats count(eval(site=yourwebsite)) by
    _time

    souretype="cisco:esa:http" | bin _time span=1h | chart count over _time by site

Hope this helps. Thanks!
Hunter

0 Karma
Get Updates on the Splunk Community!

Technical Workshop Series: Splunk Data Management and SPL2 | Register here!

Hey, Splunk Community! Ready to take your data management skills to the next level? Join us for a 3-part ...

Spotting Financial Fraud in the Haystack: A Guide to Behavioral Analytics with Splunk

In today's digital financial ecosystem, security teams face an unprecedented challenge. The sheer volume of ...

Solve Problems Faster with New, Smarter AI and Integrations in Splunk Observability

Solve Problems Faster with New, Smarter AI and Integrations in Splunk Observability As businesses scale ...