kolide / fleet

A flexible control server for osquery fleets
https://kolide.com/fleet
MIT License
1.1k stars 261 forks source link

Add tab-complete in Fleet UI for custom tables #1876

Open chelming opened 6 years ago

chelming commented 6 years ago

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 .

What did you expect to see?

A list of the kolide_* custom tables

What did you see instead?

Nothing 😞

groob commented 6 years ago

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 ;)

notmorpheus commented 4 years ago

Any updates on this?