-
- `customer-stazzema`: Gong snippet TODO
- @noahtalerman: _User requested this because_ they want a convenient way to get all the data for all hosts, including local users and Fleet labels, via Fleet…
-
### Community Note
- Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help us …
-
### Extension
https://www.raycast.com/priithaamer/docker
### Description
Currently, as far as I know, we can connect to only one docker host using tcp://ip:2376. It would be nice if we could connec…
-
Hi!
In NixOS there is the option `networking.hosts` to configure the `/etc/hosts` file for additional DNS entries.
Example:
```nix
networking.hosts = {
"127.0.0.2" = ["other-localhost"];
…
-
The proxy functionality in vscode and the remote extension don't seem to accommodate the case where the dev machine is trapped behind a local proxy and the remote host has no such proxy.
My dev PCs h…
-
Is it possible to use more then one host as a monitoring endpoint?
Like with [dozzle](https://github.com/amir20/dozzle) you can add more then one host to see logs.
And I would like to ask if this …
-
NotFound: No such file or directory (os error 2): open '/etc/hosts'
```
at Object.open (ext:deno_fs/30_fs.js:633:21)
at Object.open (ext:deno_node/_fs/_fs_open.ts:80:10)
at ReadStream._…
-
Version: Deno 1.46.3 and 2.0.0-rc.7
OS: Macos Sequoia
Hello
I am trying to use this code:
```ts
import dns from "node:dns";
dns.lookup("mongo-1", (err, address, family) => {
console.e…
-
## Expected Behavior
All datanodes should be able to join a cluster regardless with any routeable docker network configuration.
## Current Behavior
OpenSearch publishes the internal docker network ad…
-
@mikermcneil: As a user in the API, I want to do everything I can do in the UI, including (via one single API request) running a live query with arbitrary SQL against any of the hosts I can target wit…