Splunk Search

How to capture multiple lines in rex

sid1808
Loves-to-Learn

HI all, 

I am trying to capture multiple lines between two strings in my log data. But so far have not been able to figure out a solution. 
the log data is as follows:

'calls': 'apfsae.providers.economic.china_jobs_data_provider.ChinaJobsProvider',

'db_connection': 'providers/database_connection :: qtrewd_iq',

'db_view_name': 'adweh.V_datayes_china_recruitment',

'calls': 'apfsae.providers.mappings.company_id_to_barra_mapper.BbToBarraMapper',

 

I want to capture lines starting from ChinaJobsProvider to 'calls': 
Thank you !

Labels (3)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Do you mean something like this

| rex "(?ms)ChinaJobsProvider'(?<lines>.*)'calls"

 

0 Karma

sid1808
Loves-to-Learn

Hi I used this but it matching with every record even if it contains this data or not. 

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Try it like this so it is less greedy

| rex "(?ms)ChinaJobsProvider'(?<lines>.*?)'calls"
0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Data Persistence in the OpenTelemetry Collector

This blog post is part of an ongoing series on OpenTelemetry. What happens if the OpenTelemetry collector ...

Introducing Splunk 10.0: Smarter, Faster, and More Powerful Than Ever

Now On Demand Whether you're managing complex deployments or looking to future-proof your data ...

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...