@@ -20,6 +20,21 @@ func (m *ElasticSearchMatcher) Key() string {
|
||||
func (m *ElasticSearchMatcher) Type() string {
|
||||
return "SEARCH"
|
||||
}
|
||||
func (m *ElasticSearchMatcher) Vendor(matchCtx *osm.MatchCtx) string {
|
||||
return "Elasticsearch"
|
||||
}
|
||||
|
||||
func (m *ElasticSearchMatcher) Version(matchCtx *osm.MatchCtx) string {
|
||||
return "UNKNOWN"
|
||||
}
|
||||
|
||||
func (m *ElasticSearchMatcher) OsType(matchCtx *osm.MatchCtx) string {
|
||||
return "UNKNOWN"
|
||||
}
|
||||
|
||||
func (m *ElasticSearchMatcher) OsVersion(matchCtx *osm.MatchCtx) string {
|
||||
return "UNKNOWN"
|
||||
}
|
||||
|
||||
func (m *ElasticSearchMatcher) Name(matchCtx *osm.MatchCtx) string {
|
||||
name := "ElasticSearch"
|
||||
|
||||
Reference in New Issue
Block a user