fleet icon indicating copy to clipboard operation
fleet copied to clipboard

Add tab-complete in Fleet UI for custom tables

Open chelming opened this issue 5 years ago • 2 comments

Can we get custom tables exposed in the Fleet query box so we can tab-complete them?

What version of fleet are you using (fleet version --full)?

  fleet - version 2.0.0-rc3-10-g6bdddfa
  branch: 	master
  revision: 	6bdddfacf0c68314ec242a22205ad1982802a583
  build date: 	2018-07-23T13:04:03Z
  build user: 	root
  go version: 	go1.9.4

What operating system are you using?

RHEL 7

What did you do?

Tried creating a new query by typing in SELECT * FROM kolide_ and hitting <Tab>.

What did you expect to see?

A list of the kolide_* custom tables

What did you see instead?

Nothing 😞

chelming avatar Jul 27 '18 14:07 chelming

Now that extensions are somewhat popular and launcher has a growing number of custom tables we should consider adding support for this.

Just spitballing, a good way solution would be to move the .json file to a CDN and add additional tables in there. Letting the user specify a URL would be good as well.

Another idea? Something like this could play well with QueryHub ;)

groob avatar Jul 27 '18 14:07 groob

Any updates on this?

notmorpheus avatar Aug 25 '20 22:08 notmorpheus