Skip to content

Commit

Permalink
config: Add ILM subsytem
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishnan Parthasarathi authored and Krishnan Parthasarathi committed Feb 20, 2024
1 parent ef97810 commit 1409841
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions parse-config.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const (
CallhomeSubSys = "callhome"
BatchSubSys = "batch"
DriveSubSys = "drive"
ILMSubsys = "ilm"

NotifyKafkaSubSys = "notify_kafka"
NotifyMQTTSubSys = "notify_mqtt"
Expand Down Expand Up @@ -97,6 +98,7 @@ var SubSystems = set.CreateStringSet(
CallhomeSubSys,
BatchSubSys,
DriveSubSys,
ILMSubsys,
NotifyKafkaSubSys,
NotifyMQTTSubSys,
NotifyMySQLSubSys,
Expand Down

0 comments on commit 1409841

Please sign in to comment.