-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add automatic log drains for addons (#10)
- Loading branch information
1 parent
eda67ef
commit cff3966
Showing
4 changed files
with
76 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
### Migration from v0.2.0 of the module | ||
### REMOVE when releasing v1.0.0 | ||
|
||
moved { | ||
from = scalingo_log_drain.log_drain["elk"] | ||
to = scalingo_log_drain.app["elk"] | ||
} | ||
moved { | ||
from = scalingo_log_drain.log_drain["appsignal"] | ||
to = scalingo_log_drain.app["appsignal"] | ||
} | ||
moved { | ||
from = scalingo_log_drain.log_drain["logtail"] | ||
to = scalingo_log_drain.app["logtail"] | ||
} | ||
moved { | ||
from = scalingo_log_drain.log_drain["datadog"] | ||
to = scalingo_log_drain.app["datadog"] | ||
} | ||
moved { | ||
from = scalingo_log_drain.log_drain["ovh-graylog"] | ||
to = scalingo_log_drain.app["ovh-graylog"] | ||
} | ||
moved { | ||
from = scalingo_log_drain.log_drain["papertrail"] | ||
to = scalingo_log_drain.app["papertrail"] | ||
} | ||
moved { | ||
from = scalingo_log_drain.log_drain["logtail"] | ||
to = scalingo_log_drain.app["logtail"] | ||
} | ||
moved { | ||
from = scalingo_log_drain.log_drain["syslog"] | ||
to = scalingo_log_drain.app["syslog"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters