Regex pattern for field keyword

is there any possible to use regex pattern for field keyword name in visualization.

Actually,

I need to make a graph having field name either a.transaction or b.transaction. can i make *.transaction and plot a graph using kibana.. is there any possible?

Hi @Pandikannan_Jeyaprak,

I don't think you can do something like this through Visualization, but you can probably achieve something like this with a dedicated scripted field that would return value either of these fields depending on your use case, read more here.

Best,
Oleg

1 Like

Thanks for your reply @azasypkin.

i tried to create a scripted field as
return doc[/transaction/].value;

I got No match found error in field. Kindly suggest on this

@azasypkin : any luck for this :slight_smile:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.