Log viewer -- url parameter to encode the query?

Is there a way to construct a url into the log-viewer that will filter or query the data? I’d like to just show the logs for hostname=foo.example.com with something like:

e.g. https://192.168.122.5/chronograf/logs?query=hostname==foo.example.com

(with proper url encoding/etc.)

Is that possible?