Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for MINIO_NOTIFY_ELASTICSEARCH_ENABLE (0.3 sec)

  1. internal/event/target/elasticsearch.go

    	ElasticIndex      = "index"
    	ElasticQueueDir   = "queue_dir"
    	ElasticQueueLimit = "queue_limit"
    	ElasticUsername   = "username"
    	ElasticPassword   = "password"
    
    	EnvElasticEnable     = "MINIO_NOTIFY_ELASTICSEARCH_ENABLE"
    	EnvElasticFormat     = "MINIO_NOTIFY_ELASTICSEARCH_FORMAT"
    	EnvElasticURL        = "MINIO_NOTIFY_ELASTICSEARCH_URL"
    	EnvElasticIndex      = "MINIO_NOTIFY_ELASTICSEARCH_INDEX"
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Sep 06 23:06:30 UTC 2024
    - 15K bytes
    - Viewed (0)
  2. docs/bucket/notifications/README.md

    ```
    
    or environment variables
    
    ```
    KEY:
    notify_elasticsearch[:name]  publish bucket notifications to Elasticsearch endpoints
    
    ARGS:
    MINIO_NOTIFY_ELASTICSEARCH_ENABLE*      (on|off)             enable notify_elasticsearch target, default is 'off'
    MINIO_NOTIFY_ELASTICSEARCH_URL*         (url)                Elasticsearch server's address, with optional authentication info
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Jan 18 07:03:17 UTC 2024
    - 84K bytes
    - Viewed (0)
Back to top