Event log sorting in MX products

mike318
Getting noticed

Event log sorting in MX products

When sorting event logs of an MX product, I can only sort by 'Content filtering blocked URL' however, not by URL type. I want to be able to see the logs by the specific category defined. For example, sort by 'Dating' or 'Phishing'. 

 

 

Is there a way to do this that I am not aware of? 

3 Replies 3
Adam
Kind of a big deal

Sounds like you want to be able to sort by category.  It doesn't look like that is its own column.  That information appears to be concatenated onto the 'Details' column which I don't believe will be able to be filtered or sorted.  

 

Capture3.PNG

Adam R MS | CISSP, CISM, VCP, MCITP, CCNP, ITILv3, CMNO
If this was helpful click the Kudo button below
If my reply solved your issue, please mark it as a solution.
Adam
Kind of a big deal

Found a workaround for you.  If you download as a csv and open in excel.  You can use this formula and it'll parse out the details column into just the category.

 

=RIGHT(D2,LEN(D2)-(FIND("category",D2)+8))

 

If you are particularly finicky you could also probably do a replace  to get rid of the final "

 

Adam R MS | CISSP, CISM, VCP, MCITP, CCNP, ITILv3, CMNO
If this was helpful click the Kudo button below
If my reply solved your issue, please mark it as a solution.
mike318
Getting noticed

Thanks Adam. Yes, I know I can maybe works some things out in excel, but you can only export small sections of history. 

 

I am hopeful Meraki will implement the ability to do this in the dashboard. 

Get notified when there are additional replies to this discussion.
Welcome to the Meraki Community!
To start contributing, simply sign in with your Cisco account. If you don't yet have a Cisco account, you can sign up.
Labels