Use the Interactive Flux REPL
To use the Flux REPL, build it from source using the Flux repository. For instructions, see the .
Use the REPL
To query data from InfluxDB (local or remote), provide the host, organization, and token parameters to the from() function.
bucket: "example-bucket",
org: "example-org",
)
Exit the REPL by pressing Control + D.