Help with opensearch and logstash

I’m having problem using two conf files in logstash. That is, when creating two indices.
It happens that when creating the Index patterns, the fields that should be separated in each index, are mixed up.
For example, I have an index with 19 fields and with 69 fields, after creating the Index patterns of the two, both appear with 69 fields.
Another thing, when selecting the Time field, the fields of the two indices to select appear.
Any suggestion?

Hi @angelogabeira - it looks like you might have created an index pattern wildcard that matches the two indices you’re talking about. If you want to treat them as two separate entities you may want to create two separate index patterns that only match one index each.

Nate