Skip to content

Commit

Permalink
bugfix: change log-analytics created index prefix (#1463) (#1464)
Browse files Browse the repository at this point in the history
Co-authored-by: 郭刚平 <512979011@qq.com>
  • Loading branch information
erda-bot and snakorse authored Aug 16, 2021
1 parent c22c399 commit cfc8e7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"github.com/erda-project/erda/pkg/parser/diceyml"
)

const AddonLogIndexPrefix = "spotlogs-"
const AddonLogIndexPrefix = "rlogs-"

func (p *provider) IsMatch(tmc *db.Tmc) bool {
return tmc.Engine == handlers.ResourceLogAnalytics
Expand Down

0 comments on commit cfc8e7e

Please sign in to comment.