opensearch-project / dashboards-reporting

Apache License 2.0
9 stars 34 forks source link

[BUG] autocomplete not working when defining a filter #400

Closed jfwm2 closed 3 months ago

jfwm2 commented 3 months ago

What is the bug? The autocomplete is not working when defining a filter on OpenSearch Dashboards 2.14 (backend is OpenSearch 2.14)

How can one reproduce the bug? Steps to reproduce the behavior:

  1. Go to 'Discover'
  2. Click on '+ Add filter'
  3. In the 'EDIT FILTER' windows, select a field (“application” in the screenshot provided)
  4. Still in the 'EDIT FILTER' windows, choose the operator “is”
  5. Still whithin the 'EDIT FILTER' windows, in the “value” text-field, type a letter or more, but the autocomplete does not work
  6. Some error 500 are shown in the “chrome debugger” network tab (see screenshot provided)

What is the expected behavior? A clear and concise description of what you expected to happen.

What is your host/environment?

Do you have any screenshots? If applicable, add screenshots to help explain your problem. image-20240717-151021 image-20240725-142045

Do you have any additional context? Add any other context about the problem. This behavior was reproduced using various browser, OS

jfwm2 commented 3 months ago

Sorry I created this issue in the wrong repository - closing it For reference, I created this one: https://github.com/opensearch-project/OpenSearch-Dashboards/issues/7631