I would like to do an Kibana index pattern able to match with this index :
I would like something work like this : network* OR system*
Is it possible ?
Thx for your help :) Hugo
CodePudding user response:
Then you can simply comma-separate them
network*,system*