Revert "Revert "ing""

This reverts commit 7e4a2f1775
This commit is contained in:
Administrator
2018-09-13 08:31:11 +00:00
parent 7e4a2f1775
commit 8bc927cf91
25 changed files with 375 additions and 0 deletions

View File

@@ -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"