kavilla / queryEnhancements

1 stars 4 forks source link

feat: [SQL] Do not register SQL if not supported in cluster #6

Open kavilla opened 3 months ago

kavilla commented 3 months ago

Regardless if Observability or the SQL plugin installed in the cluster. We still register the language. [SOURCE]

Which lets the language be selectable but one selected bug like this gets reported:

Switch from DQL to SQL/PPL: can't search SQL/PPL anymore. To add onto this, I think something's wrong with the SQL/PPL endpoints. getting a Error: {"error":"no handler found for uri [/_plugins/_sql] and method [POST]"}

Expected results

SQL does NOT get registered and displayed in language selector

Action items