diff --git a/.source/browser.ts b/.source/browser.ts index ed84d2b..0550544 100644 --- a/.source/browser.ts +++ b/.source/browser.ts @@ -7,7 +7,7 @@ const create = browser(); const browserCollections = { - docs: create.doc("docs", {"architecture.mdx": () => import("../content/docs/architecture.mdx?collection=docs"), "benchmarks.mdx": () => import("../content/docs/benchmarks.mdx?collection=docs"), "design-choices.mdx": () => import("../content/docs/design-choices.mdx?collection=docs"), "features.mdx": () => import("../content/docs/features.mdx?collection=docs"), "get-started.mdx": () => import("../content/docs/get-started.mdx?collection=docs"), "index.mdx": () => import("../content/docs/index.mdx?collection=docs"), "ingestion.mdx": () => import("../content/docs/ingestion.mdx?collection=docs"), "introduction.mdx": () => import("../content/docs/introduction.mdx?collection=docs"), "query.mdx": () => import("../content/docs/query.mdx?collection=docs"), "release-notes.mdx": () => import("../content/docs/release-notes.mdx?collection=docs"), "alerting/alert-manager.mdx": () => import("../content/docs/alerting/alert-manager.mdx?collection=docs"), "api/index.mdx": () => import("../content/docs/api/index.mdx?collection=docs"), "cookbook/agentic-observability.mdx": () => import("../content/docs/cookbook/agentic-observability.mdx?collection=docs"), "cookbook/instrumentation.mdx": () => import("../content/docs/cookbook/instrumentation.mdx?collection=docs"), "cookbook/tool-calls.mdx": () => import("../content/docs/cookbook/tool-calls.mdx?collection=docs"), "enterprise/index.mdx": () => import("../content/docs/enterprise/index.mdx?collection=docs"), "flavours/enterprise.mdx": () => import("../content/docs/flavours/enterprise.mdx?collection=docs"), "flavours/oss.mdx": () => import("../content/docs/flavours/oss.mdx?collection=docs"), "flavours/pro.mdx": () => import("../content/docs/flavours/pro.mdx?collection=docs"), "ingest-data/auto-instrumentation.mdx": () => import("../content/docs/ingest-data/auto-instrumentation.mdx?collection=docs"), "ingest-data/prometheus.mdx": () => import("../content/docs/ingest-data/prometheus.mdx?collection=docs"), "ingest-data/zero-instrumentation.mdx": () => import("../content/docs/ingest-data/zero-instrumentation.mdx?collection=docs"), "integrations/index.mdx": () => import("../content/docs/integrations/index.mdx?collection=docs"), "key-concepts/data-model.mdx": () => import("../content/docs/key-concepts/data-model.mdx?collection=docs"), "key-concepts/high-availability.mdx": () => import("../content/docs/key-concepts/high-availability.mdx?collection=docs"), "key-concepts/index.mdx": () => import("../content/docs/key-concepts/index.mdx?collection=docs"), "key-concepts/partitioning.mdx": () => import("../content/docs/key-concepts/partitioning.mdx?collection=docs"), "key-concepts/query.mdx": () => import("../content/docs/key-concepts/query.mdx?collection=docs"), "key-concepts/storage.mdx": () => import("../content/docs/key-concepts/storage.mdx?collection=docs"), "llm/text-to-sql.mdx": () => import("../content/docs/llm/text-to-sql.mdx?collection=docs"), "quickstart/binary.mdx": () => import("../content/docs/quickstart/binary.mdx?collection=docs"), "quickstart/cloud.mdx": () => import("../content/docs/quickstart/cloud.mdx?collection=docs"), "quickstart/docker.mdx": () => import("../content/docs/quickstart/docker.mdx?collection=docs"), "self-hosted/configuration.mdx": () => import("../content/docs/self-hosted/configuration.mdx?collection=docs"), "self-hosted/metrics.mdx": () => import("../content/docs/self-hosted/metrics.mdx?collection=docs"), "self-hosted/telemetry.mdx": () => import("../content/docs/self-hosted/telemetry.mdx?collection=docs"), "storage/awss3.mdx": () => import("../content/docs/storage/awss3.mdx?collection=docs"), "user-guide/api-keys.mdx": () => import("../content/docs/user-guide/api-keys.mdx?collection=docs"), "user-guide/dashboards.mdx": () => import("../content/docs/user-guide/dashboards.mdx?collection=docs"), "user-guide/errors.mdx": () => import("../content/docs/user-guide/errors.mdx?collection=docs"), "user-guide/log-iq.mdx": () => import("../content/docs/user-guide/log-iq.mdx?collection=docs"), "user-guide/logs.mdx": () => import("../content/docs/user-guide/logs.mdx?collection=docs"), "user-guide/metrics.mdx": () => import("../content/docs/user-guide/metrics.mdx?collection=docs"), "user-guide/openid.mdx": () => import("../content/docs/user-guide/openid.mdx?collection=docs"), "user-guide/promql.mdx": () => import("../content/docs/user-guide/promql.mdx?collection=docs"), "user-guide/rbac.mdx": () => import("../content/docs/user-guide/rbac.mdx?collection=docs"), "user-guide/retention.mdx": () => import("../content/docs/user-guide/retention.mdx?collection=docs"), "user-guide/smart-cache.mdx": () => import("../content/docs/user-guide/smart-cache.mdx?collection=docs"), "user-guide/sql-editor.mdx": () => import("../content/docs/user-guide/sql-editor.mdx?collection=docs"), "user-guide/traces.mdx": () => import("../content/docs/user-guide/traces.mdx?collection=docs"), "api/v1/ingest.mdx": () => import("../content/docs/api/v1/ingest.mdx?collection=docs"), "api/v1/query.mdx": () => import("../content/docs/api/v1/query.mdx?collection=docs"), "cloud-provider/aws/aws-data-firehose.mdx": () => import("../content/docs/cloud-provider/aws/aws-data-firehose.mdx?collection=docs"), "cloud-provider/aws/intro.mdx": () => import("../content/docs/cloud-provider/aws/intro.mdx?collection=docs"), "cloud-provider/aws/lambda.mdx": () => import("../content/docs/cloud-provider/aws/lambda.mdx?collection=docs"), "cloud-provider/azure/api-service.mdx": () => import("../content/docs/cloud-provider/azure/api-service.mdx?collection=docs"), "cloud-provider/azure/service-bus.mdx": () => import("../content/docs/cloud-provider/azure/service-bus.mdx?collection=docs"), "ingest-data/ai-agents/anthropic.mdx": () => import("../content/docs/ingest-data/ai-agents/anthropic.mdx?collection=docs"), "ingest-data/ai-agents/autogen.mdx": () => import("../content/docs/ingest-data/ai-agents/autogen.mdx?collection=docs"), "ingest-data/ai-agents/crewai.mdx": () => import("../content/docs/ingest-data/ai-agents/crewai.mdx?collection=docs"), "ingest-data/ai-agents/dspy.mdx": () => import("../content/docs/ingest-data/ai-agents/dspy.mdx?collection=docs"), "ingest-data/ai-agents/index.mdx": () => import("../content/docs/ingest-data/ai-agents/index.mdx?collection=docs"), "ingest-data/ai-agents/langchain.mdx": () => import("../content/docs/ingest-data/ai-agents/langchain.mdx?collection=docs"), "ingest-data/ai-agents/litellm.mdx": () => import("../content/docs/ingest-data/ai-agents/litellm.mdx?collection=docs"), "ingest-data/ai-agents/llamaindex.mdx": () => import("../content/docs/ingest-data/ai-agents/llamaindex.mdx?collection=docs"), "ingest-data/ai-agents/n8n.mdx": () => import("../content/docs/ingest-data/ai-agents/n8n.mdx?collection=docs"), "ingest-data/ai-agents/openai.mdx": () => import("../content/docs/ingest-data/ai-agents/openai.mdx?collection=docs"), "ingest-data/ai-agents/openrouter.mdx": () => import("../content/docs/ingest-data/ai-agents/openrouter.mdx?collection=docs"), "ingest-data/ai-agents/temporal.mdx": () => import("../content/docs/ingest-data/ai-agents/temporal.mdx?collection=docs"), "ingest-data/ai-agents/vllm.mdx": () => import("../content/docs/ingest-data/ai-agents/vllm.mdx?collection=docs"), "ingest-data/containers/amazon-ecs.mdx": () => import("../content/docs/ingest-data/containers/amazon-ecs.mdx?collection=docs"), "ingest-data/containers/amazon-eks.mdx": () => import("../content/docs/ingest-data/containers/amazon-eks.mdx?collection=docs"), "ingest-data/containers/azure-aks.mdx": () => import("../content/docs/ingest-data/containers/azure-aks.mdx?collection=docs"), "ingest-data/containers/docker.mdx": () => import("../content/docs/ingest-data/containers/docker.mdx?collection=docs"), "ingest-data/containers/google-gke.mdx": () => import("../content/docs/ingest-data/containers/google-gke.mdx?collection=docs"), "ingest-data/containers/kubernetes.mdx": () => import("../content/docs/ingest-data/containers/kubernetes.mdx?collection=docs"), "ingest-data/cloud/aws-cloudwatch.mdx": () => import("../content/docs/ingest-data/cloud/aws-cloudwatch.mdx?collection=docs"), "ingest-data/cloud/aws-kinesis.mdx": () => import("../content/docs/ingest-data/cloud/aws-kinesis.mdx?collection=docs"), "ingest-data/cloud/azure-event-hubs.mdx": () => import("../content/docs/ingest-data/cloud/azure-event-hubs.mdx?collection=docs"), "ingest-data/cloud/gcp-pubsub.mdx": () => import("../content/docs/ingest-data/cloud/gcp-pubsub.mdx?collection=docs"), "ingest-data/cicd/argocd.mdx": () => import("../content/docs/ingest-data/cicd/argocd.mdx?collection=docs"), "ingest-data/cicd/circleci.mdx": () => import("../content/docs/ingest-data/cicd/circleci.mdx?collection=docs"), "ingest-data/cicd/github-actions.mdx": () => import("../content/docs/ingest-data/cicd/github-actions.mdx?collection=docs"), "ingest-data/cicd/gitlab-ci.mdx": () => import("../content/docs/ingest-data/cicd/gitlab-ci.mdx?collection=docs"), "ingest-data/cicd/jenkins.mdx": () => import("../content/docs/ingest-data/cicd/jenkins.mdx?collection=docs"), "ingest-data/cicd/terraform.mdx": () => import("../content/docs/ingest-data/cicd/terraform.mdx?collection=docs"), "ingest-data/databases/elasticsearch.mdx": () => import("../content/docs/ingest-data/databases/elasticsearch.mdx?collection=docs"), "ingest-data/databases/mongodb.mdx": () => import("../content/docs/ingest-data/databases/mongodb.mdx?collection=docs"), "ingest-data/databases/mysql.mdx": () => import("../content/docs/ingest-data/databases/mysql.mdx?collection=docs"), "ingest-data/databases/postgresql.mdx": () => import("../content/docs/ingest-data/databases/postgresql.mdx?collection=docs"), "ingest-data/databases/redis.mdx": () => import("../content/docs/ingest-data/databases/redis.mdx?collection=docs"), "ingest-data/otel/index.mdx": () => import("../content/docs/ingest-data/otel/index.mdx?collection=docs"), "ingest-data/otel/logs.mdx": () => import("../content/docs/ingest-data/otel/logs.mdx?collection=docs"), "ingest-data/otel/metrics.mdx": () => import("../content/docs/ingest-data/otel/metrics.mdx?collection=docs"), "ingest-data/otel/traces.mdx": () => import("../content/docs/ingest-data/otel/traces.mdx?collection=docs"), "ingest-data/logging-agents/apache-log-4j.mdx": () => import("../content/docs/ingest-data/logging-agents/apache-log-4j.mdx?collection=docs"), "ingest-data/logging-agents/filebeat.mdx": () => import("../content/docs/ingest-data/logging-agents/filebeat.mdx?collection=docs"), "ingest-data/logging-agents/fluent-bit.mdx": () => import("../content/docs/ingest-data/logging-agents/fluent-bit.mdx?collection=docs"), "ingest-data/logging-agents/fluentd.mdx": () => import("../content/docs/ingest-data/logging-agents/fluentd.mdx?collection=docs"), "ingest-data/logging-agents/index.mdx": () => import("../content/docs/ingest-data/logging-agents/index.mdx?collection=docs"), "ingest-data/logging-agents/logstash.mdx": () => import("../content/docs/ingest-data/logging-agents/logstash.mdx?collection=docs"), "ingest-data/logging-agents/otel-collector.mdx": () => import("../content/docs/ingest-data/logging-agents/otel-collector.mdx?collection=docs"), "ingest-data/logging-agents/prometheus.mdx": () => import("../content/docs/ingest-data/logging-agents/prometheus.mdx?collection=docs"), "ingest-data/logging-agents/promtail.mdx": () => import("../content/docs/ingest-data/logging-agents/promtail.mdx?collection=docs"), "ingest-data/logging-agents/syslog.mdx": () => import("../content/docs/ingest-data/logging-agents/syslog.mdx?collection=docs"), "ingest-data/logging-agents/vector.mdx": () => import("../content/docs/ingest-data/logging-agents/vector.mdx?collection=docs"), "ingest-data/security/falco.mdx": () => import("../content/docs/ingest-data/security/falco.mdx?collection=docs"), "ingest-data/security/siem-export.mdx": () => import("../content/docs/ingest-data/security/siem-export.mdx?collection=docs"), "ingest-data/security/trivy.mdx": () => import("../content/docs/ingest-data/security/trivy.mdx?collection=docs"), "ingest-data/programming-languages/csharp.mdx": () => import("../content/docs/ingest-data/programming-languages/csharp.mdx?collection=docs"), "ingest-data/programming-languages/dotnet.mdx": () => import("../content/docs/ingest-data/programming-languages/dotnet.mdx?collection=docs"), "ingest-data/programming-languages/go.mdx": () => import("../content/docs/ingest-data/programming-languages/go.mdx?collection=docs"), "ingest-data/programming-languages/index.mdx": () => import("../content/docs/ingest-data/programming-languages/index.mdx?collection=docs"), "ingest-data/programming-languages/java.mdx": () => import("../content/docs/ingest-data/programming-languages/java.mdx?collection=docs"), "ingest-data/programming-languages/javascript.mdx": () => import("../content/docs/ingest-data/programming-languages/javascript.mdx?collection=docs"), "ingest-data/programming-languages/php.mdx": () => import("../content/docs/ingest-data/programming-languages/php.mdx?collection=docs"), "ingest-data/programming-languages/python.mdx": () => import("../content/docs/ingest-data/programming-languages/python.mdx?collection=docs"), "ingest-data/programming-languages/ruby.mdx": () => import("../content/docs/ingest-data/programming-languages/ruby.mdx?collection=docs"), "ingest-data/programming-languages/rust.mdx": () => import("../content/docs/ingest-data/programming-languages/rust.mdx?collection=docs"), "ingest-data/streaming/cribl.mdx": () => import("../content/docs/ingest-data/streaming/cribl.mdx?collection=docs"), "ingest-data/streaming/kafka.mdx": () => import("../content/docs/ingest-data/streaming/kafka.mdx?collection=docs"), "ingest-data/streaming/nats.mdx": () => import("../content/docs/ingest-data/streaming/nats.mdx?collection=docs"), "ingest-data/streaming/rabbitmq.mdx": () => import("../content/docs/ingest-data/streaming/rabbitmq.mdx?collection=docs"), "ingest-data/streaming/redpanda.mdx": () => import("../content/docs/ingest-data/streaming/redpanda.mdx?collection=docs"), "integrations/alerting/discord.mdx": () => import("../content/docs/integrations/alerting/discord.mdx?collection=docs"), "integrations/alerting/email.mdx": () => import("../content/docs/integrations/alerting/email.mdx?collection=docs"), "integrations/alerting/microsoft-teams.mdx": () => import("../content/docs/integrations/alerting/microsoft-teams.mdx?collection=docs"), "integrations/alerting/opsgenie.mdx": () => import("../content/docs/integrations/alerting/opsgenie.mdx?collection=docs"), "integrations/alerting/pagerduty.mdx": () => import("../content/docs/integrations/alerting/pagerduty.mdx?collection=docs"), "integrations/alerting/slack.mdx": () => import("../content/docs/integrations/alerting/slack.mdx?collection=docs"), "integrations/alerting/webhook.mdx": () => import("../content/docs/integrations/alerting/webhook.mdx?collection=docs"), "integrations/auth/auth0.mdx": () => import("../content/docs/integrations/auth/auth0.mdx?collection=docs"), "integrations/auth/authentik.mdx": () => import("../content/docs/integrations/auth/authentik.mdx?collection=docs"), "integrations/auth/azure-ad.mdx": () => import("../content/docs/integrations/auth/azure-ad.mdx?collection=docs"), "integrations/auth/google-workspace.mdx": () => import("../content/docs/integrations/auth/google-workspace.mdx?collection=docs"), "integrations/auth/keycloak.mdx": () => import("../content/docs/integrations/auth/keycloak.mdx?collection=docs"), "integrations/auth/ldap.mdx": () => import("../content/docs/integrations/auth/ldap.mdx?collection=docs"), "integrations/auth/okta.mdx": () => import("../content/docs/integrations/auth/okta.mdx?collection=docs"), "overview/key-concepts/data-model.mdx": () => import("../content/docs/overview/key-concepts/data-model.mdx?collection=docs"), "overview/key-concepts/index.mdx": () => import("../content/docs/overview/key-concepts/index.mdx?collection=docs"), "overview/key-concepts/ingestion.mdx": () => import("../content/docs/overview/key-concepts/ingestion.mdx?collection=docs"), "overview/key-concepts/partitioning.mdx": () => import("../content/docs/overview/key-concepts/partitioning.mdx?collection=docs"), "overview/key-concepts/query.mdx": () => import("../content/docs/overview/key-concepts/query.mdx?collection=docs"), "overview/key-concepts/storage.mdx": () => import("../content/docs/overview/key-concepts/storage.mdx?collection=docs"), "integrations/visualization/apache-superset.mdx": () => import("../content/docs/integrations/visualization/apache-superset.mdx?collection=docs"), "integrations/visualization/grafana.mdx": () => import("../content/docs/integrations/visualization/grafana.mdx?collection=docs"), "integrations/visualization/looker.mdx": () => import("../content/docs/integrations/visualization/looker.mdx?collection=docs"), "integrations/visualization/metabase.mdx": () => import("../content/docs/integrations/visualization/metabase.mdx?collection=docs"), "integrations/visualization/redash.mdx": () => import("../content/docs/integrations/visualization/redash.mdx?collection=docs"), "integrations/visualization/tableau.mdx": () => import("../content/docs/integrations/visualization/tableau.mdx?collection=docs"), "self-hosted/storage-targets/aws-s3.mdx": () => import("../content/docs/self-hosted/storage-targets/aws-s3.mdx?collection=docs"), "self-hosted/storage-targets/azure-blob-storage.mdx": () => import("../content/docs/self-hosted/storage-targets/azure-blob-storage.mdx?collection=docs"), "self-hosted/storage-targets/digitalocean-spaces.mdx": () => import("../content/docs/self-hosted/storage-targets/digitalocean-spaces.mdx?collection=docs"), "self-hosted/storage-targets/gcp-storage.mdx": () => import("../content/docs/self-hosted/storage-targets/gcp-storage.mdx?collection=docs"), "self-hosted/installation/index.mdx": () => import("../content/docs/self-hosted/installation/index.mdx?collection=docs"), "user-guide/agent-observability/auto-instrumentation.mdx": () => import("../content/docs/user-guide/agent-observability/auto-instrumentation.mdx?collection=docs"), "user-guide/agent-observability/index.mdx": () => import("../content/docs/user-guide/agent-observability/index.mdx?collection=docs"), "user-guide/agent-observability/manual-instrumentation.mdx": () => import("../content/docs/user-guide/agent-observability/manual-instrumentation.mdx?collection=docs"), "user-guide/agent-observability/schema-reference.mdx": () => import("../content/docs/user-guide/agent-observability/schema-reference.mdx?collection=docs"), "user-guide/agent-observability/sql-queries.mdx": () => import("../content/docs/user-guide/agent-observability/sql-queries.mdx?collection=docs"), "user-guide/ai-native/index.mdx": () => import("../content/docs/user-guide/ai-native/index.mdx?collection=docs"), "user-guide/ai-native/keystone.mdx": () => import("../content/docs/user-guide/ai-native/keystone.mdx?collection=docs"), "user-guide/ai-native/summary.mdx": () => import("../content/docs/user-guide/ai-native/summary.mdx?collection=docs"), "user-guide/ai-native/text-to-sql.mdx": () => import("../content/docs/user-guide/ai-native/text-to-sql.mdx?collection=docs"), "user-guide/alerting/anomaly.mdx": () => import("../content/docs/user-guide/alerting/anomaly.mdx?collection=docs"), "user-guide/alerting/forecasting.mdx": () => import("../content/docs/user-guide/alerting/forecasting.mdx?collection=docs"), "user-guide/alerting/index.mdx": () => import("../content/docs/user-guide/alerting/index.mdx?collection=docs"), "user-guide/alerting/standard-threshold.mdx": () => import("../content/docs/user-guide/alerting/standard-threshold.mdx?collection=docs"), "self-hosted/installation/distributed/docker-compose.mdx": () => import("../content/docs/self-hosted/installation/distributed/docker-compose.mdx?collection=docs"), "self-hosted/installation/distributed/k8s-helm.mdx": () => import("../content/docs/self-hosted/installation/distributed/k8s-helm.mdx?collection=docs"), "self-hosted/installation/distributed/linux.mdx": () => import("../content/docs/self-hosted/installation/distributed/linux.mdx?collection=docs"), "self-hosted/installation/distributed/railway.mdx": () => import("../content/docs/self-hosted/installation/distributed/railway.mdx?collection=docs"), "self-hosted/installation/standalone/aws-ecs.mdx": () => import("../content/docs/self-hosted/installation/standalone/aws-ecs.mdx?collection=docs"), "self-hosted/installation/standalone/aws-eks.mdx": () => import("../content/docs/self-hosted/installation/standalone/aws-eks.mdx?collection=docs"), "self-hosted/installation/standalone/docker.mdx": () => import("../content/docs/self-hosted/installation/standalone/docker.mdx?collection=docs"), "self-hosted/installation/standalone/k8s.mdx": () => import("../content/docs/self-hosted/installation/standalone/k8s.mdx?collection=docs"), "self-hosted/installation/standalone/linux.mdx": () => import("../content/docs/self-hosted/installation/standalone/linux.mdx?collection=docs"), "self-hosted/installation/standalone/railway.mdx": () => import("../content/docs/self-hosted/installation/standalone/railway.mdx?collection=docs"), "api/v1/logstream/stream_name/delete.mdx": () => import("../content/docs/api/v1/logstream/stream_name/delete.mdx?collection=docs"), "api/v1/logstream/stream_name/post.mdx": () => import("../content/docs/api/v1/logstream/stream_name/post.mdx?collection=docs"), "api/v1/logstream/stream_name/put.mdx": () => import("../content/docs/api/v1/logstream/stream_name/put.mdx?collection=docs"), }), + docs: create.doc("docs", {"architecture.mdx": () => import("../content/docs/architecture.mdx?collection=docs"), "benchmarks.mdx": () => import("../content/docs/benchmarks.mdx?collection=docs"), "design-choices.mdx": () => import("../content/docs/design-choices.mdx?collection=docs"), "features.mdx": () => import("../content/docs/features.mdx?collection=docs"), "get-started.mdx": () => import("../content/docs/get-started.mdx?collection=docs"), "index.mdx": () => import("../content/docs/index.mdx?collection=docs"), "ingestion.mdx": () => import("../content/docs/ingestion.mdx?collection=docs"), "introduction.mdx": () => import("../content/docs/introduction.mdx?collection=docs"), "query.mdx": () => import("../content/docs/query.mdx?collection=docs"), "release-notes.mdx": () => import("../content/docs/release-notes.mdx?collection=docs"), "alerting/alert-manager.mdx": () => import("../content/docs/alerting/alert-manager.mdx?collection=docs"), "api/index.mdx": () => import("../content/docs/api/index.mdx?collection=docs"), "cookbook/agentic-observability.mdx": () => import("../content/docs/cookbook/agentic-observability.mdx?collection=docs"), "cookbook/instrumentation.mdx": () => import("../content/docs/cookbook/instrumentation.mdx?collection=docs"), "cookbook/tool-calls.mdx": () => import("../content/docs/cookbook/tool-calls.mdx?collection=docs"), "enterprise/index.mdx": () => import("../content/docs/enterprise/index.mdx?collection=docs"), "flavours/enterprise.mdx": () => import("../content/docs/flavours/enterprise.mdx?collection=docs"), "flavours/oss.mdx": () => import("../content/docs/flavours/oss.mdx?collection=docs"), "flavours/pro.mdx": () => import("../content/docs/flavours/pro.mdx?collection=docs"), "integrations/index.mdx": () => import("../content/docs/integrations/index.mdx?collection=docs"), "ingest-data/auto-instrumentation.mdx": () => import("../content/docs/ingest-data/auto-instrumentation.mdx?collection=docs"), "ingest-data/prometheus.mdx": () => import("../content/docs/ingest-data/prometheus.mdx?collection=docs"), "ingest-data/zero-instrumentation.mdx": () => import("../content/docs/ingest-data/zero-instrumentation.mdx?collection=docs"), "key-concepts/data-model.mdx": () => import("../content/docs/key-concepts/data-model.mdx?collection=docs"), "key-concepts/high-availability.mdx": () => import("../content/docs/key-concepts/high-availability.mdx?collection=docs"), "key-concepts/index.mdx": () => import("../content/docs/key-concepts/index.mdx?collection=docs"), "key-concepts/partitioning.mdx": () => import("../content/docs/key-concepts/partitioning.mdx?collection=docs"), "key-concepts/query.mdx": () => import("../content/docs/key-concepts/query.mdx?collection=docs"), "key-concepts/storage.mdx": () => import("../content/docs/key-concepts/storage.mdx?collection=docs"), "llm/text-to-sql.mdx": () => import("../content/docs/llm/text-to-sql.mdx?collection=docs"), "quickstart/binary.mdx": () => import("../content/docs/quickstart/binary.mdx?collection=docs"), "quickstart/cloud.mdx": () => import("../content/docs/quickstart/cloud.mdx?collection=docs"), "quickstart/docker.mdx": () => import("../content/docs/quickstart/docker.mdx?collection=docs"), "self-hosted/aws.mdx": () => import("../content/docs/self-hosted/aws.mdx?collection=docs"), "self-hosted/configuration.mdx": () => import("../content/docs/self-hosted/configuration.mdx?collection=docs"), "self-hosted/metrics.mdx": () => import("../content/docs/self-hosted/metrics.mdx?collection=docs"), "self-hosted/telemetry.mdx": () => import("../content/docs/self-hosted/telemetry.mdx?collection=docs"), "storage/awss3.mdx": () => import("../content/docs/storage/awss3.mdx?collection=docs"), "user-guide/api-keys.mdx": () => import("../content/docs/user-guide/api-keys.mdx?collection=docs"), "user-guide/dashboards.mdx": () => import("../content/docs/user-guide/dashboards.mdx?collection=docs"), "user-guide/errors.mdx": () => import("../content/docs/user-guide/errors.mdx?collection=docs"), "user-guide/log-iq.mdx": () => import("../content/docs/user-guide/log-iq.mdx?collection=docs"), "user-guide/logs.mdx": () => import("../content/docs/user-guide/logs.mdx?collection=docs"), "user-guide/metrics.mdx": () => import("../content/docs/user-guide/metrics.mdx?collection=docs"), "user-guide/openid.mdx": () => import("../content/docs/user-guide/openid.mdx?collection=docs"), "user-guide/promql.mdx": () => import("../content/docs/user-guide/promql.mdx?collection=docs"), "user-guide/rbac.mdx": () => import("../content/docs/user-guide/rbac.mdx?collection=docs"), "user-guide/retention.mdx": () => import("../content/docs/user-guide/retention.mdx?collection=docs"), "user-guide/smart-cache.mdx": () => import("../content/docs/user-guide/smart-cache.mdx?collection=docs"), "user-guide/sql-editor.mdx": () => import("../content/docs/user-guide/sql-editor.mdx?collection=docs"), "user-guide/traces.mdx": () => import("../content/docs/user-guide/traces.mdx?collection=docs"), "api/v1/ingest.mdx": () => import("../content/docs/api/v1/ingest.mdx?collection=docs"), "api/v1/query.mdx": () => import("../content/docs/api/v1/query.mdx?collection=docs"), "integrations/alerting/discord.mdx": () => import("../content/docs/integrations/alerting/discord.mdx?collection=docs"), "integrations/alerting/email.mdx": () => import("../content/docs/integrations/alerting/email.mdx?collection=docs"), "integrations/alerting/microsoft-teams.mdx": () => import("../content/docs/integrations/alerting/microsoft-teams.mdx?collection=docs"), "integrations/alerting/opsgenie.mdx": () => import("../content/docs/integrations/alerting/opsgenie.mdx?collection=docs"), "integrations/alerting/pagerduty.mdx": () => import("../content/docs/integrations/alerting/pagerduty.mdx?collection=docs"), "integrations/alerting/slack.mdx": () => import("../content/docs/integrations/alerting/slack.mdx?collection=docs"), "integrations/alerting/webhook.mdx": () => import("../content/docs/integrations/alerting/webhook.mdx?collection=docs"), "integrations/auth/auth0.mdx": () => import("../content/docs/integrations/auth/auth0.mdx?collection=docs"), "integrations/auth/authentik.mdx": () => import("../content/docs/integrations/auth/authentik.mdx?collection=docs"), "integrations/auth/azure-ad.mdx": () => import("../content/docs/integrations/auth/azure-ad.mdx?collection=docs"), "integrations/auth/google-workspace.mdx": () => import("../content/docs/integrations/auth/google-workspace.mdx?collection=docs"), "integrations/auth/keycloak.mdx": () => import("../content/docs/integrations/auth/keycloak.mdx?collection=docs"), "integrations/auth/ldap.mdx": () => import("../content/docs/integrations/auth/ldap.mdx?collection=docs"), "integrations/auth/okta.mdx": () => import("../content/docs/integrations/auth/okta.mdx?collection=docs"), "integrations/visualization/apache-superset.mdx": () => import("../content/docs/integrations/visualization/apache-superset.mdx?collection=docs"), "integrations/visualization/grafana.mdx": () => import("../content/docs/integrations/visualization/grafana.mdx?collection=docs"), "integrations/visualization/looker.mdx": () => import("../content/docs/integrations/visualization/looker.mdx?collection=docs"), "integrations/visualization/metabase.mdx": () => import("../content/docs/integrations/visualization/metabase.mdx?collection=docs"), "integrations/visualization/redash.mdx": () => import("../content/docs/integrations/visualization/redash.mdx?collection=docs"), "integrations/visualization/tableau.mdx": () => import("../content/docs/integrations/visualization/tableau.mdx?collection=docs"), "ingest-data/ai-agents/anthropic.mdx": () => import("../content/docs/ingest-data/ai-agents/anthropic.mdx?collection=docs"), "ingest-data/ai-agents/autogen.mdx": () => import("../content/docs/ingest-data/ai-agents/autogen.mdx?collection=docs"), "ingest-data/ai-agents/crewai.mdx": () => import("../content/docs/ingest-data/ai-agents/crewai.mdx?collection=docs"), "ingest-data/ai-agents/dspy.mdx": () => import("../content/docs/ingest-data/ai-agents/dspy.mdx?collection=docs"), "ingest-data/ai-agents/index.mdx": () => import("../content/docs/ingest-data/ai-agents/index.mdx?collection=docs"), "ingest-data/ai-agents/langchain.mdx": () => import("../content/docs/ingest-data/ai-agents/langchain.mdx?collection=docs"), "ingest-data/ai-agents/litellm.mdx": () => import("../content/docs/ingest-data/ai-agents/litellm.mdx?collection=docs"), "ingest-data/ai-agents/llamaindex.mdx": () => import("../content/docs/ingest-data/ai-agents/llamaindex.mdx?collection=docs"), "ingest-data/ai-agents/n8n.mdx": () => import("../content/docs/ingest-data/ai-agents/n8n.mdx?collection=docs"), "ingest-data/ai-agents/openai.mdx": () => import("../content/docs/ingest-data/ai-agents/openai.mdx?collection=docs"), "ingest-data/ai-agents/openrouter.mdx": () => import("../content/docs/ingest-data/ai-agents/openrouter.mdx?collection=docs"), "ingest-data/ai-agents/vllm.mdx": () => import("../content/docs/ingest-data/ai-agents/vllm.mdx?collection=docs"), "ingest-data/cicd/argocd.mdx": () => import("../content/docs/ingest-data/cicd/argocd.mdx?collection=docs"), "ingest-data/cicd/circleci.mdx": () => import("../content/docs/ingest-data/cicd/circleci.mdx?collection=docs"), "ingest-data/cicd/github-actions.mdx": () => import("../content/docs/ingest-data/cicd/github-actions.mdx?collection=docs"), "ingest-data/cicd/gitlab-ci.mdx": () => import("../content/docs/ingest-data/cicd/gitlab-ci.mdx?collection=docs"), "ingest-data/cicd/jenkins.mdx": () => import("../content/docs/ingest-data/cicd/jenkins.mdx?collection=docs"), "ingest-data/cicd/terraform.mdx": () => import("../content/docs/ingest-data/cicd/terraform.mdx?collection=docs"), "ingest-data/cloud/aws-cloudwatch.mdx": () => import("../content/docs/ingest-data/cloud/aws-cloudwatch.mdx?collection=docs"), "ingest-data/cloud/aws-data-firehose.mdx": () => import("../content/docs/ingest-data/cloud/aws-data-firehose.mdx?collection=docs"), "ingest-data/cloud/aws-kinesis.mdx": () => import("../content/docs/ingest-data/cloud/aws-kinesis.mdx?collection=docs"), "ingest-data/cloud/aws-lambda.mdx": () => import("../content/docs/ingest-data/cloud/aws-lambda.mdx?collection=docs"), "ingest-data/cloud/azure-api-service.mdx": () => import("../content/docs/ingest-data/cloud/azure-api-service.mdx?collection=docs"), "ingest-data/cloud/azure-event-hubs.mdx": () => import("../content/docs/ingest-data/cloud/azure-event-hubs.mdx?collection=docs"), "ingest-data/cloud/azure-service-bus.mdx": () => import("../content/docs/ingest-data/cloud/azure-service-bus.mdx?collection=docs"), "ingest-data/cloud/fly-io.mdx": () => import("../content/docs/ingest-data/cloud/fly-io.mdx?collection=docs"), "ingest-data/cloud/gcp-pubsub.mdx": () => import("../content/docs/ingest-data/cloud/gcp-pubsub.mdx?collection=docs"), "ingest-data/containers/amazon-ecs.mdx": () => import("../content/docs/ingest-data/containers/amazon-ecs.mdx?collection=docs"), "ingest-data/containers/amazon-eks.mdx": () => import("../content/docs/ingest-data/containers/amazon-eks.mdx?collection=docs"), "ingest-data/containers/azure-aks.mdx": () => import("../content/docs/ingest-data/containers/azure-aks.mdx?collection=docs"), "ingest-data/containers/docker.mdx": () => import("../content/docs/ingest-data/containers/docker.mdx?collection=docs"), "ingest-data/containers/google-gke.mdx": () => import("../content/docs/ingest-data/containers/google-gke.mdx?collection=docs"), "ingest-data/containers/kubernetes.mdx": () => import("../content/docs/ingest-data/containers/kubernetes.mdx?collection=docs"), "ingest-data/databases/elasticsearch.mdx": () => import("../content/docs/ingest-data/databases/elasticsearch.mdx?collection=docs"), "ingest-data/databases/mongodb.mdx": () => import("../content/docs/ingest-data/databases/mongodb.mdx?collection=docs"), "ingest-data/databases/mysql.mdx": () => import("../content/docs/ingest-data/databases/mysql.mdx?collection=docs"), "ingest-data/databases/postgresql.mdx": () => import("../content/docs/ingest-data/databases/postgresql.mdx?collection=docs"), "ingest-data/databases/redis.mdx": () => import("../content/docs/ingest-data/databases/redis.mdx?collection=docs"), "ingest-data/logging-agents/apache-log-4j.mdx": () => import("../content/docs/ingest-data/logging-agents/apache-log-4j.mdx?collection=docs"), "ingest-data/logging-agents/filebeat.mdx": () => import("../content/docs/ingest-data/logging-agents/filebeat.mdx?collection=docs"), "ingest-data/logging-agents/fluent-bit.mdx": () => import("../content/docs/ingest-data/logging-agents/fluent-bit.mdx?collection=docs"), "ingest-data/logging-agents/fluentd.mdx": () => import("../content/docs/ingest-data/logging-agents/fluentd.mdx?collection=docs"), "ingest-data/logging-agents/index.mdx": () => import("../content/docs/ingest-data/logging-agents/index.mdx?collection=docs"), "ingest-data/logging-agents/logstash.mdx": () => import("../content/docs/ingest-data/logging-agents/logstash.mdx?collection=docs"), "ingest-data/logging-agents/otel-collector.mdx": () => import("../content/docs/ingest-data/logging-agents/otel-collector.mdx?collection=docs"), "ingest-data/logging-agents/prometheus.mdx": () => import("../content/docs/ingest-data/logging-agents/prometheus.mdx?collection=docs"), "ingest-data/logging-agents/promtail.mdx": () => import("../content/docs/ingest-data/logging-agents/promtail.mdx?collection=docs"), "ingest-data/logging-agents/syslog.mdx": () => import("../content/docs/ingest-data/logging-agents/syslog.mdx?collection=docs"), "ingest-data/logging-agents/vector.mdx": () => import("../content/docs/ingest-data/logging-agents/vector.mdx?collection=docs"), "ingest-data/otel/index.mdx": () => import("../content/docs/ingest-data/otel/index.mdx?collection=docs"), "ingest-data/otel/logs.mdx": () => import("../content/docs/ingest-data/otel/logs.mdx?collection=docs"), "ingest-data/otel/metrics.mdx": () => import("../content/docs/ingest-data/otel/metrics.mdx?collection=docs"), "ingest-data/otel/traces.mdx": () => import("../content/docs/ingest-data/otel/traces.mdx?collection=docs"), "ingest-data/programming-languages/csharp.mdx": () => import("../content/docs/ingest-data/programming-languages/csharp.mdx?collection=docs"), "ingest-data/programming-languages/dotnet.mdx": () => import("../content/docs/ingest-data/programming-languages/dotnet.mdx?collection=docs"), "ingest-data/programming-languages/go.mdx": () => import("../content/docs/ingest-data/programming-languages/go.mdx?collection=docs"), "ingest-data/programming-languages/index.mdx": () => import("../content/docs/ingest-data/programming-languages/index.mdx?collection=docs"), "ingest-data/programming-languages/java.mdx": () => import("../content/docs/ingest-data/programming-languages/java.mdx?collection=docs"), "ingest-data/programming-languages/javascript.mdx": () => import("../content/docs/ingest-data/programming-languages/javascript.mdx?collection=docs"), "ingest-data/programming-languages/php.mdx": () => import("../content/docs/ingest-data/programming-languages/php.mdx?collection=docs"), "ingest-data/programming-languages/python.mdx": () => import("../content/docs/ingest-data/programming-languages/python.mdx?collection=docs"), "ingest-data/programming-languages/ruby.mdx": () => import("../content/docs/ingest-data/programming-languages/ruby.mdx?collection=docs"), "ingest-data/programming-languages/rust.mdx": () => import("../content/docs/ingest-data/programming-languages/rust.mdx?collection=docs"), "ingest-data/security/falco.mdx": () => import("../content/docs/ingest-data/security/falco.mdx?collection=docs"), "ingest-data/security/siem-export.mdx": () => import("../content/docs/ingest-data/security/siem-export.mdx?collection=docs"), "ingest-data/security/trivy.mdx": () => import("../content/docs/ingest-data/security/trivy.mdx?collection=docs"), "ingest-data/streaming/cribl.mdx": () => import("../content/docs/ingest-data/streaming/cribl.mdx?collection=docs"), "ingest-data/streaming/kafka.mdx": () => import("../content/docs/ingest-data/streaming/kafka.mdx?collection=docs"), "ingest-data/streaming/nats.mdx": () => import("../content/docs/ingest-data/streaming/nats.mdx?collection=docs"), "ingest-data/streaming/rabbitmq.mdx": () => import("../content/docs/ingest-data/streaming/rabbitmq.mdx?collection=docs"), "ingest-data/streaming/redpanda.mdx": () => import("../content/docs/ingest-data/streaming/redpanda.mdx?collection=docs"), "overview/key-concepts/data-model.mdx": () => import("../content/docs/overview/key-concepts/data-model.mdx?collection=docs"), "overview/key-concepts/index.mdx": () => import("../content/docs/overview/key-concepts/index.mdx?collection=docs"), "overview/key-concepts/ingestion.mdx": () => import("../content/docs/overview/key-concepts/ingestion.mdx?collection=docs"), "overview/key-concepts/partitioning.mdx": () => import("../content/docs/overview/key-concepts/partitioning.mdx?collection=docs"), "overview/key-concepts/query.mdx": () => import("../content/docs/overview/key-concepts/query.mdx?collection=docs"), "overview/key-concepts/storage.mdx": () => import("../content/docs/overview/key-concepts/storage.mdx?collection=docs"), "self-hosted/installation/index.mdx": () => import("../content/docs/self-hosted/installation/index.mdx?collection=docs"), "self-hosted/storage-targets/aws-s3.mdx": () => import("../content/docs/self-hosted/storage-targets/aws-s3.mdx?collection=docs"), "self-hosted/storage-targets/azure-blob-storage.mdx": () => import("../content/docs/self-hosted/storage-targets/azure-blob-storage.mdx?collection=docs"), "self-hosted/storage-targets/digitalocean-spaces.mdx": () => import("../content/docs/self-hosted/storage-targets/digitalocean-spaces.mdx?collection=docs"), "self-hosted/storage-targets/gcp-storage.mdx": () => import("../content/docs/self-hosted/storage-targets/gcp-storage.mdx?collection=docs"), "user-guide/agent-observability/auto-instrumentation.mdx": () => import("../content/docs/user-guide/agent-observability/auto-instrumentation.mdx?collection=docs"), "user-guide/agent-observability/index.mdx": () => import("../content/docs/user-guide/agent-observability/index.mdx?collection=docs"), "user-guide/agent-observability/manual-instrumentation.mdx": () => import("../content/docs/user-guide/agent-observability/manual-instrumentation.mdx?collection=docs"), "user-guide/agent-observability/schema-reference.mdx": () => import("../content/docs/user-guide/agent-observability/schema-reference.mdx?collection=docs"), "user-guide/agent-observability/sql-queries.mdx": () => import("../content/docs/user-guide/agent-observability/sql-queries.mdx?collection=docs"), "user-guide/ai-native/index.mdx": () => import("../content/docs/user-guide/ai-native/index.mdx?collection=docs"), "user-guide/ai-native/keystone.mdx": () => import("../content/docs/user-guide/ai-native/keystone.mdx?collection=docs"), "user-guide/ai-native/summary.mdx": () => import("../content/docs/user-guide/ai-native/summary.mdx?collection=docs"), "user-guide/ai-native/text-to-sql.mdx": () => import("../content/docs/user-guide/ai-native/text-to-sql.mdx?collection=docs"), "user-guide/alerting/anomaly.mdx": () => import("../content/docs/user-guide/alerting/anomaly.mdx?collection=docs"), "user-guide/alerting/forecasting.mdx": () => import("../content/docs/user-guide/alerting/forecasting.mdx?collection=docs"), "user-guide/alerting/index.mdx": () => import("../content/docs/user-guide/alerting/index.mdx?collection=docs"), "user-guide/alerting/standard-threshold.mdx": () => import("../content/docs/user-guide/alerting/standard-threshold.mdx?collection=docs"), "self-hosted/installation/standalone/aws-ecs.mdx": () => import("../content/docs/self-hosted/installation/standalone/aws-ecs.mdx?collection=docs"), "self-hosted/installation/standalone/aws-eks.mdx": () => import("../content/docs/self-hosted/installation/standalone/aws-eks.mdx?collection=docs"), "self-hosted/installation/standalone/docker.mdx": () => import("../content/docs/self-hosted/installation/standalone/docker.mdx?collection=docs"), "self-hosted/installation/standalone/k8s.mdx": () => import("../content/docs/self-hosted/installation/standalone/k8s.mdx?collection=docs"), "self-hosted/installation/standalone/linux.mdx": () => import("../content/docs/self-hosted/installation/standalone/linux.mdx?collection=docs"), "self-hosted/installation/standalone/railway.mdx": () => import("../content/docs/self-hosted/installation/standalone/railway.mdx?collection=docs"), "self-hosted/installation/distributed/docker-compose.mdx": () => import("../content/docs/self-hosted/installation/distributed/docker-compose.mdx?collection=docs"), "self-hosted/installation/distributed/k8s-helm.mdx": () => import("../content/docs/self-hosted/installation/distributed/k8s-helm.mdx?collection=docs"), "self-hosted/installation/distributed/linux.mdx": () => import("../content/docs/self-hosted/installation/distributed/linux.mdx?collection=docs"), "self-hosted/installation/distributed/railway.mdx": () => import("../content/docs/self-hosted/installation/distributed/railway.mdx?collection=docs"), "api/v1/logstream/stream_name/delete.mdx": () => import("../content/docs/api/v1/logstream/stream_name/delete.mdx?collection=docs"), "api/v1/logstream/stream_name/post.mdx": () => import("../content/docs/api/v1/logstream/stream_name/post.mdx?collection=docs"), "api/v1/logstream/stream_name/put.mdx": () => import("../content/docs/api/v1/logstream/stream_name/put.mdx?collection=docs"), }), releaseNotes: create.doc("releaseNotes", {}), }; export default browserCollections; \ No newline at end of file diff --git a/.source/server.ts b/.source/server.ts index 02dcc0d..b6b9e76 100644 --- a/.source/server.ts +++ b/.source/server.ts @@ -1,208 +1,221 @@ // @ts-nocheck -import * as __fd_glob_220 from "../content/docs/api/v1/logstream/stream_name/put.mdx?collection=docs" -import * as __fd_glob_219 from "../content/docs/api/v1/logstream/stream_name/post.mdx?collection=docs" -import * as __fd_glob_218 from "../content/docs/api/v1/logstream/stream_name/delete.mdx?collection=docs" -import * as __fd_glob_217 from "../content/docs/self-hosted/installation/standalone/railway.mdx?collection=docs" -import * as __fd_glob_216 from "../content/docs/self-hosted/installation/standalone/linux.mdx?collection=docs" -import * as __fd_glob_215 from "../content/docs/self-hosted/installation/standalone/k8s.mdx?collection=docs" -import * as __fd_glob_214 from "../content/docs/self-hosted/installation/standalone/docker.mdx?collection=docs" -import * as __fd_glob_213 from "../content/docs/self-hosted/installation/standalone/aws-eks.mdx?collection=docs" -import * as __fd_glob_212 from "../content/docs/self-hosted/installation/standalone/aws-ecs.mdx?collection=docs" -import * as __fd_glob_211 from "../content/docs/self-hosted/installation/distributed/railway.mdx?collection=docs" -import * as __fd_glob_210 from "../content/docs/self-hosted/installation/distributed/linux.mdx?collection=docs" -import * as __fd_glob_209 from "../content/docs/self-hosted/installation/distributed/k8s-helm.mdx?collection=docs" -import * as __fd_glob_208 from "../content/docs/self-hosted/installation/distributed/docker-compose.mdx?collection=docs" -import * as __fd_glob_207 from "../content/docs/user-guide/alerting/standard-threshold.mdx?collection=docs" -import * as __fd_glob_206 from "../content/docs/user-guide/alerting/index.mdx?collection=docs" -import * as __fd_glob_205 from "../content/docs/user-guide/alerting/forecasting.mdx?collection=docs" -import * as __fd_glob_204 from "../content/docs/user-guide/alerting/anomaly.mdx?collection=docs" -import * as __fd_glob_203 from "../content/docs/user-guide/ai-native/text-to-sql.mdx?collection=docs" -import * as __fd_glob_202 from "../content/docs/user-guide/ai-native/summary.mdx?collection=docs" -import * as __fd_glob_201 from "../content/docs/user-guide/ai-native/keystone.mdx?collection=docs" -import * as __fd_glob_200 from "../content/docs/user-guide/ai-native/index.mdx?collection=docs" -import * as __fd_glob_199 from "../content/docs/user-guide/agent-observability/sql-queries.mdx?collection=docs" -import * as __fd_glob_198 from "../content/docs/user-guide/agent-observability/schema-reference.mdx?collection=docs" -import * as __fd_glob_197 from "../content/docs/user-guide/agent-observability/manual-instrumentation.mdx?collection=docs" -import * as __fd_glob_196 from "../content/docs/user-guide/agent-observability/index.mdx?collection=docs" -import * as __fd_glob_195 from "../content/docs/user-guide/agent-observability/auto-instrumentation.mdx?collection=docs" -import * as __fd_glob_194 from "../content/docs/self-hosted/installation/index.mdx?collection=docs" -import * as __fd_glob_193 from "../content/docs/self-hosted/storage-targets/gcp-storage.mdx?collection=docs" -import * as __fd_glob_192 from "../content/docs/self-hosted/storage-targets/digitalocean-spaces.mdx?collection=docs" -import * as __fd_glob_191 from "../content/docs/self-hosted/storage-targets/azure-blob-storage.mdx?collection=docs" -import * as __fd_glob_190 from "../content/docs/self-hosted/storage-targets/aws-s3.mdx?collection=docs" -import * as __fd_glob_189 from "../content/docs/integrations/visualization/tableau.mdx?collection=docs" -import * as __fd_glob_188 from "../content/docs/integrations/visualization/redash.mdx?collection=docs" -import * as __fd_glob_187 from "../content/docs/integrations/visualization/metabase.mdx?collection=docs" -import * as __fd_glob_186 from "../content/docs/integrations/visualization/looker.mdx?collection=docs" -import * as __fd_glob_185 from "../content/docs/integrations/visualization/grafana.mdx?collection=docs" -import * as __fd_glob_184 from "../content/docs/integrations/visualization/apache-superset.mdx?collection=docs" -import * as __fd_glob_183 from "../content/docs/overview/key-concepts/storage.mdx?collection=docs" -import * as __fd_glob_182 from "../content/docs/overview/key-concepts/query.mdx?collection=docs" -import * as __fd_glob_181 from "../content/docs/overview/key-concepts/partitioning.mdx?collection=docs" -import * as __fd_glob_180 from "../content/docs/overview/key-concepts/ingestion.mdx?collection=docs" -import * as __fd_glob_179 from "../content/docs/overview/key-concepts/index.mdx?collection=docs" -import * as __fd_glob_178 from "../content/docs/overview/key-concepts/data-model.mdx?collection=docs" -import * as __fd_glob_177 from "../content/docs/integrations/auth/okta.mdx?collection=docs" -import * as __fd_glob_176 from "../content/docs/integrations/auth/ldap.mdx?collection=docs" -import * as __fd_glob_175 from "../content/docs/integrations/auth/keycloak.mdx?collection=docs" -import * as __fd_glob_174 from "../content/docs/integrations/auth/google-workspace.mdx?collection=docs" -import * as __fd_glob_173 from "../content/docs/integrations/auth/azure-ad.mdx?collection=docs" -import * as __fd_glob_172 from "../content/docs/integrations/auth/authentik.mdx?collection=docs" -import * as __fd_glob_171 from "../content/docs/integrations/auth/auth0.mdx?collection=docs" -import * as __fd_glob_170 from "../content/docs/integrations/alerting/webhook.mdx?collection=docs" -import * as __fd_glob_169 from "../content/docs/integrations/alerting/slack.mdx?collection=docs" -import * as __fd_glob_168 from "../content/docs/integrations/alerting/pagerduty.mdx?collection=docs" -import * as __fd_glob_167 from "../content/docs/integrations/alerting/opsgenie.mdx?collection=docs" -import * as __fd_glob_166 from "../content/docs/integrations/alerting/microsoft-teams.mdx?collection=docs" -import * as __fd_glob_165 from "../content/docs/integrations/alerting/email.mdx?collection=docs" -import * as __fd_glob_164 from "../content/docs/integrations/alerting/discord.mdx?collection=docs" -import * as __fd_glob_163 from "../content/docs/ingest-data/streaming/redpanda.mdx?collection=docs" -import * as __fd_glob_162 from "../content/docs/ingest-data/streaming/rabbitmq.mdx?collection=docs" -import * as __fd_glob_161 from "../content/docs/ingest-data/streaming/nats.mdx?collection=docs" -import * as __fd_glob_160 from "../content/docs/ingest-data/streaming/kafka.mdx?collection=docs" -import * as __fd_glob_159 from "../content/docs/ingest-data/streaming/cribl.mdx?collection=docs" -import * as __fd_glob_158 from "../content/docs/ingest-data/programming-languages/rust.mdx?collection=docs" -import * as __fd_glob_157 from "../content/docs/ingest-data/programming-languages/ruby.mdx?collection=docs" -import * as __fd_glob_156 from "../content/docs/ingest-data/programming-languages/python.mdx?collection=docs" -import * as __fd_glob_155 from "../content/docs/ingest-data/programming-languages/php.mdx?collection=docs" -import * as __fd_glob_154 from "../content/docs/ingest-data/programming-languages/javascript.mdx?collection=docs" -import * as __fd_glob_153 from "../content/docs/ingest-data/programming-languages/java.mdx?collection=docs" -import * as __fd_glob_152 from "../content/docs/ingest-data/programming-languages/index.mdx?collection=docs" -import * as __fd_glob_151 from "../content/docs/ingest-data/programming-languages/go.mdx?collection=docs" -import * as __fd_glob_150 from "../content/docs/ingest-data/programming-languages/dotnet.mdx?collection=docs" -import * as __fd_glob_149 from "../content/docs/ingest-data/programming-languages/csharp.mdx?collection=docs" -import * as __fd_glob_148 from "../content/docs/ingest-data/security/trivy.mdx?collection=docs" -import * as __fd_glob_147 from "../content/docs/ingest-data/security/siem-export.mdx?collection=docs" -import * as __fd_glob_146 from "../content/docs/ingest-data/security/falco.mdx?collection=docs" -import * as __fd_glob_145 from "../content/docs/ingest-data/logging-agents/vector.mdx?collection=docs" -import * as __fd_glob_144 from "../content/docs/ingest-data/logging-agents/syslog.mdx?collection=docs" -import * as __fd_glob_143 from "../content/docs/ingest-data/logging-agents/promtail.mdx?collection=docs" -import * as __fd_glob_142 from "../content/docs/ingest-data/logging-agents/prometheus.mdx?collection=docs" -import * as __fd_glob_141 from "../content/docs/ingest-data/logging-agents/otel-collector.mdx?collection=docs" -import * as __fd_glob_140 from "../content/docs/ingest-data/logging-agents/logstash.mdx?collection=docs" -import * as __fd_glob_139 from "../content/docs/ingest-data/logging-agents/index.mdx?collection=docs" -import * as __fd_glob_138 from "../content/docs/ingest-data/logging-agents/fluentd.mdx?collection=docs" -import * as __fd_glob_137 from "../content/docs/ingest-data/logging-agents/fluent-bit.mdx?collection=docs" -import * as __fd_glob_136 from "../content/docs/ingest-data/logging-agents/filebeat.mdx?collection=docs" -import * as __fd_glob_135 from "../content/docs/ingest-data/logging-agents/apache-log-4j.mdx?collection=docs" -import * as __fd_glob_134 from "../content/docs/ingest-data/otel/traces.mdx?collection=docs" -import * as __fd_glob_133 from "../content/docs/ingest-data/otel/metrics.mdx?collection=docs" -import * as __fd_glob_132 from "../content/docs/ingest-data/otel/logs.mdx?collection=docs" -import * as __fd_glob_131 from "../content/docs/ingest-data/otel/index.mdx?collection=docs" -import * as __fd_glob_130 from "../content/docs/ingest-data/databases/redis.mdx?collection=docs" -import * as __fd_glob_129 from "../content/docs/ingest-data/databases/postgresql.mdx?collection=docs" -import * as __fd_glob_128 from "../content/docs/ingest-data/databases/mysql.mdx?collection=docs" -import * as __fd_glob_127 from "../content/docs/ingest-data/databases/mongodb.mdx?collection=docs" -import * as __fd_glob_126 from "../content/docs/ingest-data/databases/elasticsearch.mdx?collection=docs" -import * as __fd_glob_125 from "../content/docs/ingest-data/cicd/terraform.mdx?collection=docs" -import * as __fd_glob_124 from "../content/docs/ingest-data/cicd/jenkins.mdx?collection=docs" -import * as __fd_glob_123 from "../content/docs/ingest-data/cicd/gitlab-ci.mdx?collection=docs" -import * as __fd_glob_122 from "../content/docs/ingest-data/cicd/github-actions.mdx?collection=docs" -import * as __fd_glob_121 from "../content/docs/ingest-data/cicd/circleci.mdx?collection=docs" -import * as __fd_glob_120 from "../content/docs/ingest-data/cicd/argocd.mdx?collection=docs" -import * as __fd_glob_119 from "../content/docs/ingest-data/cloud/gcp-pubsub.mdx?collection=docs" -import * as __fd_glob_118 from "../content/docs/ingest-data/cloud/azure-event-hubs.mdx?collection=docs" -import * as __fd_glob_117 from "../content/docs/ingest-data/cloud/aws-kinesis.mdx?collection=docs" -import * as __fd_glob_116 from "../content/docs/ingest-data/cloud/aws-cloudwatch.mdx?collection=docs" -import * as __fd_glob_115 from "../content/docs/ingest-data/containers/kubernetes.mdx?collection=docs" -import * as __fd_glob_114 from "../content/docs/ingest-data/containers/google-gke.mdx?collection=docs" -import * as __fd_glob_113 from "../content/docs/ingest-data/containers/docker.mdx?collection=docs" -import * as __fd_glob_112 from "../content/docs/ingest-data/containers/azure-aks.mdx?collection=docs" -import * as __fd_glob_111 from "../content/docs/ingest-data/containers/amazon-eks.mdx?collection=docs" -import * as __fd_glob_110 from "../content/docs/ingest-data/containers/amazon-ecs.mdx?collection=docs" -import * as __fd_glob_109 from "../content/docs/ingest-data/ai-agents/vllm.mdx?collection=docs" -import * as __fd_glob_108 from "../content/docs/ingest-data/ai-agents/temporal.mdx?collection=docs" -import * as __fd_glob_107 from "../content/docs/ingest-data/ai-agents/openrouter.mdx?collection=docs" -import * as __fd_glob_106 from "../content/docs/ingest-data/ai-agents/openai.mdx?collection=docs" -import * as __fd_glob_105 from "../content/docs/ingest-data/ai-agents/n8n.mdx?collection=docs" -import * as __fd_glob_104 from "../content/docs/ingest-data/ai-agents/llamaindex.mdx?collection=docs" -import * as __fd_glob_103 from "../content/docs/ingest-data/ai-agents/litellm.mdx?collection=docs" -import * as __fd_glob_102 from "../content/docs/ingest-data/ai-agents/langchain.mdx?collection=docs" -import * as __fd_glob_101 from "../content/docs/ingest-data/ai-agents/index.mdx?collection=docs" -import * as __fd_glob_100 from "../content/docs/ingest-data/ai-agents/dspy.mdx?collection=docs" -import * as __fd_glob_99 from "../content/docs/ingest-data/ai-agents/crewai.mdx?collection=docs" -import * as __fd_glob_98 from "../content/docs/ingest-data/ai-agents/autogen.mdx?collection=docs" -import * as __fd_glob_97 from "../content/docs/ingest-data/ai-agents/anthropic.mdx?collection=docs" -import * as __fd_glob_96 from "../content/docs/cloud-provider/azure/service-bus.mdx?collection=docs" -import * as __fd_glob_95 from "../content/docs/cloud-provider/azure/api-service.mdx?collection=docs" -import * as __fd_glob_94 from "../content/docs/cloud-provider/aws/lambda.mdx?collection=docs" -import * as __fd_glob_93 from "../content/docs/cloud-provider/aws/intro.mdx?collection=docs" -import * as __fd_glob_92 from "../content/docs/cloud-provider/aws/aws-data-firehose.mdx?collection=docs" -import * as __fd_glob_91 from "../content/docs/api/v1/query.mdx?collection=docs" -import * as __fd_glob_90 from "../content/docs/api/v1/ingest.mdx?collection=docs" -import * as __fd_glob_89 from "../content/docs/user-guide/traces.mdx?collection=docs" -import * as __fd_glob_88 from "../content/docs/user-guide/sql-editor.mdx?collection=docs" -import * as __fd_glob_87 from "../content/docs/user-guide/smart-cache.mdx?collection=docs" -import * as __fd_glob_86 from "../content/docs/user-guide/retention.mdx?collection=docs" -import * as __fd_glob_85 from "../content/docs/user-guide/rbac.mdx?collection=docs" -import * as __fd_glob_84 from "../content/docs/user-guide/promql.mdx?collection=docs" -import * as __fd_glob_83 from "../content/docs/user-guide/openid.mdx?collection=docs" -import * as __fd_glob_82 from "../content/docs/user-guide/metrics.mdx?collection=docs" -import * as __fd_glob_81 from "../content/docs/user-guide/logs.mdx?collection=docs" -import * as __fd_glob_80 from "../content/docs/user-guide/log-iq.mdx?collection=docs" -import * as __fd_glob_79 from "../content/docs/user-guide/errors.mdx?collection=docs" -import * as __fd_glob_78 from "../content/docs/user-guide/dashboards.mdx?collection=docs" -import * as __fd_glob_77 from "../content/docs/user-guide/api-keys.mdx?collection=docs" -import * as __fd_glob_76 from "../content/docs/storage/awss3.mdx?collection=docs" -import * as __fd_glob_75 from "../content/docs/self-hosted/telemetry.mdx?collection=docs" -import * as __fd_glob_74 from "../content/docs/self-hosted/metrics.mdx?collection=docs" -import * as __fd_glob_73 from "../content/docs/self-hosted/configuration.mdx?collection=docs" -import * as __fd_glob_72 from "../content/docs/quickstart/docker.mdx?collection=docs" -import * as __fd_glob_71 from "../content/docs/quickstart/cloud.mdx?collection=docs" -import * as __fd_glob_70 from "../content/docs/quickstart/binary.mdx?collection=docs" -import * as __fd_glob_69 from "../content/docs/llm/text-to-sql.mdx?collection=docs" -import * as __fd_glob_68 from "../content/docs/key-concepts/storage.mdx?collection=docs" -import * as __fd_glob_67 from "../content/docs/key-concepts/query.mdx?collection=docs" -import * as __fd_glob_66 from "../content/docs/key-concepts/partitioning.mdx?collection=docs" -import * as __fd_glob_65 from "../content/docs/key-concepts/index.mdx?collection=docs" -import * as __fd_glob_64 from "../content/docs/key-concepts/high-availability.mdx?collection=docs" -import * as __fd_glob_63 from "../content/docs/key-concepts/data-model.mdx?collection=docs" -import * as __fd_glob_62 from "../content/docs/integrations/index.mdx?collection=docs" -import * as __fd_glob_61 from "../content/docs/ingest-data/zero-instrumentation.mdx?collection=docs" -import * as __fd_glob_60 from "../content/docs/ingest-data/prometheus.mdx?collection=docs" -import * as __fd_glob_59 from "../content/docs/ingest-data/auto-instrumentation.mdx?collection=docs" -import * as __fd_glob_58 from "../content/docs/flavours/pro.mdx?collection=docs" -import * as __fd_glob_57 from "../content/docs/flavours/oss.mdx?collection=docs" -import * as __fd_glob_56 from "../content/docs/flavours/enterprise.mdx?collection=docs" -import * as __fd_glob_55 from "../content/docs/enterprise/index.mdx?collection=docs" -import * as __fd_glob_54 from "../content/docs/cookbook/tool-calls.mdx?collection=docs" -import * as __fd_glob_53 from "../content/docs/cookbook/instrumentation.mdx?collection=docs" -import * as __fd_glob_52 from "../content/docs/cookbook/agentic-observability.mdx?collection=docs" -import * as __fd_glob_51 from "../content/docs/api/index.mdx?collection=docs" -import * as __fd_glob_50 from "../content/docs/alerting/alert-manager.mdx?collection=docs" -import * as __fd_glob_49 from "../content/docs/release-notes.mdx?collection=docs" -import * as __fd_glob_48 from "../content/docs/query.mdx?collection=docs" -import * as __fd_glob_47 from "../content/docs/introduction.mdx?collection=docs" -import * as __fd_glob_46 from "../content/docs/ingestion.mdx?collection=docs" -import * as __fd_glob_45 from "../content/docs/index.mdx?collection=docs" -import * as __fd_glob_44 from "../content/docs/get-started.mdx?collection=docs" -import * as __fd_glob_43 from "../content/docs/features.mdx?collection=docs" -import * as __fd_glob_42 from "../content/docs/design-choices.mdx?collection=docs" -import * as __fd_glob_41 from "../content/docs/benchmarks.mdx?collection=docs" -import * as __fd_glob_40 from "../content/docs/architecture.mdx?collection=docs" -import { default as __fd_glob_39 } from "../content/docs/self-hosted/installation/standalone/_category_.json?collection=docs" -import { default as __fd_glob_38 } from "../content/docs/self-hosted/installation/distributed/_category_.json?collection=docs" -import { default as __fd_glob_37 } from "../content/docs/user-guide/alerting/meta.json?collection=docs" -import { default as __fd_glob_36 } from "../content/docs/user-guide/ai-native/meta.json?collection=docs" -import { default as __fd_glob_35 } from "../content/docs/user-guide/agent-observability/meta.json?collection=docs" -import { default as __fd_glob_34 } from "../content/docs/self-hosted/storage-targets/meta.json?collection=docs" -import { default as __fd_glob_33 } from "../content/docs/self-hosted/storage-targets/_category_.json?collection=docs" -import { default as __fd_glob_32 } from "../content/docs/self-hosted/installation/meta.json?collection=docs" -import { default as __fd_glob_31 } from "../content/docs/self-hosted/installation/_category_.json?collection=docs" -import { default as __fd_glob_30 } from "../content/docs/overview/key-concepts/meta.json?collection=docs" -import { default as __fd_glob_29 } from "../content/docs/integrations/auth/meta.json?collection=docs" -import { default as __fd_glob_28 } from "../content/docs/integrations/visualization/meta.json?collection=docs" -import { default as __fd_glob_27 } from "../content/docs/integrations/alerting/meta.json?collection=docs" -import { default as __fd_glob_26 } from "../content/docs/ingest-data/streaming/meta.json?collection=docs" -import { default as __fd_glob_25 } from "../content/docs/ingest-data/security/meta.json?collection=docs" -import { default as __fd_glob_24 } from "../content/docs/ingest-data/databases/meta.json?collection=docs" -import { default as __fd_glob_23 } from "../content/docs/ingest-data/programming-languages/meta.json?collection=docs" -import { default as __fd_glob_22 } from "../content/docs/ingest-data/logging-agents/meta.json?collection=docs" -import { default as __fd_glob_21 } from "../content/docs/ingest-data/otel/_category_.json?collection=docs" +import * as __fd_glob_217 from "../content/docs/api/v1/logstream/stream_name/put.mdx?collection=docs" +import * as __fd_glob_216 from "../content/docs/api/v1/logstream/stream_name/post.mdx?collection=docs" +import * as __fd_glob_215 from "../content/docs/api/v1/logstream/stream_name/delete.mdx?collection=docs" +import * as __fd_glob_214 from "../content/docs/self-hosted/installation/distributed/railway.mdx?collection=docs" +import * as __fd_glob_213 from "../content/docs/self-hosted/installation/distributed/linux.mdx?collection=docs" +import * as __fd_glob_212 from "../content/docs/self-hosted/installation/distributed/k8s-helm.mdx?collection=docs" +import * as __fd_glob_211 from "../content/docs/self-hosted/installation/distributed/docker-compose.mdx?collection=docs" +import * as __fd_glob_210 from "../content/docs/self-hosted/installation/standalone/railway.mdx?collection=docs" +import * as __fd_glob_209 from "../content/docs/self-hosted/installation/standalone/linux.mdx?collection=docs" +import * as __fd_glob_208 from "../content/docs/self-hosted/installation/standalone/k8s.mdx?collection=docs" +import * as __fd_glob_207 from "../content/docs/self-hosted/installation/standalone/docker.mdx?collection=docs" +import * as __fd_glob_206 from "../content/docs/self-hosted/installation/standalone/aws-eks.mdx?collection=docs" +import * as __fd_glob_205 from "../content/docs/self-hosted/installation/standalone/aws-ecs.mdx?collection=docs" +import * as __fd_glob_204 from "../content/docs/user-guide/alerting/standard-threshold.mdx?collection=docs" +import * as __fd_glob_203 from "../content/docs/user-guide/alerting/index.mdx?collection=docs" +import * as __fd_glob_202 from "../content/docs/user-guide/alerting/forecasting.mdx?collection=docs" +import * as __fd_glob_201 from "../content/docs/user-guide/alerting/anomaly.mdx?collection=docs" +import * as __fd_glob_200 from "../content/docs/user-guide/ai-native/text-to-sql.mdx?collection=docs" +import * as __fd_glob_199 from "../content/docs/user-guide/ai-native/summary.mdx?collection=docs" +import * as __fd_glob_198 from "../content/docs/user-guide/ai-native/keystone.mdx?collection=docs" +import * as __fd_glob_197 from "../content/docs/user-guide/ai-native/index.mdx?collection=docs" +import * as __fd_glob_196 from "../content/docs/user-guide/agent-observability/sql-queries.mdx?collection=docs" +import * as __fd_glob_195 from "../content/docs/user-guide/agent-observability/schema-reference.mdx?collection=docs" +import * as __fd_glob_194 from "../content/docs/user-guide/agent-observability/manual-instrumentation.mdx?collection=docs" +import * as __fd_glob_193 from "../content/docs/user-guide/agent-observability/index.mdx?collection=docs" +import * as __fd_glob_192 from "../content/docs/user-guide/agent-observability/auto-instrumentation.mdx?collection=docs" +import * as __fd_glob_191 from "../content/docs/self-hosted/storage-targets/gcp-storage.mdx?collection=docs" +import * as __fd_glob_190 from "../content/docs/self-hosted/storage-targets/digitalocean-spaces.mdx?collection=docs" +import * as __fd_glob_189 from "../content/docs/self-hosted/storage-targets/azure-blob-storage.mdx?collection=docs" +import * as __fd_glob_188 from "../content/docs/self-hosted/storage-targets/aws-s3.mdx?collection=docs" +import * as __fd_glob_187 from "../content/docs/self-hosted/installation/index.mdx?collection=docs" +import * as __fd_glob_186 from "../content/docs/overview/key-concepts/storage.mdx?collection=docs" +import * as __fd_glob_185 from "../content/docs/overview/key-concepts/query.mdx?collection=docs" +import * as __fd_glob_184 from "../content/docs/overview/key-concepts/partitioning.mdx?collection=docs" +import * as __fd_glob_183 from "../content/docs/overview/key-concepts/ingestion.mdx?collection=docs" +import * as __fd_glob_182 from "../content/docs/overview/key-concepts/index.mdx?collection=docs" +import * as __fd_glob_181 from "../content/docs/overview/key-concepts/data-model.mdx?collection=docs" +import * as __fd_glob_180 from "../content/docs/ingest-data/streaming/redpanda.mdx?collection=docs" +import * as __fd_glob_179 from "../content/docs/ingest-data/streaming/rabbitmq.mdx?collection=docs" +import * as __fd_glob_178 from "../content/docs/ingest-data/streaming/nats.mdx?collection=docs" +import * as __fd_glob_177 from "../content/docs/ingest-data/streaming/kafka.mdx?collection=docs" +import * as __fd_glob_176 from "../content/docs/ingest-data/streaming/cribl.mdx?collection=docs" +import * as __fd_glob_175 from "../content/docs/ingest-data/security/trivy.mdx?collection=docs" +import * as __fd_glob_174 from "../content/docs/ingest-data/security/siem-export.mdx?collection=docs" +import * as __fd_glob_173 from "../content/docs/ingest-data/security/falco.mdx?collection=docs" +import * as __fd_glob_172 from "../content/docs/ingest-data/programming-languages/rust.mdx?collection=docs" +import * as __fd_glob_171 from "../content/docs/ingest-data/programming-languages/ruby.mdx?collection=docs" +import * as __fd_glob_170 from "../content/docs/ingest-data/programming-languages/python.mdx?collection=docs" +import * as __fd_glob_169 from "../content/docs/ingest-data/programming-languages/php.mdx?collection=docs" +import * as __fd_glob_168 from "../content/docs/ingest-data/programming-languages/javascript.mdx?collection=docs" +import * as __fd_glob_167 from "../content/docs/ingest-data/programming-languages/java.mdx?collection=docs" +import * as __fd_glob_166 from "../content/docs/ingest-data/programming-languages/index.mdx?collection=docs" +import * as __fd_glob_165 from "../content/docs/ingest-data/programming-languages/go.mdx?collection=docs" +import * as __fd_glob_164 from "../content/docs/ingest-data/programming-languages/dotnet.mdx?collection=docs" +import * as __fd_glob_163 from "../content/docs/ingest-data/programming-languages/csharp.mdx?collection=docs" +import * as __fd_glob_162 from "../content/docs/ingest-data/otel/traces.mdx?collection=docs" +import * as __fd_glob_161 from "../content/docs/ingest-data/otel/metrics.mdx?collection=docs" +import * as __fd_glob_160 from "../content/docs/ingest-data/otel/logs.mdx?collection=docs" +import * as __fd_glob_159 from "../content/docs/ingest-data/otel/index.mdx?collection=docs" +import * as __fd_glob_158 from "../content/docs/ingest-data/logging-agents/vector.mdx?collection=docs" +import * as __fd_glob_157 from "../content/docs/ingest-data/logging-agents/syslog.mdx?collection=docs" +import * as __fd_glob_156 from "../content/docs/ingest-data/logging-agents/promtail.mdx?collection=docs" +import * as __fd_glob_155 from "../content/docs/ingest-data/logging-agents/prometheus.mdx?collection=docs" +import * as __fd_glob_154 from "../content/docs/ingest-data/logging-agents/otel-collector.mdx?collection=docs" +import * as __fd_glob_153 from "../content/docs/ingest-data/logging-agents/logstash.mdx?collection=docs" +import * as __fd_glob_152 from "../content/docs/ingest-data/logging-agents/index.mdx?collection=docs" +import * as __fd_glob_151 from "../content/docs/ingest-data/logging-agents/fluentd.mdx?collection=docs" +import * as __fd_glob_150 from "../content/docs/ingest-data/logging-agents/fluent-bit.mdx?collection=docs" +import * as __fd_glob_149 from "../content/docs/ingest-data/logging-agents/filebeat.mdx?collection=docs" +import * as __fd_glob_148 from "../content/docs/ingest-data/logging-agents/apache-log-4j.mdx?collection=docs" +import * as __fd_glob_147 from "../content/docs/ingest-data/databases/redis.mdx?collection=docs" +import * as __fd_glob_146 from "../content/docs/ingest-data/databases/postgresql.mdx?collection=docs" +import * as __fd_glob_145 from "../content/docs/ingest-data/databases/mysql.mdx?collection=docs" +import * as __fd_glob_144 from "../content/docs/ingest-data/databases/mongodb.mdx?collection=docs" +import * as __fd_glob_143 from "../content/docs/ingest-data/databases/elasticsearch.mdx?collection=docs" +import * as __fd_glob_142 from "../content/docs/ingest-data/containers/kubernetes.mdx?collection=docs" +import * as __fd_glob_141 from "../content/docs/ingest-data/containers/google-gke.mdx?collection=docs" +import * as __fd_glob_140 from "../content/docs/ingest-data/containers/docker.mdx?collection=docs" +import * as __fd_glob_139 from "../content/docs/ingest-data/containers/azure-aks.mdx?collection=docs" +import * as __fd_glob_138 from "../content/docs/ingest-data/containers/amazon-eks.mdx?collection=docs" +import * as __fd_glob_137 from "../content/docs/ingest-data/containers/amazon-ecs.mdx?collection=docs" +import * as __fd_glob_136 from "../content/docs/ingest-data/cloud/gcp-pubsub.mdx?collection=docs" +import * as __fd_glob_135 from "../content/docs/ingest-data/cloud/fly-io.mdx?collection=docs" +import * as __fd_glob_134 from "../content/docs/ingest-data/cloud/azure-service-bus.mdx?collection=docs" +import * as __fd_glob_133 from "../content/docs/ingest-data/cloud/azure-event-hubs.mdx?collection=docs" +import * as __fd_glob_132 from "../content/docs/ingest-data/cloud/azure-api-service.mdx?collection=docs" +import * as __fd_glob_131 from "../content/docs/ingest-data/cloud/aws-lambda.mdx?collection=docs" +import * as __fd_glob_130 from "../content/docs/ingest-data/cloud/aws-kinesis.mdx?collection=docs" +import * as __fd_glob_129 from "../content/docs/ingest-data/cloud/aws-data-firehose.mdx?collection=docs" +import * as __fd_glob_128 from "../content/docs/ingest-data/cloud/aws-cloudwatch.mdx?collection=docs" +import * as __fd_glob_127 from "../content/docs/ingest-data/cicd/terraform.mdx?collection=docs" +import * as __fd_glob_126 from "../content/docs/ingest-data/cicd/jenkins.mdx?collection=docs" +import * as __fd_glob_125 from "../content/docs/ingest-data/cicd/gitlab-ci.mdx?collection=docs" +import * as __fd_glob_124 from "../content/docs/ingest-data/cicd/github-actions.mdx?collection=docs" +import * as __fd_glob_123 from "../content/docs/ingest-data/cicd/circleci.mdx?collection=docs" +import * as __fd_glob_122 from "../content/docs/ingest-data/cicd/argocd.mdx?collection=docs" +import * as __fd_glob_121 from "../content/docs/ingest-data/ai-agents/vllm.mdx?collection=docs" +import * as __fd_glob_120 from "../content/docs/ingest-data/ai-agents/openrouter.mdx?collection=docs" +import * as __fd_glob_119 from "../content/docs/ingest-data/ai-agents/openai.mdx?collection=docs" +import * as __fd_glob_118 from "../content/docs/ingest-data/ai-agents/n8n.mdx?collection=docs" +import * as __fd_glob_117 from "../content/docs/ingest-data/ai-agents/llamaindex.mdx?collection=docs" +import * as __fd_glob_116 from "../content/docs/ingest-data/ai-agents/litellm.mdx?collection=docs" +import * as __fd_glob_115 from "../content/docs/ingest-data/ai-agents/langchain.mdx?collection=docs" +import * as __fd_glob_114 from "../content/docs/ingest-data/ai-agents/index.mdx?collection=docs" +import * as __fd_glob_113 from "../content/docs/ingest-data/ai-agents/dspy.mdx?collection=docs" +import * as __fd_glob_112 from "../content/docs/ingest-data/ai-agents/crewai.mdx?collection=docs" +import * as __fd_glob_111 from "../content/docs/ingest-data/ai-agents/autogen.mdx?collection=docs" +import * as __fd_glob_110 from "../content/docs/ingest-data/ai-agents/anthropic.mdx?collection=docs" +import * as __fd_glob_109 from "../content/docs/integrations/visualization/tableau.mdx?collection=docs" +import * as __fd_glob_108 from "../content/docs/integrations/visualization/redash.mdx?collection=docs" +import * as __fd_glob_107 from "../content/docs/integrations/visualization/metabase.mdx?collection=docs" +import * as __fd_glob_106 from "../content/docs/integrations/visualization/looker.mdx?collection=docs" +import * as __fd_glob_105 from "../content/docs/integrations/visualization/grafana.mdx?collection=docs" +import * as __fd_glob_104 from "../content/docs/integrations/visualization/apache-superset.mdx?collection=docs" +import * as __fd_glob_103 from "../content/docs/integrations/auth/okta.mdx?collection=docs" +import * as __fd_glob_102 from "../content/docs/integrations/auth/ldap.mdx?collection=docs" +import * as __fd_glob_101 from "../content/docs/integrations/auth/keycloak.mdx?collection=docs" +import * as __fd_glob_100 from "../content/docs/integrations/auth/google-workspace.mdx?collection=docs" +import * as __fd_glob_99 from "../content/docs/integrations/auth/azure-ad.mdx?collection=docs" +import * as __fd_glob_98 from "../content/docs/integrations/auth/authentik.mdx?collection=docs" +import * as __fd_glob_97 from "../content/docs/integrations/auth/auth0.mdx?collection=docs" +import * as __fd_glob_96 from "../content/docs/integrations/alerting/webhook.mdx?collection=docs" +import * as __fd_glob_95 from "../content/docs/integrations/alerting/slack.mdx?collection=docs" +import * as __fd_glob_94 from "../content/docs/integrations/alerting/pagerduty.mdx?collection=docs" +import * as __fd_glob_93 from "../content/docs/integrations/alerting/opsgenie.mdx?collection=docs" +import * as __fd_glob_92 from "../content/docs/integrations/alerting/microsoft-teams.mdx?collection=docs" +import * as __fd_glob_91 from "../content/docs/integrations/alerting/email.mdx?collection=docs" +import * as __fd_glob_90 from "../content/docs/integrations/alerting/discord.mdx?collection=docs" +import * as __fd_glob_89 from "../content/docs/api/v1/query.mdx?collection=docs" +import * as __fd_glob_88 from "../content/docs/api/v1/ingest.mdx?collection=docs" +import * as __fd_glob_87 from "../content/docs/user-guide/traces.mdx?collection=docs" +import * as __fd_glob_86 from "../content/docs/user-guide/sql-editor.mdx?collection=docs" +import * as __fd_glob_85 from "../content/docs/user-guide/smart-cache.mdx?collection=docs" +import * as __fd_glob_84 from "../content/docs/user-guide/retention.mdx?collection=docs" +import * as __fd_glob_83 from "../content/docs/user-guide/rbac.mdx?collection=docs" +import * as __fd_glob_82 from "../content/docs/user-guide/promql.mdx?collection=docs" +import * as __fd_glob_81 from "../content/docs/user-guide/openid.mdx?collection=docs" +import * as __fd_glob_80 from "../content/docs/user-guide/metrics.mdx?collection=docs" +import * as __fd_glob_79 from "../content/docs/user-guide/logs.mdx?collection=docs" +import * as __fd_glob_78 from "../content/docs/user-guide/log-iq.mdx?collection=docs" +import * as __fd_glob_77 from "../content/docs/user-guide/errors.mdx?collection=docs" +import * as __fd_glob_76 from "../content/docs/user-guide/dashboards.mdx?collection=docs" +import * as __fd_glob_75 from "../content/docs/user-guide/api-keys.mdx?collection=docs" +import * as __fd_glob_74 from "../content/docs/storage/awss3.mdx?collection=docs" +import * as __fd_glob_73 from "../content/docs/self-hosted/telemetry.mdx?collection=docs" +import * as __fd_glob_72 from "../content/docs/self-hosted/metrics.mdx?collection=docs" +import * as __fd_glob_71 from "../content/docs/self-hosted/configuration.mdx?collection=docs" +import * as __fd_glob_70 from "../content/docs/self-hosted/aws.mdx?collection=docs" +import * as __fd_glob_69 from "../content/docs/quickstart/docker.mdx?collection=docs" +import * as __fd_glob_68 from "../content/docs/quickstart/cloud.mdx?collection=docs" +import * as __fd_glob_67 from "../content/docs/quickstart/binary.mdx?collection=docs" +import * as __fd_glob_66 from "../content/docs/llm/text-to-sql.mdx?collection=docs" +import * as __fd_glob_65 from "../content/docs/key-concepts/storage.mdx?collection=docs" +import * as __fd_glob_64 from "../content/docs/key-concepts/query.mdx?collection=docs" +import * as __fd_glob_63 from "../content/docs/key-concepts/partitioning.mdx?collection=docs" +import * as __fd_glob_62 from "../content/docs/key-concepts/index.mdx?collection=docs" +import * as __fd_glob_61 from "../content/docs/key-concepts/high-availability.mdx?collection=docs" +import * as __fd_glob_60 from "../content/docs/key-concepts/data-model.mdx?collection=docs" +import * as __fd_glob_59 from "../content/docs/ingest-data/zero-instrumentation.mdx?collection=docs" +import * as __fd_glob_58 from "../content/docs/ingest-data/prometheus.mdx?collection=docs" +import * as __fd_glob_57 from "../content/docs/ingest-data/auto-instrumentation.mdx?collection=docs" +import * as __fd_glob_56 from "../content/docs/integrations/index.mdx?collection=docs" +import * as __fd_glob_55 from "../content/docs/flavours/pro.mdx?collection=docs" +import * as __fd_glob_54 from "../content/docs/flavours/oss.mdx?collection=docs" +import * as __fd_glob_53 from "../content/docs/flavours/enterprise.mdx?collection=docs" +import * as __fd_glob_52 from "../content/docs/enterprise/index.mdx?collection=docs" +import * as __fd_glob_51 from "../content/docs/cookbook/tool-calls.mdx?collection=docs" +import * as __fd_glob_50 from "../content/docs/cookbook/instrumentation.mdx?collection=docs" +import * as __fd_glob_49 from "../content/docs/cookbook/agentic-observability.mdx?collection=docs" +import * as __fd_glob_48 from "../content/docs/api/index.mdx?collection=docs" +import * as __fd_glob_47 from "../content/docs/alerting/alert-manager.mdx?collection=docs" +import * as __fd_glob_46 from "../content/docs/release-notes.mdx?collection=docs" +import * as __fd_glob_45 from "../content/docs/query.mdx?collection=docs" +import * as __fd_glob_44 from "../content/docs/introduction.mdx?collection=docs" +import * as __fd_glob_43 from "../content/docs/ingestion.mdx?collection=docs" +import * as __fd_glob_42 from "../content/docs/index.mdx?collection=docs" +import * as __fd_glob_41 from "../content/docs/get-started.mdx?collection=docs" +import * as __fd_glob_40 from "../content/docs/features.mdx?collection=docs" +import * as __fd_glob_39 from "../content/docs/design-choices.mdx?collection=docs" +import * as __fd_glob_38 from "../content/docs/benchmarks.mdx?collection=docs" +import * as __fd_glob_37 from "../content/docs/architecture.mdx?collection=docs" +import { default as __fd_glob_36 } from "../content/docs/self-hosted/installation/standalone/_category_.json?collection=docs" +import { default as __fd_glob_35 } from "../content/docs/self-hosted/installation/distributed/_category_.json?collection=docs" +import { default as __fd_glob_34 } from "../content/docs/user-guide/alerting/meta.json?collection=docs" +import { default as __fd_glob_33 } from "../content/docs/user-guide/ai-native/meta.json?collection=docs" +import { default as __fd_glob_32 } from "../content/docs/user-guide/agent-observability/meta.json?collection=docs" +import { default as __fd_glob_31 } from "../content/docs/self-hosted/storage-targets/meta.json?collection=docs" +import { default as __fd_glob_30 } from "../content/docs/self-hosted/storage-targets/_category_.json?collection=docs" +import { default as __fd_glob_29 } from "../content/docs/self-hosted/installation/meta.json?collection=docs" +import { default as __fd_glob_28 } from "../content/docs/self-hosted/installation/_category_.json?collection=docs" +import { default as __fd_glob_27 } from "../content/docs/overview/key-concepts/meta.json?collection=docs" +import { default as __fd_glob_26 } from "../content/docs/ingest-data/security/meta.json?collection=docs" +import { default as __fd_glob_25 } from "../content/docs/ingest-data/streaming/meta.json?collection=docs" +import { default as __fd_glob_24 } from "../content/docs/ingest-data/programming-languages/meta.json?collection=docs" +import { default as __fd_glob_23 } from "../content/docs/ingest-data/logging-agents/meta.json?collection=docs" +import { default as __fd_glob_22 } from "../content/docs/ingest-data/otel/_category_.json?collection=docs" +import { default as __fd_glob_21 } from "../content/docs/ingest-data/databases/meta.json?collection=docs" import { default as __fd_glob_20 } from "../content/docs/ingest-data/containers/meta.json?collection=docs" import { default as __fd_glob_19 } from "../content/docs/ingest-data/cloud/meta.json?collection=docs" import { default as __fd_glob_18 } from "../content/docs/ingest-data/cicd/meta.json?collection=docs" import { default as __fd_glob_17 } from "../content/docs/ingest-data/ai-agents/meta.json?collection=docs" +<<<<<<< fly.io +import { default as __fd_glob_16 } from "../content/docs/integrations/visualization/meta.json?collection=docs" +import { default as __fd_glob_15 } from "../content/docs/integrations/auth/meta.json?collection=docs" +import { default as __fd_glob_14 } from "../content/docs/integrations/alerting/meta.json?collection=docs" +import { default as __fd_glob_13 } from "../content/docs/user-guide/meta.json?collection=docs" +import { default as __fd_glob_12 } from "../content/docs/storage/_category_.json?collection=docs" +import { default as __fd_glob_11 } from "../content/docs/self-hosted/meta.json?collection=docs" +import { default as __fd_glob_10 } from "../content/docs/quickstart/meta.json?collection=docs" +import { default as __fd_glob_9 } from "../content/docs/overview/meta.json?collection=docs" +import { default as __fd_glob_8 } from "../content/docs/key-concepts/meta.json?collection=docs" +import { default as __fd_glob_7 } from "../content/docs/llm/_category_.json?collection=docs" +import { default as __fd_glob_6 } from "../content/docs/integrations/meta.json?collection=docs" +import { default as __fd_glob_5 } from "../content/docs/flavours/meta.json?collection=docs" +import { default as __fd_glob_4 } from "../content/docs/enterprise/_category_.json?collection=docs" +import { default as __fd_glob_3 } from "../content/docs/cookbook/meta.json?collection=docs" +======= import { default as __fd_glob_16 } from "../content/docs/cloud-provider/azure/_category_.json?collection=docs" import { default as __fd_glob_15 } from "../content/docs/cloud-provider/aws/_category_.json?collection=docs" import { default as __fd_glob_14 } from "../content/docs/user-guide/meta.json?collection=docs" @@ -217,6 +230,7 @@ import { default as __fd_glob_6 } from "../content/docs/flavours/meta.json?colle import { default as __fd_glob_5 } from "../content/docs/enterprise/_category_.json?collection=docs" import { default as __fd_glob_4 } from "../content/docs/cookbook/meta.json?collection=docs" import { default as __fd_glob_3 } from "../content/docs/cloud-provider/_category_.json?collection=docs" +>>>>>>> main import { default as __fd_glob_2 } from "../content/docs/api/meta.json?collection=docs" import { default as __fd_glob_1 } from "../content/docs/alerting/_category_.json?collection=docs" import { default as __fd_glob_0 } from "../content/docs/meta.json?collection=docs" @@ -228,6 +242,10 @@ const create = server({"doc":{"passthroughs":["extractedReferences"]}}); +<<<<<<< fly.io +export const docs = await create.docs("docs", "content/docs", {"meta.json": __fd_glob_0, "alerting/_category_.json": __fd_glob_1, "api/meta.json": __fd_glob_2, "cookbook/meta.json": __fd_glob_3, "enterprise/_category_.json": __fd_glob_4, "flavours/meta.json": __fd_glob_5, "integrations/meta.json": __fd_glob_6, "llm/_category_.json": __fd_glob_7, "key-concepts/meta.json": __fd_glob_8, "overview/meta.json": __fd_glob_9, "quickstart/meta.json": __fd_glob_10, "self-hosted/meta.json": __fd_glob_11, "storage/_category_.json": __fd_glob_12, "user-guide/meta.json": __fd_glob_13, "integrations/alerting/meta.json": __fd_glob_14, "integrations/auth/meta.json": __fd_glob_15, "integrations/visualization/meta.json": __fd_glob_16, "ingest-data/ai-agents/meta.json": __fd_glob_17, "ingest-data/cicd/meta.json": __fd_glob_18, "ingest-data/cloud/meta.json": __fd_glob_19, "ingest-data/containers/meta.json": __fd_glob_20, "ingest-data/databases/meta.json": __fd_glob_21, "ingest-data/otel/_category_.json": __fd_glob_22, "ingest-data/logging-agents/meta.json": __fd_glob_23, "ingest-data/programming-languages/meta.json": __fd_glob_24, "ingest-data/streaming/meta.json": __fd_glob_25, "ingest-data/security/meta.json": __fd_glob_26, "overview/key-concepts/meta.json": __fd_glob_27, "self-hosted/installation/_category_.json": __fd_glob_28, "self-hosted/installation/meta.json": __fd_glob_29, "self-hosted/storage-targets/_category_.json": __fd_glob_30, "self-hosted/storage-targets/meta.json": __fd_glob_31, "user-guide/agent-observability/meta.json": __fd_glob_32, "user-guide/ai-native/meta.json": __fd_glob_33, "user-guide/alerting/meta.json": __fd_glob_34, "self-hosted/installation/distributed/_category_.json": __fd_glob_35, "self-hosted/installation/standalone/_category_.json": __fd_glob_36, }, {"architecture.mdx": __fd_glob_37, "benchmarks.mdx": __fd_glob_38, "design-choices.mdx": __fd_glob_39, "features.mdx": __fd_glob_40, "get-started.mdx": __fd_glob_41, "index.mdx": __fd_glob_42, "ingestion.mdx": __fd_glob_43, "introduction.mdx": __fd_glob_44, "query.mdx": __fd_glob_45, "release-notes.mdx": __fd_glob_46, "alerting/alert-manager.mdx": __fd_glob_47, "api/index.mdx": __fd_glob_48, "cookbook/agentic-observability.mdx": __fd_glob_49, "cookbook/instrumentation.mdx": __fd_glob_50, "cookbook/tool-calls.mdx": __fd_glob_51, "enterprise/index.mdx": __fd_glob_52, "flavours/enterprise.mdx": __fd_glob_53, "flavours/oss.mdx": __fd_glob_54, "flavours/pro.mdx": __fd_glob_55, "integrations/index.mdx": __fd_glob_56, "ingest-data/auto-instrumentation.mdx": __fd_glob_57, "ingest-data/prometheus.mdx": __fd_glob_58, "ingest-data/zero-instrumentation.mdx": __fd_glob_59, "key-concepts/data-model.mdx": __fd_glob_60, "key-concepts/high-availability.mdx": __fd_glob_61, "key-concepts/index.mdx": __fd_glob_62, "key-concepts/partitioning.mdx": __fd_glob_63, "key-concepts/query.mdx": __fd_glob_64, "key-concepts/storage.mdx": __fd_glob_65, "llm/text-to-sql.mdx": __fd_glob_66, "quickstart/binary.mdx": __fd_glob_67, "quickstart/cloud.mdx": __fd_glob_68, "quickstart/docker.mdx": __fd_glob_69, "self-hosted/aws.mdx": __fd_glob_70, "self-hosted/configuration.mdx": __fd_glob_71, "self-hosted/metrics.mdx": __fd_glob_72, "self-hosted/telemetry.mdx": __fd_glob_73, "storage/awss3.mdx": __fd_glob_74, "user-guide/api-keys.mdx": __fd_glob_75, "user-guide/dashboards.mdx": __fd_glob_76, "user-guide/errors.mdx": __fd_glob_77, "user-guide/log-iq.mdx": __fd_glob_78, "user-guide/logs.mdx": __fd_glob_79, "user-guide/metrics.mdx": __fd_glob_80, "user-guide/openid.mdx": __fd_glob_81, "user-guide/promql.mdx": __fd_glob_82, "user-guide/rbac.mdx": __fd_glob_83, "user-guide/retention.mdx": __fd_glob_84, "user-guide/smart-cache.mdx": __fd_glob_85, "user-guide/sql-editor.mdx": __fd_glob_86, "user-guide/traces.mdx": __fd_glob_87, "api/v1/ingest.mdx": __fd_glob_88, "api/v1/query.mdx": __fd_glob_89, "integrations/alerting/discord.mdx": __fd_glob_90, "integrations/alerting/email.mdx": __fd_glob_91, "integrations/alerting/microsoft-teams.mdx": __fd_glob_92, "integrations/alerting/opsgenie.mdx": __fd_glob_93, "integrations/alerting/pagerduty.mdx": __fd_glob_94, "integrations/alerting/slack.mdx": __fd_glob_95, "integrations/alerting/webhook.mdx": __fd_glob_96, "integrations/auth/auth0.mdx": __fd_glob_97, "integrations/auth/authentik.mdx": __fd_glob_98, "integrations/auth/azure-ad.mdx": __fd_glob_99, "integrations/auth/google-workspace.mdx": __fd_glob_100, "integrations/auth/keycloak.mdx": __fd_glob_101, "integrations/auth/ldap.mdx": __fd_glob_102, "integrations/auth/okta.mdx": __fd_glob_103, "integrations/visualization/apache-superset.mdx": __fd_glob_104, "integrations/visualization/grafana.mdx": __fd_glob_105, "integrations/visualization/looker.mdx": __fd_glob_106, "integrations/visualization/metabase.mdx": __fd_glob_107, "integrations/visualization/redash.mdx": __fd_glob_108, "integrations/visualization/tableau.mdx": __fd_glob_109, "ingest-data/ai-agents/anthropic.mdx": __fd_glob_110, "ingest-data/ai-agents/autogen.mdx": __fd_glob_111, "ingest-data/ai-agents/crewai.mdx": __fd_glob_112, "ingest-data/ai-agents/dspy.mdx": __fd_glob_113, "ingest-data/ai-agents/index.mdx": __fd_glob_114, "ingest-data/ai-agents/langchain.mdx": __fd_glob_115, "ingest-data/ai-agents/litellm.mdx": __fd_glob_116, "ingest-data/ai-agents/llamaindex.mdx": __fd_glob_117, "ingest-data/ai-agents/n8n.mdx": __fd_glob_118, "ingest-data/ai-agents/openai.mdx": __fd_glob_119, "ingest-data/ai-agents/openrouter.mdx": __fd_glob_120, "ingest-data/ai-agents/vllm.mdx": __fd_glob_121, "ingest-data/cicd/argocd.mdx": __fd_glob_122, "ingest-data/cicd/circleci.mdx": __fd_glob_123, "ingest-data/cicd/github-actions.mdx": __fd_glob_124, "ingest-data/cicd/gitlab-ci.mdx": __fd_glob_125, "ingest-data/cicd/jenkins.mdx": __fd_glob_126, "ingest-data/cicd/terraform.mdx": __fd_glob_127, "ingest-data/cloud/aws-cloudwatch.mdx": __fd_glob_128, "ingest-data/cloud/aws-data-firehose.mdx": __fd_glob_129, "ingest-data/cloud/aws-kinesis.mdx": __fd_glob_130, "ingest-data/cloud/aws-lambda.mdx": __fd_glob_131, "ingest-data/cloud/azure-api-service.mdx": __fd_glob_132, "ingest-data/cloud/azure-event-hubs.mdx": __fd_glob_133, "ingest-data/cloud/azure-service-bus.mdx": __fd_glob_134, "ingest-data/cloud/fly-io.mdx": __fd_glob_135, "ingest-data/cloud/gcp-pubsub.mdx": __fd_glob_136, "ingest-data/containers/amazon-ecs.mdx": __fd_glob_137, "ingest-data/containers/amazon-eks.mdx": __fd_glob_138, "ingest-data/containers/azure-aks.mdx": __fd_glob_139, "ingest-data/containers/docker.mdx": __fd_glob_140, "ingest-data/containers/google-gke.mdx": __fd_glob_141, "ingest-data/containers/kubernetes.mdx": __fd_glob_142, "ingest-data/databases/elasticsearch.mdx": __fd_glob_143, "ingest-data/databases/mongodb.mdx": __fd_glob_144, "ingest-data/databases/mysql.mdx": __fd_glob_145, "ingest-data/databases/postgresql.mdx": __fd_glob_146, "ingest-data/databases/redis.mdx": __fd_glob_147, "ingest-data/logging-agents/apache-log-4j.mdx": __fd_glob_148, "ingest-data/logging-agents/filebeat.mdx": __fd_glob_149, "ingest-data/logging-agents/fluent-bit.mdx": __fd_glob_150, "ingest-data/logging-agents/fluentd.mdx": __fd_glob_151, "ingest-data/logging-agents/index.mdx": __fd_glob_152, "ingest-data/logging-agents/logstash.mdx": __fd_glob_153, "ingest-data/logging-agents/otel-collector.mdx": __fd_glob_154, "ingest-data/logging-agents/prometheus.mdx": __fd_glob_155, "ingest-data/logging-agents/promtail.mdx": __fd_glob_156, "ingest-data/logging-agents/syslog.mdx": __fd_glob_157, "ingest-data/logging-agents/vector.mdx": __fd_glob_158, "ingest-data/otel/index.mdx": __fd_glob_159, "ingest-data/otel/logs.mdx": __fd_glob_160, "ingest-data/otel/metrics.mdx": __fd_glob_161, "ingest-data/otel/traces.mdx": __fd_glob_162, "ingest-data/programming-languages/csharp.mdx": __fd_glob_163, "ingest-data/programming-languages/dotnet.mdx": __fd_glob_164, "ingest-data/programming-languages/go.mdx": __fd_glob_165, "ingest-data/programming-languages/index.mdx": __fd_glob_166, "ingest-data/programming-languages/java.mdx": __fd_glob_167, "ingest-data/programming-languages/javascript.mdx": __fd_glob_168, "ingest-data/programming-languages/php.mdx": __fd_glob_169, "ingest-data/programming-languages/python.mdx": __fd_glob_170, "ingest-data/programming-languages/ruby.mdx": __fd_glob_171, "ingest-data/programming-languages/rust.mdx": __fd_glob_172, "ingest-data/security/falco.mdx": __fd_glob_173, "ingest-data/security/siem-export.mdx": __fd_glob_174, "ingest-data/security/trivy.mdx": __fd_glob_175, "ingest-data/streaming/cribl.mdx": __fd_glob_176, "ingest-data/streaming/kafka.mdx": __fd_glob_177, "ingest-data/streaming/nats.mdx": __fd_glob_178, "ingest-data/streaming/rabbitmq.mdx": __fd_glob_179, "ingest-data/streaming/redpanda.mdx": __fd_glob_180, "overview/key-concepts/data-model.mdx": __fd_glob_181, "overview/key-concepts/index.mdx": __fd_glob_182, "overview/key-concepts/ingestion.mdx": __fd_glob_183, "overview/key-concepts/partitioning.mdx": __fd_glob_184, "overview/key-concepts/query.mdx": __fd_glob_185, "overview/key-concepts/storage.mdx": __fd_glob_186, "self-hosted/installation/index.mdx": __fd_glob_187, "self-hosted/storage-targets/aws-s3.mdx": __fd_glob_188, "self-hosted/storage-targets/azure-blob-storage.mdx": __fd_glob_189, "self-hosted/storage-targets/digitalocean-spaces.mdx": __fd_glob_190, "self-hosted/storage-targets/gcp-storage.mdx": __fd_glob_191, "user-guide/agent-observability/auto-instrumentation.mdx": __fd_glob_192, "user-guide/agent-observability/index.mdx": __fd_glob_193, "user-guide/agent-observability/manual-instrumentation.mdx": __fd_glob_194, "user-guide/agent-observability/schema-reference.mdx": __fd_glob_195, "user-guide/agent-observability/sql-queries.mdx": __fd_glob_196, "user-guide/ai-native/index.mdx": __fd_glob_197, "user-guide/ai-native/keystone.mdx": __fd_glob_198, "user-guide/ai-native/summary.mdx": __fd_glob_199, "user-guide/ai-native/text-to-sql.mdx": __fd_glob_200, "user-guide/alerting/anomaly.mdx": __fd_glob_201, "user-guide/alerting/forecasting.mdx": __fd_glob_202, "user-guide/alerting/index.mdx": __fd_glob_203, "user-guide/alerting/standard-threshold.mdx": __fd_glob_204, "self-hosted/installation/standalone/aws-ecs.mdx": __fd_glob_205, "self-hosted/installation/standalone/aws-eks.mdx": __fd_glob_206, "self-hosted/installation/standalone/docker.mdx": __fd_glob_207, "self-hosted/installation/standalone/k8s.mdx": __fd_glob_208, "self-hosted/installation/standalone/linux.mdx": __fd_glob_209, "self-hosted/installation/standalone/railway.mdx": __fd_glob_210, "self-hosted/installation/distributed/docker-compose.mdx": __fd_glob_211, "self-hosted/installation/distributed/k8s-helm.mdx": __fd_glob_212, "self-hosted/installation/distributed/linux.mdx": __fd_glob_213, "self-hosted/installation/distributed/railway.mdx": __fd_glob_214, "api/v1/logstream/stream_name/delete.mdx": __fd_glob_215, "api/v1/logstream/stream_name/post.mdx": __fd_glob_216, "api/v1/logstream/stream_name/put.mdx": __fd_glob_217, }); +======= export const docs = await create.docs("docs", "content/docs", {"meta.json": __fd_glob_0, "alerting/_category_.json": __fd_glob_1, "api/meta.json": __fd_glob_2, "cloud-provider/_category_.json": __fd_glob_3, "cookbook/meta.json": __fd_glob_4, "enterprise/_category_.json": __fd_glob_5, "flavours/meta.json": __fd_glob_6, "integrations/meta.json": __fd_glob_7, "llm/_category_.json": __fd_glob_8, "overview/meta.json": __fd_glob_9, "key-concepts/meta.json": __fd_glob_10, "quickstart/meta.json": __fd_glob_11, "self-hosted/meta.json": __fd_glob_12, "storage/_category_.json": __fd_glob_13, "user-guide/meta.json": __fd_glob_14, "cloud-provider/aws/_category_.json": __fd_glob_15, "cloud-provider/azure/_category_.json": __fd_glob_16, "ingest-data/ai-agents/meta.json": __fd_glob_17, "ingest-data/cicd/meta.json": __fd_glob_18, "ingest-data/cloud/meta.json": __fd_glob_19, "ingest-data/containers/meta.json": __fd_glob_20, "ingest-data/otel/_category_.json": __fd_glob_21, "ingest-data/logging-agents/meta.json": __fd_glob_22, "ingest-data/programming-languages/meta.json": __fd_glob_23, "ingest-data/databases/meta.json": __fd_glob_24, "ingest-data/security/meta.json": __fd_glob_25, "ingest-data/streaming/meta.json": __fd_glob_26, "integrations/alerting/meta.json": __fd_glob_27, "integrations/visualization/meta.json": __fd_glob_28, "integrations/auth/meta.json": __fd_glob_29, "overview/key-concepts/meta.json": __fd_glob_30, "self-hosted/installation/_category_.json": __fd_glob_31, "self-hosted/installation/meta.json": __fd_glob_32, "self-hosted/storage-targets/_category_.json": __fd_glob_33, "self-hosted/storage-targets/meta.json": __fd_glob_34, "user-guide/agent-observability/meta.json": __fd_glob_35, "user-guide/ai-native/meta.json": __fd_glob_36, "user-guide/alerting/meta.json": __fd_glob_37, "self-hosted/installation/distributed/_category_.json": __fd_glob_38, "self-hosted/installation/standalone/_category_.json": __fd_glob_39, }, {"architecture.mdx": __fd_glob_40, "benchmarks.mdx": __fd_glob_41, "design-choices.mdx": __fd_glob_42, "features.mdx": __fd_glob_43, "get-started.mdx": __fd_glob_44, "index.mdx": __fd_glob_45, "ingestion.mdx": __fd_glob_46, "introduction.mdx": __fd_glob_47, "query.mdx": __fd_glob_48, "release-notes.mdx": __fd_glob_49, "alerting/alert-manager.mdx": __fd_glob_50, "api/index.mdx": __fd_glob_51, "cookbook/agentic-observability.mdx": __fd_glob_52, "cookbook/instrumentation.mdx": __fd_glob_53, "cookbook/tool-calls.mdx": __fd_glob_54, "enterprise/index.mdx": __fd_glob_55, "flavours/enterprise.mdx": __fd_glob_56, "flavours/oss.mdx": __fd_glob_57, "flavours/pro.mdx": __fd_glob_58, "ingest-data/auto-instrumentation.mdx": __fd_glob_59, "ingest-data/prometheus.mdx": __fd_glob_60, "ingest-data/zero-instrumentation.mdx": __fd_glob_61, "integrations/index.mdx": __fd_glob_62, "key-concepts/data-model.mdx": __fd_glob_63, "key-concepts/high-availability.mdx": __fd_glob_64, "key-concepts/index.mdx": __fd_glob_65, "key-concepts/partitioning.mdx": __fd_glob_66, "key-concepts/query.mdx": __fd_glob_67, "key-concepts/storage.mdx": __fd_glob_68, "llm/text-to-sql.mdx": __fd_glob_69, "quickstart/binary.mdx": __fd_glob_70, "quickstart/cloud.mdx": __fd_glob_71, "quickstart/docker.mdx": __fd_glob_72, "self-hosted/configuration.mdx": __fd_glob_73, "self-hosted/metrics.mdx": __fd_glob_74, "self-hosted/telemetry.mdx": __fd_glob_75, "storage/awss3.mdx": __fd_glob_76, "user-guide/api-keys.mdx": __fd_glob_77, "user-guide/dashboards.mdx": __fd_glob_78, "user-guide/errors.mdx": __fd_glob_79, "user-guide/log-iq.mdx": __fd_glob_80, "user-guide/logs.mdx": __fd_glob_81, "user-guide/metrics.mdx": __fd_glob_82, "user-guide/openid.mdx": __fd_glob_83, "user-guide/promql.mdx": __fd_glob_84, "user-guide/rbac.mdx": __fd_glob_85, "user-guide/retention.mdx": __fd_glob_86, "user-guide/smart-cache.mdx": __fd_glob_87, "user-guide/sql-editor.mdx": __fd_glob_88, "user-guide/traces.mdx": __fd_glob_89, "api/v1/ingest.mdx": __fd_glob_90, "api/v1/query.mdx": __fd_glob_91, "cloud-provider/aws/aws-data-firehose.mdx": __fd_glob_92, "cloud-provider/aws/intro.mdx": __fd_glob_93, "cloud-provider/aws/lambda.mdx": __fd_glob_94, "cloud-provider/azure/api-service.mdx": __fd_glob_95, "cloud-provider/azure/service-bus.mdx": __fd_glob_96, "ingest-data/ai-agents/anthropic.mdx": __fd_glob_97, "ingest-data/ai-agents/autogen.mdx": __fd_glob_98, "ingest-data/ai-agents/crewai.mdx": __fd_glob_99, "ingest-data/ai-agents/dspy.mdx": __fd_glob_100, "ingest-data/ai-agents/index.mdx": __fd_glob_101, "ingest-data/ai-agents/langchain.mdx": __fd_glob_102, "ingest-data/ai-agents/litellm.mdx": __fd_glob_103, "ingest-data/ai-agents/llamaindex.mdx": __fd_glob_104, "ingest-data/ai-agents/n8n.mdx": __fd_glob_105, "ingest-data/ai-agents/openai.mdx": __fd_glob_106, "ingest-data/ai-agents/openrouter.mdx": __fd_glob_107, "ingest-data/ai-agents/temporal.mdx": __fd_glob_108, "ingest-data/ai-agents/vllm.mdx": __fd_glob_109, "ingest-data/containers/amazon-ecs.mdx": __fd_glob_110, "ingest-data/containers/amazon-eks.mdx": __fd_glob_111, "ingest-data/containers/azure-aks.mdx": __fd_glob_112, "ingest-data/containers/docker.mdx": __fd_glob_113, "ingest-data/containers/google-gke.mdx": __fd_glob_114, "ingest-data/containers/kubernetes.mdx": __fd_glob_115, "ingest-data/cloud/aws-cloudwatch.mdx": __fd_glob_116, "ingest-data/cloud/aws-kinesis.mdx": __fd_glob_117, "ingest-data/cloud/azure-event-hubs.mdx": __fd_glob_118, "ingest-data/cloud/gcp-pubsub.mdx": __fd_glob_119, "ingest-data/cicd/argocd.mdx": __fd_glob_120, "ingest-data/cicd/circleci.mdx": __fd_glob_121, "ingest-data/cicd/github-actions.mdx": __fd_glob_122, "ingest-data/cicd/gitlab-ci.mdx": __fd_glob_123, "ingest-data/cicd/jenkins.mdx": __fd_glob_124, "ingest-data/cicd/terraform.mdx": __fd_glob_125, "ingest-data/databases/elasticsearch.mdx": __fd_glob_126, "ingest-data/databases/mongodb.mdx": __fd_glob_127, "ingest-data/databases/mysql.mdx": __fd_glob_128, "ingest-data/databases/postgresql.mdx": __fd_glob_129, "ingest-data/databases/redis.mdx": __fd_glob_130, "ingest-data/otel/index.mdx": __fd_glob_131, "ingest-data/otel/logs.mdx": __fd_glob_132, "ingest-data/otel/metrics.mdx": __fd_glob_133, "ingest-data/otel/traces.mdx": __fd_glob_134, "ingest-data/logging-agents/apache-log-4j.mdx": __fd_glob_135, "ingest-data/logging-agents/filebeat.mdx": __fd_glob_136, "ingest-data/logging-agents/fluent-bit.mdx": __fd_glob_137, "ingest-data/logging-agents/fluentd.mdx": __fd_glob_138, "ingest-data/logging-agents/index.mdx": __fd_glob_139, "ingest-data/logging-agents/logstash.mdx": __fd_glob_140, "ingest-data/logging-agents/otel-collector.mdx": __fd_glob_141, "ingest-data/logging-agents/prometheus.mdx": __fd_glob_142, "ingest-data/logging-agents/promtail.mdx": __fd_glob_143, "ingest-data/logging-agents/syslog.mdx": __fd_glob_144, "ingest-data/logging-agents/vector.mdx": __fd_glob_145, "ingest-data/security/falco.mdx": __fd_glob_146, "ingest-data/security/siem-export.mdx": __fd_glob_147, "ingest-data/security/trivy.mdx": __fd_glob_148, "ingest-data/programming-languages/csharp.mdx": __fd_glob_149, "ingest-data/programming-languages/dotnet.mdx": __fd_glob_150, "ingest-data/programming-languages/go.mdx": __fd_glob_151, "ingest-data/programming-languages/index.mdx": __fd_glob_152, "ingest-data/programming-languages/java.mdx": __fd_glob_153, "ingest-data/programming-languages/javascript.mdx": __fd_glob_154, "ingest-data/programming-languages/php.mdx": __fd_glob_155, "ingest-data/programming-languages/python.mdx": __fd_glob_156, "ingest-data/programming-languages/ruby.mdx": __fd_glob_157, "ingest-data/programming-languages/rust.mdx": __fd_glob_158, "ingest-data/streaming/cribl.mdx": __fd_glob_159, "ingest-data/streaming/kafka.mdx": __fd_glob_160, "ingest-data/streaming/nats.mdx": __fd_glob_161, "ingest-data/streaming/rabbitmq.mdx": __fd_glob_162, "ingest-data/streaming/redpanda.mdx": __fd_glob_163, "integrations/alerting/discord.mdx": __fd_glob_164, "integrations/alerting/email.mdx": __fd_glob_165, "integrations/alerting/microsoft-teams.mdx": __fd_glob_166, "integrations/alerting/opsgenie.mdx": __fd_glob_167, "integrations/alerting/pagerduty.mdx": __fd_glob_168, "integrations/alerting/slack.mdx": __fd_glob_169, "integrations/alerting/webhook.mdx": __fd_glob_170, "integrations/auth/auth0.mdx": __fd_glob_171, "integrations/auth/authentik.mdx": __fd_glob_172, "integrations/auth/azure-ad.mdx": __fd_glob_173, "integrations/auth/google-workspace.mdx": __fd_glob_174, "integrations/auth/keycloak.mdx": __fd_glob_175, "integrations/auth/ldap.mdx": __fd_glob_176, "integrations/auth/okta.mdx": __fd_glob_177, "overview/key-concepts/data-model.mdx": __fd_glob_178, "overview/key-concepts/index.mdx": __fd_glob_179, "overview/key-concepts/ingestion.mdx": __fd_glob_180, "overview/key-concepts/partitioning.mdx": __fd_glob_181, "overview/key-concepts/query.mdx": __fd_glob_182, "overview/key-concepts/storage.mdx": __fd_glob_183, "integrations/visualization/apache-superset.mdx": __fd_glob_184, "integrations/visualization/grafana.mdx": __fd_glob_185, "integrations/visualization/looker.mdx": __fd_glob_186, "integrations/visualization/metabase.mdx": __fd_glob_187, "integrations/visualization/redash.mdx": __fd_glob_188, "integrations/visualization/tableau.mdx": __fd_glob_189, "self-hosted/storage-targets/aws-s3.mdx": __fd_glob_190, "self-hosted/storage-targets/azure-blob-storage.mdx": __fd_glob_191, "self-hosted/storage-targets/digitalocean-spaces.mdx": __fd_glob_192, "self-hosted/storage-targets/gcp-storage.mdx": __fd_glob_193, "self-hosted/installation/index.mdx": __fd_glob_194, "user-guide/agent-observability/auto-instrumentation.mdx": __fd_glob_195, "user-guide/agent-observability/index.mdx": __fd_glob_196, "user-guide/agent-observability/manual-instrumentation.mdx": __fd_glob_197, "user-guide/agent-observability/schema-reference.mdx": __fd_glob_198, "user-guide/agent-observability/sql-queries.mdx": __fd_glob_199, "user-guide/ai-native/index.mdx": __fd_glob_200, "user-guide/ai-native/keystone.mdx": __fd_glob_201, "user-guide/ai-native/summary.mdx": __fd_glob_202, "user-guide/ai-native/text-to-sql.mdx": __fd_glob_203, "user-guide/alerting/anomaly.mdx": __fd_glob_204, "user-guide/alerting/forecasting.mdx": __fd_glob_205, "user-guide/alerting/index.mdx": __fd_glob_206, "user-guide/alerting/standard-threshold.mdx": __fd_glob_207, "self-hosted/installation/distributed/docker-compose.mdx": __fd_glob_208, "self-hosted/installation/distributed/k8s-helm.mdx": __fd_glob_209, "self-hosted/installation/distributed/linux.mdx": __fd_glob_210, "self-hosted/installation/distributed/railway.mdx": __fd_glob_211, "self-hosted/installation/standalone/aws-ecs.mdx": __fd_glob_212, "self-hosted/installation/standalone/aws-eks.mdx": __fd_glob_213, "self-hosted/installation/standalone/docker.mdx": __fd_glob_214, "self-hosted/installation/standalone/k8s.mdx": __fd_glob_215, "self-hosted/installation/standalone/linux.mdx": __fd_glob_216, "self-hosted/installation/standalone/railway.mdx": __fd_glob_217, "api/v1/logstream/stream_name/delete.mdx": __fd_glob_218, "api/v1/logstream/stream_name/post.mdx": __fd_glob_219, "api/v1/logstream/stream_name/put.mdx": __fd_glob_220, }); +>>>>>>> main export const releaseNotes = await create.docs("releaseNotes", "content/release-notes", {}, {}); \ No newline at end of file diff --git a/content/docs/cloud-provider/_category_.json b/content/docs/cloud-provider/_category_.json deleted file mode 100644 index d7aded2..0000000 --- a/content/docs/cloud-provider/_category_.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "label": "Cloud Provider", - "collapsible": true, - "collapsed": true, - "position": 2, - "link": { - "type": "generated-index", - "title": "Cloud Provider", - "description": "Cloud provider guide for Parseable." - }, - "customProps": {} -} diff --git a/content/docs/cloud-provider/aws/_category_.json b/content/docs/cloud-provider/aws/_category_.json deleted file mode 100644 index 038d593..0000000 --- a/content/docs/cloud-provider/aws/_category_.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "label": "AWS", - "collapsible": true, - "collapsed": true, - "position": 2, - "link": { - "type": "generated-index", - "title": "AWS", - "description": "AWS Integrations for Parseable." - }, - "customProps": {} -} diff --git a/content/docs/cloud-provider/azure/_category_.json b/content/docs/cloud-provider/azure/_category_.json deleted file mode 100644 index 6472652..0000000 --- a/content/docs/cloud-provider/azure/_category_.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "label": "Azure", - "collapsible": true, - "collapsed": true, - "position": 1, - "link": { - "type": "generated-index", - "title": "Azure", - "description": "Azure Integrations for Parseable." - }, - "customProps": {} -} diff --git a/content/docs/cloud-provider/aws/aws-data-firehose.mdx b/content/docs/ingest-data/cloud/aws-data-firehose.mdx similarity index 100% rename from content/docs/cloud-provider/aws/aws-data-firehose.mdx rename to content/docs/ingest-data/cloud/aws-data-firehose.mdx diff --git a/content/docs/cloud-provider/aws/lambda.mdx b/content/docs/ingest-data/cloud/aws-lambda.mdx similarity index 100% rename from content/docs/cloud-provider/aws/lambda.mdx rename to content/docs/ingest-data/cloud/aws-lambda.mdx diff --git a/content/docs/cloud-provider/azure/api-service.mdx b/content/docs/ingest-data/cloud/azure-api-service.mdx similarity index 99% rename from content/docs/cloud-provider/azure/api-service.mdx rename to content/docs/ingest-data/cloud/azure-api-service.mdx index 9f7e3fc..d036d9b 100644 --- a/content/docs/cloud-provider/azure/api-service.mdx +++ b/content/docs/ingest-data/cloud/azure-api-service.mdx @@ -3,6 +3,7 @@ title: "Azure API Service" --- ## API Management Service Logs + Azure API Management (APIM) is a hybrid, multi cloud management platform for APIs across all environments. It provides a scalable, multi-cloud API management platform for securing, publishing, and analyzing APIs. Azure API Management helps customers: @@ -18,11 +19,13 @@ Azure API Management helps customers: Azure API Management is made up of an API gateway, a management plane, and a developer portal. These components are Azure-hosted and fully managed by default. ## Overview + You can send Azure API Management Service logs to Parseable via Azure Event Hub & Azure Logic Apps. Once logs are unified in Parseable, you can easily monitor and analyze the logs in real-time, and get insights into the performance and usage of your APIs. Most importantly, you have full ownership and control over this data, so you can use it to improve your API management and security, without cost or privacy concerns. ## Pre-requisites + Before you begin, you will need the following: - Parseable deployed and running in your environment. Refer the [installation guide](/docs/self-hosted/installation/) for more information. diff --git a/content/docs/cloud-provider/azure/service-bus.mdx b/content/docs/ingest-data/cloud/azure-service-bus.mdx similarity index 100% rename from content/docs/cloud-provider/azure/service-bus.mdx rename to content/docs/ingest-data/cloud/azure-service-bus.mdx diff --git a/content/docs/ingest-data/cloud/fly-io.mdx b/content/docs/ingest-data/cloud/fly-io.mdx new file mode 100644 index 0000000..1ec20b8 --- /dev/null +++ b/content/docs/ingest-data/cloud/fly-io.mdx @@ -0,0 +1,148 @@ +--- +title: Fly.io +description: Ingest Fly.io platform logs and metrics into Parseable +--- + +Ship logs and platform metrics from your [Fly.io](https://fly.io) apps to Parseable. Both pipelines are dedicated Fly apps deployed alongside (not inside) your workload apps; your existing `fly.toml` files are not modified. + +## Overview + +| Pipeline | Source | Shipper | Parseable route | Availability | +| -------- | ---------------------------------------------------------- | --------------------------------------------------------------------------------------------- | ----------------------------- | ----------------------------- | +| Logs | Fly's NATS log stream (`nats://[fdaa::3]:4223`) | [`fly-log-shipper`](https://github.com/superfly/fly-log-shipper) with Parseable Vector sink | `POST /api/v1/logstream/...` | All Parseable editions | +| Metrics | Fly's managed Prometheus (`api.fly.io/prometheus//federate`) | [`parseable-fly-metrics`](https://github.com/parseablehq/parseable-fly-io-metrics) (Go agent) | `POST /v1/prometheus/write` | **Parseable Enterprise / Prism only** | + +One agent per Fly org covers every app in that org - no per-app config. + +--- + +## Logs + +### Architecture + +``` +your-app-1 ─┐ +your-app-2 ─┤── Fly NATS logs stream ──▶ fly-log-shipper ──▶ Parseable +your-app-N ─┘ (nats://[fdaa::3]:4223) (Fly app) /api/v1/logstream/ +``` + +### Deploy + +`fly-log-shipper` is Fly's official log forwarder, with a Parseable sink available in the upstream repo (see [PR #76](https://github.com/superfly/fly-log-shipper/pull/76)). + +```bash +git clone https://github.com/superfly/fly-log-shipper +cd fly-log-shipper + +# create the shipper app in your Fly org +flyctl apps create -fly-log-shipper --org + +# auth + Parseable sink secrets +flyctl secrets set \ + ACCESS_TOKEN=$(flyctl auth token) \ + ORG= \ + PARSEABLE_URL=https:// \ + PARSEABLE_USERNAME= \ + PARSEABLE_PASSWORD= \ + PARSEABLE_STREAM=fly_logs + +flyctl deploy --ha=false +``` + +Logs from every app in the org now flow into the `fly_logs` stream. Refer to the [fly-log-shipper README](https://github.com/superfly/fly-log-shipper#sinks) for the full list of sink env vars. + +--- + +## Metrics + + + +The Fly metrics pipeline writes via Parseable's `POST /v1/prometheus/write` route, which is available in **Parseable Enterprise** and **Prism** (distributed) deployments. The open-source Parseable server does not expose this route. + +### Architecture + +``` +your-app-1 ─┐ +your-app-2 ─┤── Fly managed Prometheus ──▶ parseable-fly-metrics ──▶ Parseable +your-app-N ─┘ api.fly.io/prometheus//federate (Fly app) /v1/prometheus/write + (ingestor node) +``` + +### Deploy + +```bash +git clone https://github.com/parseablehq/parseable-fly-metrics +cd parseable-fly-metrics + +# edit fly.toml - set `app = ""` and `primary_region` + +flyctl apps create --org + +flyctl secrets set \ + FLY_ORG= \ + FLY_METRICS_TOKEN=$(flyctl auth token) \ + PARSEABLE_URL=https://:8010 \ + PARSEABLE_USERNAME= \ + PARSEABLE_PASSWORD= + +flyctl deploy --ha=false +``` + +Expected log line per scrape interval: + +``` +scrape ok: families=61 series=134 samples=134 duration=460ms +``` + +`PARSEABLE_URL` must point at a Prism **ingestor** node, not the query node. Run a single agent machine per org; multiple instances would double-scrape. + +### Configuration + +| Variable | Required | Default | Notes | +| ---------------------- | -------- | ------------- | -------------------------------------------------------------------------------------------------- | +| `FLY_ORG` | yes | - | Fly org slug. Find via `flyctl orgs list`. | +| `FLY_METRICS_TOKEN` | yes | - | Output of `flyctl auth token` or `flyctl tokens create readonly -o `. | +| `PARSEABLE_URL` | yes | - | Base URL of the Parseable ingestor. | +| `PARSEABLE_USERNAME` | yes | - | HTTP basic auth username. | +| `PARSEABLE_PASSWORD` | yes | - | HTTP basic auth password. | +| `PARSEABLE_STREAM` | no | `fly_metrics` | Target stream name. Parseable creates the stream automatically on first write. | +| `SCRAPE_INTERVAL_SECS` | no | `30` | Seconds between scrapes. | + +--- + +## Verify + +Query the Parseable query node: + +```bash +curl -u : -X POST \ + -H 'Content-Type: application/json' \ + -d '{"query":"select metric_name, app, region, data_point_value from fly_metrics order by p_timestamp desc limit 5","startTime":"1h","endTime":"now"}' \ + https:///api/v1/query +``` + +Sample row from the `fly_metrics` stream: + +```json +{ + "app": "hellofly", + "region": "sin", + "instance": "9080d161a52928", + "metric_name": "fly_instance_memory_buffers", + "metric_type": "gauge", + "data_point_value": 778240, + "time_unix_nano": "2026-05-18T06:45:38.637", + "scope_name": "prometheus_remote_write", + "p_format": "otel-metrics" +} +``` + +For logs, query the `fly_logs` stream the same way. + +--- + +## Notes + +- **Auth scheme.** Fly's Prometheus endpoint requires `Authorization: FlyV1 ` for tokens issued by recent `flyctl` versions. The agent handles this automatically; the `Bearer` scheme returns HTTP 401. +- **Idle apps.** Apps with `auto_stop_machines = "stop"` stop emitting metrics until they are woken. Fly's `/federate` returns HTTP 200 with an empty body in that state. +- **Self-observability blind spot.** Both agents (logs and metrics) are themselves Fly apps in the same org, so they appear in their own data. If an agent crashes, its own outage is invisible from Parseable; set a stream-silence alert as a watchdog. diff --git a/content/docs/ingest-data/cloud/meta.json b/content/docs/ingest-data/cloud/meta.json index d96eb2b..85ed24b 100644 --- a/content/docs/ingest-data/cloud/meta.json +++ b/content/docs/ingest-data/cloud/meta.json @@ -2,8 +2,13 @@ "title": "Cloud Providers", "pages": [ "aws-cloudwatch", + "aws-lambda", + "aws-data-firehose", "aws-kinesis", "azure-event-hubs", - "gcp-pubsub" + "azure-api-service", + "azure-service-bus", + "gcp-pubsub", + "fly-io" ] } diff --git a/content/docs/integrations/index.mdx b/content/docs/integrations/index.mdx index 10fe110..e594ac1 100644 --- a/content/docs/integrations/index.mdx +++ b/content/docs/integrations/index.mdx @@ -204,6 +204,16 @@ Observability pipeline --- +## Application platforms + + + +Ingest Fly.io platform logs and metrics + + + +--- + ## Container orchestration diff --git a/content/docs/meta.json b/content/docs/meta.json index 11eceb3..d2c84ef 100644 --- a/content/docs/meta.json +++ b/content/docs/meta.json @@ -49,6 +49,7 @@ "api", "---Self Hosted---", "self-hosted/installation", + "self-hosted/aws", "self-hosted/configuration", "self-hosted/storage-targets", "self-hosted/metrics", diff --git a/content/docs/cloud-provider/aws/intro.mdx b/content/docs/self-hosted/aws.mdx similarity index 85% rename from content/docs/cloud-provider/aws/intro.mdx rename to content/docs/self-hosted/aws.mdx index 3d28d6c..ecb2730 100644 --- a/content/docs/cloud-provider/aws/intro.mdx +++ b/content/docs/self-hosted/aws.mdx @@ -1,14 +1,15 @@ --- title: "AWS" --- -Amazon Web Services (AWS) is the leading cloud services provider, offering a wide range of services including compute, storage, databases, analytics, machine learning, and more. Parseable integrates with AWS to provide a seamless experience for our customers. This document provides an overview of the AWS services that Parseable integrates with, and how to set up the integration. ### Authentication and access control + Parseable uses AWS IAM roles to authenticate and authorize access to AWS services. You can create an IAM role with the necessary permissions and attach it to the Parseable instance to enable access to AWS services. ### Deployment and configuration + Parseable can be deployed in AWS using the following methods: - AWS EKS: Install Parseable in your EKS cluster using [this guide here](/docs/self-hosted/installation/standalone/aws-eks). diff --git a/content/docs/self-hosted/meta.json b/content/docs/self-hosted/meta.json index 6780185..a7a1996 100644 --- a/content/docs/self-hosted/meta.json +++ b/content/docs/self-hosted/meta.json @@ -5,6 +5,7 @@ "defaultOpen": true, "pages": [ "installation", + "aws", "configuration", "storage-targets", "metrics",