Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document behaviour where succesfully ingested logs will not be queried from the ingester #8621

Open
wardbekker opened this issue Feb 24, 2023 · 0 comments
Labels
help wanted We would love help on these issues. Please come help us! type/docs Issues related to technical documentation; the Docs Squad uses this label across many repositories

Comments

@wardbekker
Copy link
Member

Observed behaviour:

  • Loki doesn't don't query ingesters for data that is older than 3 hours
  • Loki does support ingesting logs with a timestamp between now-7days -> now
  • Those logs are ingested, but these will not be queried from the ingesters (by design)
  • This can be confusing, as it looks like logs are not succesfully ingested.
  • These logs will be queryable after a flush and optionally expiration of the TTL of the cached query result in the result cache.

This issue is to not forget to document this behaviour.

@wardbekker wardbekker added the type/docs Issues related to technical documentation; the Docs Squad uses this label across many repositories label Feb 24, 2023
@JStickler JStickler added the help wanted We would love help on these issues. Please come help us! label Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted We would love help on these issues. Please come help us! type/docs Issues related to technical documentation; the Docs Squad uses this label across many repositories
Projects
None yet
Development

No branches or pull requests

2 participants