opensearch-project / OpenSearch-Dashboards

📊 Open source visualization dashboards for OpenSearch.
https://opensearch.org/docs/latest/dashboards/index/
Apache License 2.0
1.69k stars 890 forks source link

[BUG] Modifying 'Meta fields' breaks data-series indexes in the UI #747

Open camAtGitHub opened 3 years ago

camAtGitHub commented 3 years ago

Describe the bug

Modifying 'Meta fields' breaks data-series indexes in the UI

To Reproduce Steps to reproduce the behavior:

  1. Go to Stack Management > Advanced Settings > Change 'Meta fields' to one only parameter ie. '_index'. > Save settings (limited testing shows any one param causes the bug)
  2. Follow your docs or my troubleshooting docs and create DS index type.
  3. Try create index-pattern (Stack management > Index pattern)
  4. Note how no time range is found.
  5. Cry over the hours wasted....

Expected behavior Show me logs / data / visualisations.

Resolution Go to Stack Management > Advanced Settings > Change ‘Meta fields’ and restore defaults

OpenSearch Version Docker based: opensearch:1.0.0

Dashboards Version Docker based: opensearch-dashboards:1.0.0

Plugins

As per opensearch-dashboards:1.0.0 and opensearch:1.0.0

Host/Environment (please complete the following information):

Additional Info Other info in https://github.com/opensearch-project/OpenSearch-Dashboards/issues/737

tmarkley commented 3 years ago

@camAtGitHub thanks for submitting this! Our team is investigating.