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

ppelin.zeppelin-elasticsearch.0.12.0.source-code.interpreter-setting.json Maven / Gradle / Ivy

There is a newer version: 0.8.1
Show newest version
[
  {
    "group": "elasticsearch",
    "name": "elasticsearch",
    "className": "org.apache.zeppelin.elasticsearch.ElasticsearchInterpreter",
    "properties": {
      "elasticsearch.host": {
        "envName": "ELASTICSEARCH_HOST",
        "propertyName": "elasticsearch.host",
        "defaultValue": "localhost",
        "description": "The host for Elasticsearch",
        "type": "string"
      },
      "elasticsearch.port": {
        "envName": "ELASTICSEARCH_PORT",
        "propertyName": "elasticsearch.port",
        "defaultValue": "9300",
        "description": "The port for Elasticsearch",
        "type": "number"
      },
      "elasticsearch.client.type": {
        "envName": "ELASTICSEARCH_CLIENT_TYPE",
        "propertyName": "elasticsearch.client.type",
        "defaultValue": "transport",
        "description": "The type of client for Elasticsearch (transport or http or https)",
        "type": "string"
      },
      "elasticsearch.cluster.name": {
        "envName": "ELASTICSEARCH_CLUSTER_NAME",
        "propertyName": "elasticsearch.cluster.name",
        "defaultValue": "elasticsearch",
        "description": "The cluster name for Elasticsearch",
        "type": "string"
      },
      "elasticsearch.result.size": {
        "envName": "ELASTICSEARCH_RESULT_SIZE",
        "propertyName": "elasticsearch.result.size",
        "defaultValue": "10",
        "description": "The size of the result set of a search query",
        "type": "number"
      },
      "elasticsearch.basicauth.username": {
        "envName": "ELASTICSEARCH_BASIC_AUTH_USERNAME",
        "propertyName": "elasticsearch.basicauth.username",
        "defaultValue": "",
        "description": "Username for a basic authentication",
        "type": "string"
      },
      "elasticsearch.basicauth.password": {
        "envName": "ELASTICSEARCH_BASIC_AUTH_PASSWORD",
        "propertyName": "elasticsearch.basicauth.password",
        "defaultValue": "",
        "description": "Password for a basic authentication",
        "type": "password"
      }
    },
    "editor": {
      "editOnDblClick": false,
      "completionSupport": true
    }
  }
]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy