How-To Guides
Applications Guides
Set Up the Influx Client for InfluxQL Queries
4min
You can set up the Influx client to execute influxQL queries.
Make sure you do the following:
You will need to deploy the Influx container in Litmus Edge and specify the version you want to deploy.
To deploy the Influx container:
- In Litmus Edge, navigate to Applications > Containers. The Containers pane appears.
Click Run. The Enter command to run field appears.
- Enter the following command. Replace [your influxdb version] with the correct InfluxDB version (for example, influxdb:2.0).
The named container appears in the Containers pane and displays a running state. The container runs locally.
To provide the database user your created access to the Influx database, refer to the following resources and review the appropriate InfluxDB version:
After completing step 2, you can enter and execute InfluxQL Queries.
Refer to InfluxData Documentation to learn more.