All Apps and Add-ons

Website regex

darioapis
Explorer

Is it possible to use regex in configuration of the websites. Special, if my logs are on multiple servers. So can I use something like this :
vlp05([4-5]+). This shown example doesn't work so I am wondering what might work. Thanks.

0 Karma

jbjerke_splunk
Splunk Employee
Splunk Employee

Hi dariopis

No, only wildcards. You can use * or ? to replace multiple or single characters.

You could have two lines that both refers to the same same site:
vlp054*, siteA
vlp055*, siteA

j

Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...