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

note about log files in FusionAuth Cloud #3295

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ section: get started
subcategory: run in the cloud
---
import Aside from 'src/components/Aside.astro';
import Breadcrumb from 'src/components/Breadcrumb.astro';
import InlineField from 'src/components/InlineField.astro';
import EnterpriseEditionBlurb from 'src/content/docs/_shared/_enterprise-edition-blurb.astro';
import LoadTestingIntro from 'src/content/docs/get-started/run-in-the-cloud/_load-testing-intro.mdx';
Expand Down Expand Up @@ -810,3 +811,4 @@ Since it is a managed service, there are additional limitations as well:
* You may not modify the Elasticsearch settings or view the Elasticsearch index directly. Among other things, this means that you can't use some of the [troubleshooting steps](/docs/operate/troubleshooting/troubleshooting) available to users self-hosting FusionAuth.
* OpenTelemetry data is not available on FusionAuth Cloud deployments.
* There is a limit of 1000 indexed fields. These include `user.data`, `registration.data` and standard indexed fields like `email`.
* In certain cases, only current log files are available for download under <Breadcrumb>System -> Logs</Breadcrumb>. If you need all log files, including those previously rotated, please [open a support ticket](https://account.fusionauth.io/account/support/).
mooreds marked this conversation as resolved.
Show resolved Hide resolved
Loading