Hi
I have one index -"main" which has index time extracted field-"status" and for status field I have included fields.conf as indexed=true.
Now I have created one summary index (abc) by populating data in using collect command and this summary index(abc) also contain "status" field.
Now when I try to search index=abc status="good" it won't provide me any results may be because it is trying to seach in metadata fields.
So what solution I could apply to see results.
Note- If I use index=abc| search status="good" will give me results.
Thanks,