Versions (relevant - OpenSearch/Dashboard/Server OS/Browser): 3.6 - Google Chrome
Describe the issue: Does the index pattern (including data stream) automatically populate or does the user need to specify the pattern manually for creating Monitors → Select Data section ? Also as an admin, I can see only regular indices and not data streams from the drop down.
Relevant Logs or Screenshots
@muraliv There is already an issue (feature request) raised for this here.
Currently the only workaround is to add the index/data stream manually.
During local testing I also came across a UI bug, where if you enter index pattern that doesn’t exist, the “Time field” will not display the option to select “@timestamp” (which is expected), but if you then delete the entry of the incorrect index and enter the correct index, the “Time field” is not reset and still doesn’t display the option to add “@timestamp”, the way to fix this is to simply reload the page in the browser and enter the correct index. The options to select “Time field” will then appear correctly.
I will update the issue with this workaround too