Splunk Search

regex help sliding pattern

marceloFinkiels
New Member

Given this input: 123456789
i need a regex that will match and produce: 123, 234, 345, 456, 567, 678, 789.

Thanks in advance!!
Marcelo

Tags (1)
0 Karma

marceloFinkiels
New Member

Received answer on another forum. FYI ... (written using C# syntax)
Regex regexObj = new Regex(@"(?=(\d{3}))");

HTH,
Marcelo Finkielsztein

0 Karma
Get Updates on the Splunk Community!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...