Regex for defining index patterns

I want to define an index pattern like log_sample-2019.09.1[0-2]. How can I do that in Kibana?

I don't think we support regexes, but if it's only 3 names you could use a comma-separated list for the index pattern.

Thanks for the suggestion, @wylie . How can I do that?

How to redefine it? Where do we find index patterns?


thermostats

@wylie can I do it via the API?

Kibana index patterns are in the Kibana -> Management -> Index patterns section. You can use a comma to separate the names, such as filebeat*,metricbeat* would be my index names.

11

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