I have 3 panels. Each panels have the same query except 2nd line which contains patterns.
Eg. index="index_name" source="input.txt"
some regex pattern line ( only this line will be different in all three panels)
table id Action
All remaining lines will be same in all three panels.
How to create one summary index and implement as base search for all three panels
@Kirthika - Few questions:
Why do you want a summary index, just use a base search?
Thanks. But didn't get idea how to implement base search when only second line changes
Your base search would have the first line. Your panel searches would have the second lines followed by the common lines. You could put these in a macro if you want them all to use the same code.