Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for GetNotifyES (0.39 seconds)

  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)
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 47.5K bytes
    - Click Count (0)
Back to Top