All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ppelin.zeppelin-influxdb.0.11.0.source-code.interpreter-setting.json Maven / Gradle / Ivy

There is a newer version: 0.11.2
Show newest version
[
  {
    "group": "influxdb",
    "name": "influxdb",
    "className": "org.apache.zeppelin.influxdb.InfluxDBInterpreter",
    "properties": {
      "influxdb.url": {
        "envName": null,
        "propertyName": "influxdb.url",
        "defaultValue": "http://localhost:9999",
        "description": "The URL for InfluxDB 2.X API",
        "type": "string"
      },
      "influxdb.token": {
        "envName": null,
        "propertyName": "influxdb.token",
        "defaultValue": "my-token",
        "description": "InfluxDB auth token",
        "type": "password"
      },
      "influxdb.org": {
        "envName": null,
        "propertyName": "influxdb.org",
        "defaultValue": "my-org",
        "description": "InfluxDB org name",
        "type": "string"
      },
      "influxdb.logLevel": {
        "envName": null,
        "propertyName": "influxdb.logLevel",
        "defaultValue": "NONE",
        "description": "InfluxDB http client library verbosity level (NONE, BASIC, HEADERS, BODY)",
        "type": "string"
      }
    },
    "editor": {
      "language": "sql",
      "editOnDblClick": false,
      "completionSupport": false
    }
  }
]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy