Last active
September 20, 2018 10:00
-
-
Save itayw/f63a93370c7122ae51bd4d334aaecb5e to your computer and use it in GitHub Desktop.
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
{ | |
"policies": [{ | |
"limitBy": "days", | |
"limit": 30, | |
"pattern": "echo-raw-*", | |
"action": "close" | |
}, { | |
"limitBy": "days", | |
"limit": 45, | |
"pattern": "echo-raw-*", | |
"action": "delete" | |
}, { | |
"limitBy": "days", | |
"limit": 7, | |
"pattern": ".echo*", | |
"action": "delete" | |
}], | |
"interval": 60000 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment