I want to extract data between 2 curly brackets {} from below ErrorText string
Hi @Digvijay
Can you try this regex? I assumed your input field as error_text and output will be populated in error_inside.
<your_search_goes_here>
| rex field=error_text "\{(?<error_inside>[^\}]+)"
--
An upvote would be appreciated and Accept solution if this reply helps!
@venkatasri thank you so much .Perfect solution😊