Replies: 1 comment 1 reply
-
Hi @sswayney 👋 Sorry to hear you've run into trouble. Do you see any of the regular logs coming through over time about retention policies, metrics sampling, or gen 2 collections? Or is it completely quiet after that point indefinitely? There are a couple of things we could try:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Any help would be greatly appreciated.
We moved from a previous version of image to 2020. Then to 2021.1. Then the update to 2021.2 appears as though it is running but is unresponsive to posts for logs and requests from the ui. I am able to go back to 2021.1 and all is fine. But I am worried.
We use an .env file, but I don't think that would be an issue since it is the same as it has always been.
.env
SEQ_API_CANONICALURI=REMOVED_FOR_SEQ_TICKET
BASE_URI=REMOVED_FOR_SEQ_TICKET
HOST_HTTP_PORT=88
HOST_INGESTION_PORT=5341
HOST_PATH_TO_SEQ=/docker/volumes/seq/data
SETTINGS_KEY=REMOVED_FOR_SEQ_TICKET
docker-compose.yml
version: "2"
services:
seq:
image: 'datalust/seq:2021.2'
restart: always
container_name: seq_log_server
environment:
ACCEPT_EULA: Y
BASE_URI: ${BASE_URI}:${HOST_HTTP_PORT}
SEQ_API_CANONICALURI: ${SEQ_API_CANONICALURI}:${HOST_HTTP_PORT}
volumes:
ports:
Logs:
seq_log_server | ────────────────────────────────────────
seq_log_server | Seq ♦ Machine data, for humans.
seq_log_server | ─────────── © 2021 Datalust Pty Ltd ────
seq_log_server |
seq_log_server | Running as server; press Ctrl+C to exit.
seq_log_server |
seq_log_server | [18:13:55 INF] Seq "2021.2.5647" running on OS "Linux 3.10.0-1160.11.1.el7.x86_64 #1 SMP Fri Dec 18 16:34:56 UTC 2020"
seq_log_server | [18:13:55 INF] Seq detected 33736.536064 MB of RAM
seq_log_server | [18:13:56 INF] Opening event store at "/data/Stream/stream.flare"
seq_log_server | [18:13:56 INF] Opening metastore "/data/Documents/documents.lmdb"
seq_log_server | [18:13:56 INF] Cache warm-up is required
seq_log_server | [18:13:56 INF] Storage subsystem available
seq_log_server | [18:13:56 INF] Seq listening on ["http://localhost/", "http://localhost:5341/"]
seq_log_server | [18:13:56 INF] Seq using canonical URI "REMOVED_FOR_SEQ_TICKET:88/"
seq_log_server | [18:13:56 INF] Started "seqcli" process 135 for "appinstance-515"
seq_log_server | [18:13:56 INF] Started "seqcli" process 137 for "appinstance-139"
seq_log_server | [18:13:56 INF] Started "seqcli" process 136 for "appinstance-421"
Then, nothing.
Beta Was this translation helpful? Give feedback.
All reactions