Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetNotifyES (0.14 sec)

  1. internal/config/notify/parse.go

    			Key:   target.ElasticUsername,
    			Value: "",
    		},
    		config.KV{
    			Key:   target.ElasticPassword,
    			Value: "",
    		},
    	}
    )
    
    // GetNotifyES - returns a map of registered notification 'elasticsearch' targets
    func GetNotifyES(esKVS map[string]config.KVS, transport *http.Transport) (map[string]target.ElasticsearchArgs, error) {
    	esTargets := make(map[string]target.ElasticsearchArgs)
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Sep 06 23:06:30 UTC 2024
    - 47K bytes
    - Viewed (0)
Back to top