https://github.com/osquery/osquery logo
#fleet
Title
r

Randy Heins

01/18/2023, 2:15 PM
Hi all! I'm trying to create a link to the Fleet UI to search for a specific hostname. You can interactively search in the
Hosts
tab of the UI which updates the the
query
parameter in the URL to something like
<https://fleetdm/hosts/manage/?query=myhostname&order_key=hostname&order_direction=asc>
. But copy/pasting that URL into a new session won't filter the hosts, it only provides the full list. Is there any way to populate the
query
variable with a URL so that it searches the list of all hosts without having to type your query into the search box? That would be a super-helpful feature to pivot from other apps like Splunk. TIA!
k

Kathy Satterlee

01/18/2023, 4:12 PM
Hi @Randy Heins! Great news, this works in the latest version of Fleet! I just posted the release announcement.
r

Randy Heins

01/18/2023, 6:37 PM
That's awesome! Thanks, Kathy 🙂
2 Views