File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ def handler(event, context):
2525 if uri .startswith ('/go/status' ):
2626 return redirect ("https://grafana.v2.sondehub.org/d/bhdBI0KVz/infrastructure" )
2727 if uri .startswith ('/go/discord' ):
28- # Discord invite URL as of 2024 -04-12
29- return redirect ('https://discord.gg/DHd9UgenEb ' )
28+ # Discord invite URL as of 2025 -04-07
29+ return redirect ('https://discord.gg/G6QMVM3mCd ' )
3030 if uri .startswith ('/go/' ):
3131 tinyurl = uri .replace ("/go/" , "" )
3232 return redirect ('https://tinyurl.com/' + tinyurl )
Original file line number Diff line number Diff line change 2525def find_indexes ():
2626
2727 response = es .request ("" ,
28- "_cat/indices/predictions-*,-predictions-*-rollup?format=json" ,
28+ "_cat/indices/predictions-2024 *,-predictions-*-rollup?format=json" ,
2929 "GET" )
3030 return [x ['index' ] for x in response ]
3131 print (response )
You can’t perform that action at this time.
0 commit comments