content large_stringlengths 3 20.5k | url large_stringlengths 53 192 ⌀ | branch large_stringclasses 4
values | source large_stringclasses 51
values | embeddings listlengths 384 384 | score float64 -0.21 0.65 |
|---|---|---|---|---|---|
# Helm chart components This section describes the components installed by the Helm Chart. ## 3 methods of deployment The Loki chart supports three methods of deployment: - [Monolithic](../install-monolithic/) - [Simple Scalable](../install-scalable/) - [Microservice](../install-microservices/) By default, the chart in... | https://github.com/grafana/loki/blob/main/docs/sources/setup/install/helm/concepts.md | main | loki | [
0.049293890595436096,
-0.03421011567115784,
0.04708852618932724,
-0.08016704022884369,
0.03971622884273529,
-0.03011968545615673,
-0.11806445568799973,
0.07526491582393646,
-0.02936050295829773,
0.04119008406996727,
0.10108573734760284,
0.025746220722794533,
0.023947028443217278,
0.0447544... | 0.108208 |
single instance in the case of filesystem storage). The gateway must be enabled if an Ingress is required, since the Ingress exposes the gateway only. If the gateway is enabled, Grafana and log shipping agents, such as Grafana Alloy, should be configured to use the gateway. If NetworkPolicies are enabled, they are more... | https://github.com/grafana/loki/blob/main/docs/sources/setup/install/helm/concepts.md | main | loki | [
0.0015866655157878995,
-0.04428048059344292,
-0.04657665640115738,
0.0004592958139255643,
-0.06688795983791351,
-0.07244805246591568,
-0.004378896206617355,
0.012259680777788162,
0.017788367345929146,
0.07805439829826355,
0.007056132424622774,
0.033258095383644104,
0.007211956195533276,
-0... | 0.114168 |
# Install Grafana Loki with Helm The [Helm](https://helm.sh/) chart lets you configure, install, and upgrade Grafana Loki within a Kubernetes cluster. This guide references the Loki community Helm chart and contains the following sections: {{< section menuTitle="true" >}} If you are installing Grafana Enterprise Logs, ... | https://github.com/grafana/loki/blob/main/docs/sources/setup/install/helm/_index.md | main | loki | [
-0.018280871212482452,
-0.009257393889129162,
0.02031811513006687,
-0.04873773455619812,
-0.04602418839931488,
-0.014054828323423862,
-0.10048151016235352,
-0.000634885102044791,
0.005798419006168842,
0.0634104460477829,
0.024703260511159897,
-0.0761682316660881,
-0.031114403158426285,
0.0... | 0.109865 |
# Deploy the Loki Helm chart on GCP This guide shows how to deploy a minimally viable Loki in \*\*microservices\*\* mode on Google Cloud Platform (GCP) using the Helm chart. To run through this guide, we expect you to have the necessary tools and permissions to deploy resources on GCP, such as: - Full access to Google ... | https://github.com/grafana/loki/blob/main/docs/sources/setup/install/helm/deployment-guides/gcp.md | main | loki | [
-0.011706620454788208,
-0.007415254600346088,
0.06965414434671402,
-0.07558099925518036,
-0.014023717492818832,
-0.005557357799261808,
0.058124199509620667,
0.0036500594578683376,
-0.006563128437846899,
0.055204324424266815,
0.017039921134710312,
-0.06532615423202515,
0.06908443570137024,
... | 0.009332 |
auth plugin: ```bash gcloud components install gke-gcloud-auth-plugin ``` This plugin is necessary to use kubectl to authenticate with GKE. [Click here for more details on this plugin](https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke). {{< admonition type="warning" >}} Regional c... | https://github.com/grafana/loki/blob/main/docs/sources/setup/install/helm/deployment-guides/gcp.md | main | loki | [
0.06432503461837769,
-0.0001790446403902024,
-0.023079443722963333,
-0.08002838492393494,
-0.0085086515173316,
-0.04825455695390701,
-0.01639445871114731,
-0.047270335257053375,
0.027624495327472687,
0.014698673970997334,
-0.019689369946718216,
-0.15000057220458984,
0.08167637884616852,
-0... | 0.050288 |
install your Loki workloads: ```bash kubectl create namespace ``` Replace `` with the namespace where your Loki workloads will be located. Example: ```bash kubectl create namespace loki ``` You should get the output: ```bash namespace/loki created ``` ### Create Kubernetes Service Account (KSA) A KSA is a cluster ident... | https://github.com/grafana/loki/blob/main/docs/sources/setup/install/helm/deployment-guides/gcp.md | main | loki | [
0.02556006796658039,
-0.05355910584330559,
0.018703045323491096,
-0.039347127079963684,
-0.06586499512195587,
0.02650485932826996,
0.014833073131740093,
0.014004277065396309,
0.09189481288194656,
0.06148306280374527,
-0.04562497138977051,
-0.11387450248003006,
-0.010995793156325817,
-0.010... | 0.150992 |
in the `loki` namespace. We will reference this secret in the Loki Helm chart configuration. 3. Create a `canary-basic-auth` secret for the canary: ```bash kubectl create secret generic canary-basic-auth \ --from-literal=username= \ --from-literal=password= \ -n loki ``` We create a literal secret with the username and... | https://github.com/grafana/loki/blob/main/docs/sources/setup/install/helm/deployment-guides/gcp.md | main | loki | [
-0.01921681873500347,
0.009716861881315708,
-0.06807443499565125,
-0.06384862959384918,
-0.08819629997015,
-0.021266058087348938,
-0.03140968084335327,
0.0346120223402977,
0.05676008388400078,
0.06006556749343872,
-0.0068981098011136055,
-0.08690358698368073,
0.04041345417499542,
0.0054456... | 0.077923 |
- \*\*Storage:\*\* - Defines where the Helm chart stores data. - Set the type to `GCS` since we are using Google Cloud Storage. - Configure the bucket names for the chunks and ruler to match the buckets created earlier. - The `GCS` section specifies the region of the bucket. - \*\*Service Account:\*\* - The `serviceAcc... | https://github.com/grafana/loki/blob/main/docs/sources/setup/install/helm/deployment-guides/gcp.md | main | loki | [
-0.06345482915639877,
-0.0413985550403595,
-0.0018518536817282438,
-0.05255332961678505,
0.01134136226028204,
-0.05642727017402649,
-0.01818457432091236,
-0.05100914463400841,
0.01533189881592989,
0.09910334646701813,
0.02539937198162079,
-0.009683487005531788,
0.045025862753391266,
-0.051... | 0.059702 |
allow you to both write and query logs to Loki. To get started with k6, follow the steps below: 1. Install k6 with the Loki extension on your local machine. Refer to [Installing k6 and the xk6-loki extension](https://grafana.com/docs/loki//send-data/k6/). 2. Create a `gcp-test.js` file with the following content: ```ja... | https://github.com/grafana/loki/blob/main/docs/sources/setup/install/helm/deployment-guides/gcp.md | main | loki | [
-0.09279129654169083,
-0.027774181216955185,
-0.04822278767824173,
-0.0010306262411177158,
-0.09294312447309494,
-0.09980236738920212,
-0.07357959449291229,
-0.005898297298699617,
0.005200202111154795,
0.061685334891080856,
-0.03000742383301258,
-0.040954168885946274,
-0.02545180357992649,
... | 0.094385 |
# Deploy the Loki Helm chart on AWS This guide shows how to deploy a minimally viable Loki in \*\*microservice\*\* mode on AWS using the Helm chart. To run through this guide, we expect you to have the necessary tools and permissions to deploy resources on AWS, such as: - Full access to EKS (Amazon Elastic Kubernetes S... | https://github.com/grafana/loki/blob/main/docs/sources/setup/install/helm/deployment-guides/aws.md | main | loki | [
-0.0018913772655650973,
-0.03725101053714752,
-0.04267305135726929,
-0.08995837718248367,
0.0790974572300911,
0.009793019853532314,
0.009218543767929077,
-0.037557169795036316,
0.04177314043045044,
0.07025228440761566,
0.029716504737734795,
-0.032741252332925797,
0.08581206202507019,
-0.00... | 0.045186 |
used in this guide: ```yaml # A simple example of ClusterConfig object: --- apiVersion: eksctl.io/v1alpha5 kind: ClusterConfig metadata: name: region: version: "1.31" iam: withOIDC: true addons: - name: aws-ebs-csi-driver managedNodeGroups: - name: loki-workers instanceType: m7i.2xlarge desiredCapacity: 3 minSize: 2 ma... | https://github.com/grafana/loki/blob/main/docs/sources/setup/install/helm/deployment-guides/aws.md | main | loki | [
-0.03815752640366554,
0.000008896548024495132,
0.0053540789522230625,
0.021435262635350227,
0.06395712494850159,
0.031439460813999176,
-0.02346031554043293,
-0.02390986867249012,
0.042518723756074905,
0.06251198798418045,
0.0027099724393337965,
-0.10160037130117416,
0.023691736161708832,
-... | 0.249514 |
trust policy document named `trust-policy.json` with the following content: ```json { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Principal": { "Federated": "arn:aws:iam::< ACCOUNT ID >:oidc-provider/oidc.eks..amazonaws.com/id/< OIDC ID >" }, "Action": "sts:AssumeRoleWithWebIdentity", "Condition": { "... | https://github.com/grafana/loki/blob/main/docs/sources/setup/install/helm/deployment-guides/aws.md | main | loki | [
-0.07508402317762375,
0.05490071699023247,
-0.03183824568986893,
0.02050107717514038,
0.013907364569604397,
-0.045144226402044296,
0.008597031235694885,
-0.06550760567188263,
0.07579450309276581,
0.03476019948720932,
0.0319799967110157,
-0.054598066955804825,
0.07403764128684998,
0.0113114... | 0.031452 |
Your actual S3 bucket name (loki-aws-dev-chunks) ruler: "" # Your actual S3 bucket name (loki-aws-dev-ruler) # admin: "" # Your actual S3 bucket name (loki-aws-dev-admin) - GEL customers only s3: region: # eu-west-2 #insecure: false # s3forcepathstyle: false serviceAccount: create: true annotations: "eks.amazonaws.com/... | https://github.com/grafana/loki/blob/main/docs/sources/setup/install/helm/deployment-guides/aws.md | main | loki | [
-0.011209109798073769,
-0.07931215316057205,
-0.03271687030792236,
-0.02313787303864956,
0.007990769110620022,
-0.04716877266764641,
-0.021817566826939583,
-0.05967870354652405,
0.06837160885334015,
0.07530084997415543,
0.03116024285554886,
-0.08295596390962601,
0.07085247337818146,
-0.005... | 0.043517 |
the `loki` namespace. This is configurable but make sure to update your service account.\*\* 1. Verify the deployment: ```bash kubectl get pods -n loki ``` You should see the Loki pods running. ```console NAME READY STATUS RESTARTS AGE loki-canary-crqpg 1/1 Running 0 10m loki-canary-hm26p 1/1 Running 0 10m loki-canary-... | https://github.com/grafana/loki/blob/main/docs/sources/setup/install/helm/deployment-guides/aws.md | main | loki | [
0.05486593768000603,
-0.10333383083343506,
0.006678017321974039,
-0.03343167528510094,
-0.013982242904603481,
0.006386637222021818,
-0.04452645033597946,
0.008501210249960423,
0.012341397814452648,
0.04846108704805374,
0.01221578661352396,
-0.05531394109129906,
-0.062458641827106476,
-0.00... | 0.174873 |
with limit 1 res = client.instantQuery(`count\_over\_time({format="${format}"}[1m])`, 1) // Check for successful read check(res, { 'successful instant query': (res) => res.status == 200 }); // Execute range query over last 5m and limit 1000 res = client.rangeQuery(`{format="${format}"}`, "5m", 1000) // Check for succes... | https://github.com/grafana/loki/blob/main/docs/sources/setup/install/helm/deployment-guides/aws.md | main | loki | [
-0.006764810532331467,
0.022543955594301224,
-0.05252731963992119,
0.06528643518686295,
-0.03974008187651634,
-0.0667710155248642,
0.08663054555654526,
0.013313100673258305,
0.12429319322109222,
0.0281821358948946,
-0.00602931622415781,
0.028406653553247452,
0.07572627812623978,
-0.0707568... | 0.083437 |
# Deploy the Loki Helm chart on Azure This guide shows how to deploy a minimally viable Loki in \*\*microservice\*\* mode on Azure using the Helm chart. In order to successfully complete this guide, you must have the necessary tools and permissions to deploy resources on Azure, such as: - Full access to AKS (Azure Kube... | https://github.com/grafana/loki/blob/main/docs/sources/setup/install/helm/deployment-guides/azure.md | main | loki | [
0.00897629652172327,
-0.009713269770145416,
-0.004429719876497984,
-0.05255858972668648,
-0.01866300404071808,
0.026930352672934532,
0.03354682773351669,
0.00031818426214158535,
0.030932992696762085,
0.11892662942409515,
0.03239709138870239,
-0.04691532626748085,
0.07305846363306046,
0.054... | 0.066327 |
to 10 vCPUs within a region. We recommend for large production workloads to scale these nodes up to `Standard\_D4\_v5`. {{< /admonition >}} The minimum requirements for deploying Loki on AKS are: - Kubernetes version `1.30` or above. - `3` nodes for the AKS cluster. - Instance type depends on your workload. A good star... | https://github.com/grafana/loki/blob/main/docs/sources/setup/install/helm/deployment-guides/azure.md | main | loki | [
0.03818555176258087,
-0.020798051729798317,
0.0040519991889595985,
-0.022413257509469986,
-0.034092891961336136,
0.006600295193493366,
-0.05514844134449959,
0.017732666805386543,
0.01781494915485382,
0.08568444848060608,
-0.04345770552754402,
-0.06698504090309143,
0.0010205693542957306,
0.... | 0.11027 |
before continuing. 1. Next generate an Azure directory `app`. We will use this to assign our federated credentials to: ```bash az ad app create \ --display-name loki \ --query appId \ -o tsv ``` This will return the app ID. Save this for later use. If you need to find the app ID later you can run the following command:... | https://github.com/grafana/loki/blob/main/docs/sources/setup/install/helm/deployment-guides/azure.md | main | loki | [
-0.02955976128578186,
-0.02441856637597084,
-0.10932862013578415,
-0.018812740221619606,
-0.08112815767526627,
0.03912052512168884,
0.07038141041994095,
0.039968233555555344,
0.04721309244632721,
0.11037386208772659,
-0.026687372475862503,
-0.0775250717997551,
0.13983109593391418,
0.087640... | 0.028994 |
[microservices](https://grafana.com/docs/loki//get-started/deployment-modes/#microservices-mode) mode. ```yaml loki: podLabels: "azure.workload.identity/use": "true" # Add this label to the Loki pods to enable workload identity schemaConfig: configs: - from: "2024-04-01" store: tsdb object\_store: azure schema: v13 ind... | https://github.com/grafana/loki/blob/main/docs/sources/setup/install/helm/deployment-guides/azure.md | main | loki | [
-0.043691396713256836,
-0.03394535928964615,
-0.06600872427225113,
0.010398243553936481,
-0.053799793124198914,
-0.021212613210082054,
0.0025337901897728443,
-0.03964132443070412,
0.030081814154982567,
0.13582105934619904,
0.012937250547111034,
-0.060061730444431305,
0.03431713581085205,
0... | 0.124809 |
three ingester StatefulSets (zone-a, zone-b, zone-c) for faster rollouts. - In this guide, zone-aware replication is explicitly disabled (`ingester.zoneAwareReplication.enabled: false`) for simplicity. For production deployments, consider enabling it to improve rollout resilience. - \*\*Gateway:\*\* - Defines how the L... | https://github.com/grafana/loki/blob/main/docs/sources/setup/install/helm/deployment-guides/azure.md | main | loki | [
0.0026571524795144796,
-0.04378007352352142,
-0.03557022288441658,
-0.08194618672132492,
-0.03211911395192146,
-0.06483087688684464,
-0.07065819948911667,
0.015541848726570606,
-0.0027351602911949158,
0.05811704322695732,
0.008517593145370483,
-0.042789559811353683,
0.044816676527261734,
-... | 0.137807 |
for byte values \* @constant {number} \*/ const KB = 1024; /\*\* \* Helper constant for byte values \* @constant {number} \*/ const MB = KB \* KB; /\*\* \* Instantiate config and Loki client \*/ const conf = new loki.Config(BASE\_URL); const client = new loki.Client(conf); /\*\* \* Define test scenario \*/ export const... | https://github.com/grafana/loki/blob/main/docs/sources/setup/install/helm/deployment-guides/azure.md | main | loki | [
0.006447361782193184,
0.0120248319581151,
-0.027255060151219368,
0.013393058441579342,
-0.003847646526992321,
-0.0604231134057045,
-0.010310793295502663,
0.07247010618448257,
0.03996109217405319,
0.02495749108493328,
-0.03914196044206619,
-0.07265084236860275,
-0.06525515019893646,
0.07994... | 0.061149 |
# Install the simple scalable Helm chart This Helm Chart deploys Grafana Loki in [simple scalable mode](https://grafana.com/docs/loki//get-started/deployment-modes/#simple-scalable) within a Kubernetes cluster. {{< admonition type="note" >}} As of March 16, 2026, the Loki Helm Chart is being maintained by Grafana Champ... | https://github.com/grafana/loki/blob/main/docs/sources/setup/install/helm/install-scalable/_index.md | main | loki | [
-0.0053414576686918736,
-0.0168278981000185,
0.03356754034757614,
-0.03889797627925873,
-0.007099050562828779,
-0.008762888610363007,
-0.12130970507860184,
-0.012031245976686478,
0.013666016981005669,
0.06372429430484772,
0.0326380655169487,
-0.05285040661692619,
-0.059609223157167435,
0.0... | 0.063308 |
When deploying Loki using S3 Storage \*\*DO NOT\*\* use the default bucket names; `chunk`, `ruler` and `admin`. Choose a unique name for each bucket. For more information see the following [security update](https://grafana.com/blog/2024/06/27/grafana-security-update-grafana-loki-and-unintended-data-write-attempts-to-am... | https://github.com/grafana/loki/blob/main/docs/sources/setup/install/helm/install-scalable/_index.md | main | loki | [
0.00512330187484622,
0.024506570771336555,
-0.04874594509601593,
-0.008282407186925411,
0.004074866883456707,
-0.01139091607183218,
-0.06243792921304703,
-0.0025759353302419186,
0.05267768353223801,
0.09154465794563293,
0.01264919899404049,
-0.06522876769304276,
0.03386663645505905,
-0.013... | 0.016745 |
the top-level `ingress:`) to route Gateway API traffic directly to Loki services, bypassing nginx. The chart auto-generates path-based rules that route write traffic to the write component and read traffic to the read component. ```yaml route: main: enabled: true kind: HTTPRoute parentRefs: - name: my-gateway namespace... | https://github.com/grafana/loki/blob/main/docs/sources/setup/install/helm/install-scalable/_index.md | main | loki | [
-0.04736648499965668,
-0.0349009707570076,
-0.05816996842622757,
-0.002956261159852147,
-0.015073728747665882,
-0.04695861414074898,
-0.09534893184900284,
0.005829471163451672,
0.009319763630628586,
0.0654774084687233,
-0.052194200456142426,
-0.013897446915507317,
-0.02783261053264141,
0.0... | 0.141871 |
# Configure storage The [scalable](../install-scalable/) installation requires a managed object store such as AWS S3 or Google Cloud Storage or a self-hosted store such as Minio. The [single binary](../install-monolithic/) installation can use the filesystem for storage, but we recommend configuring object storage via ... | https://github.com/grafana/loki/blob/main/docs/sources/setup/install/helm/configure-storage/_index.md | main | loki | [
0.035539377480745316,
-0.029546812176704407,
-0.06153839826583862,
0.0255613811314106,
-0.0013294978998601437,
0.02188022807240486,
-0.04978150129318237,
0.02695925533771515,
0.031103966757655144,
0.12452846765518188,
0.06306142359972,
-0.0007154646445997059,
0.05281674861907959,
0.0416908... | 0.026432 |
# Install the microservice Helm chart This Helm Chart deploys Grafana Loki on Kubernetes. {{< admonition type="note" >}} As of March 16, 2026, the Loki Helm Chart is being maintained by Grafana Champions and the Grafana Community in the [Grafana-community/helm-charts repository](https://github.com/grafana-community/hel... | https://github.com/grafana/loki/blob/main/docs/sources/setup/install/helm/install-microservices/_index.md | main | loki | [
-0.028759637847542763,
-0.031055251136422157,
0.031530555337667465,
-0.05439833179116249,
-0.035037845373153687,
-0.018542179837822914,
-0.09448915719985962,
-0.0017183941090479493,
0.054201558232307434,
0.06648055464029312,
0.04000530764460564,
-0.05232792720198631,
-0.0622108057141304,
0... | 0.082546 |
true limits\_config: allow\_structured\_metadata: true volume\_enabled: true deploymentMode: Distributed ingester: replicas: 3 # To ensure data durability with replication zoneAwareReplication: enabled: false querier: replicas: 3 # Improve query performance via parallelism maxUnavailable: 2 queryFrontend: replicas: 2 m... | https://github.com/grafana/loki/blob/main/docs/sources/setup/install/helm/install-microservices/_index.md | main | loki | [
-0.012853384017944336,
-0.06328317523002625,
-0.06820902973413467,
-0.002105732448399067,
-0.01619105227291584,
-0.05846184119582176,
-0.0862603411078453,
0.027585068717598915,
-0.0131851090118289,
0.06893274188041687,
-0.0009658327326178551,
0.00047115155030041933,
0.05276273936033249,
-0... | 0.158678 |
HTTP configuration settings http\_config: {} deploymentMode: Distributed # Disable minio storage minio: enabled: false ingester: replicas: 3 zoneAwareReplication: enabled: false querier: replicas: 3 maxUnavailable: 2 queryFrontend: replicas: 2 maxUnavailable: 1 queryScheduler: replicas: 2 distributor: replicas: 3 maxUn... | https://github.com/grafana/loki/blob/main/docs/sources/setup/install/helm/install-microservices/_index.md | main | loki | [
0.01559138111770153,
0.008571827784180641,
-0.07461042702198029,
0.03279717639088631,
-0.047511402517557144,
-0.014836081303656101,
-0.09233037382364273,
-0.044860877096652985,
0.025759687647223473,
0.13172826170921326,
0.049312692135572433,
0.004730995744466782,
0.03865325450897217,
-0.00... | 0.065414 |
The below guides will show you how to deploy a minimally viable production environment. - [Deploy Loki on AWS](https://grafana.com/docs/loki//setup/install/helm/deployment-guides/aws/) - [Deploy Loki on Azure](https://grafana.com/docs/loki//setup/install/helm/deployment-guides/azure/) ## Next Steps \* Configure an agen... | https://github.com/grafana/loki/blob/main/docs/sources/setup/install/helm/install-microservices/_index.md | main | loki | [
0.03588508442044258,
0.01598307490348816,
-0.050998788326978683,
-0.02861172705888748,
0.028057919815182686,
-0.051780082285404205,
-0.04883253574371338,
-0.015823138877749443,
0.023345546796917915,
0.15054741501808167,
0.02195114456117153,
-0.079241082072258,
0.06043548136949539,
0.038002... | 0.09133 |
# Install the monolithic Helm chart This Helm Chart installation deploys Grafana Loki in [monolithic mode](https://grafana.com/docs/loki//get-started/deployment-modes/#monolithic-mode) within a Kubernetes cluster. {{< admonition type="note" >}} As of March 16, 2026, the Loki Helm Chart is being maintained by Grafana Ch... | https://github.com/grafana/loki/blob/main/docs/sources/setup/install/helm/install-monolithic/_index.md | main | loki | [
-0.0006950425449758768,
-0.009962597861886024,
0.058025769889354706,
-0.041068293154239655,
-0.021815892308950424,
-0.02606377936899662,
-0.10239136219024658,
-0.006885552313178778,
0.027525901794433594,
0.05995054543018341,
0.03684874251484871,
-0.07692448794841766,
-0.07090891152620316,
... | 0.07375 |
/admonition >}} ```yaml loki: commonConfig: replication\_factor: 3 schemaConfig: configs: - from: "2024-04-01" store: tsdb object\_store: s3 schema: v13 index: prefix: loki\_index\_ period: 24h pattern\_ingester: enabled: true limits\_config: allow\_structured\_metadata: true volume\_enabled: true ruler: enable\_api: t... | https://github.com/grafana/loki/blob/main/docs/sources/setup/install/helm/install-monolithic/_index.md | main | loki | [
-0.008581013418734074,
-0.07449069619178772,
-0.06386640667915344,
-0.0068246908485889435,
-0.04242794215679169,
-0.010941952466964722,
-0.041591957211494446,
-0.02064652182161808,
-0.007786099798977375,
0.08540654182434082,
0.05423639714717865,
-0.060685332864522934,
0.01855677179992199,
... | 0.100687 |
- ReadWriteOnce size: 30Gi # Zero out replica counts of other deployment modes backend: replicas: 0 read: replicas: 0 write: replicas: 0 ingester: replicas: 0 querier: replicas: 0 queryFrontend: replicas: 0 queryScheduler: replicas: 0 distributor: replicas: 0 compactor: replicas: 0 indexGateway: replicas: 0 bloomPlanne... | https://github.com/grafana/loki/blob/main/docs/sources/setup/install/helm/install-monolithic/_index.md | main | loki | [
-0.0031061109621077776,
-0.037013132125139236,
-0.05395194888114929,
0.05786794424057007,
-0.0605754554271698,
0.011459056288003922,
0.014691605232656002,
-0.0502655990421772,
0.050743576139211655,
0.13777320086956024,
0.02032393217086792,
-0.01189702283591032,
0.05912983790040016,
-0.0057... | 0.079337 |
# Migrate This section contains instructions for migrating from one Loki implementation to another. - [Migrate](migrate-to-tsdb/) to TSDB index. - [Migrate](migrate-from-distributed/) from the `Loki-distributed` Helm chart to the `loki` Helm chart. - [Migrate](migrate-to-three-scalable-targets/) from the two target Hel... | https://github.com/grafana/loki/blob/main/docs/sources/setup/migrate/_index.md | main | loki | [
-0.006668623071163893,
-0.06140429899096489,
-0.010953282006084919,
-0.019247248768806458,
0.04607422277331352,
-0.026793641969561577,
-0.07737787812948227,
0.042531467974185944,
-0.0640605166554451,
0.07212463021278381,
-0.0030439114198088646,
-0.0256276186555624,
0.022293277084827423,
0.... | 0.183838 |
# Migrate to TSDB [TSDB](../../../operations/storage/tsdb/) is the recommended index type for Loki and is where the current development lies. If you are running Loki with [boltdb-shipper](../../../operations/storage/boltdb-shipper/) or any of the [legacy index types](https://grafana.com/docs/loki//configure/storage/#in... | https://github.com/grafana/loki/blob/main/docs/sources/setup/migrate/migrate-to-tsdb/_index.md | main | loki | [
-0.01236824318766594,
-0.09275270998477936,
-0.040490005165338516,
0.06618424504995346,
-0.03616638854146004,
-0.021875780075788498,
-0.07343477010726929,
0.035730428993701935,
-0.04731503501534462,
0.06779374927282333,
-0.036307431757450104,
-0.014555676840245724,
-0.0012757787480950356,
... | 0.113809 |
# Migrate to Thanos storage clients Loki release 3.4 introduces new object storage clients based on the [Thanos Object Storage Client Go module](https://github.com/thanos-io/objstore). One of the reasons for making this change is to have a consistent storage configuration across Grafana Loki, Mimir and other telemetry ... | https://github.com/grafana/loki/blob/main/docs/sources/setup/migrate/migrate-storage-clients/_index.md | main | loki | [
-0.04560123756527901,
0.013628006912767887,
-0.06556109338998795,
0.014301893301308155,
-0.03509248420596123,
-0.08620747178792953,
-0.07460310310125351,
0.049731239676475525,
0.02851075865328312,
0.03694998845458031,
0.0687846839427948,
0.04993079975247383,
-0.07632970809936523,
0.1002423... | 0.132104 |
to a single bucket (Thanos supports only one). | | `endpoint` | `endpoint` | No changes required. | | `region` | `region` | No changes required. | | `access\_key\_id` | `access\_key\_id` | No changes required. | | `secret\_access\_key` | `secret\_access\_key` | No changes required. | | `session\_token` | `session\_toke... | https://github.com/grafana/loki/blob/main/docs/sources/setup/migrate/migrate-storage-clients/_index.md | main | loki | [
0.002388511784374714,
0.0015860877465456724,
-0.03621159866452217,
-0.048721879720687866,
-0.017553428187966347,
-0.012535696849226952,
-0.07151272147893906,
0.035020168870687485,
-0.004427352454513311,
0.04444289579987526,
0.033264100551605225,
-0.048940710723400116,
0.03225289657711983,
... | 0.052399 |
``` {{< admonition type="note" >}} For providers not listed here, refer to the [Thanos storage configuration reference](https://grafana.com/docs/loki//configure/#thanos\_object\_store\_config). {{< /admonition >}} | https://github.com/grafana/loki/blob/main/docs/sources/setup/migrate/migrate-storage-clients/_index.md | main | loki | [
-0.09294354170560837,
0.05549030750989914,
-0.08291458338499069,
0.03646958991885185,
-0.06171378865838051,
-0.0558323971927166,
-0.017673665657639503,
-0.022976350039243698,
-0.02097424492239952,
0.04631531983613968,
0.060033902525901794,
-0.021115776151418686,
-0.06966356933116913,
0.053... | 0.133951 |
# Migrate to three scalable targets This guide will walk you through migrating from the old, two target, scalable configuration to the new, three target, scalable configuration. This new configuration introduces a `backend` component, and reduces the `read` component to running just a `Querier` and `QueryFrontend`, all... | https://github.com/grafana/loki/blob/main/docs/sources/setup/migrate/migrate-to-three-scalable-targets/index.md | main | loki | [
0.03838897496461868,
-0.1074797511100769,
0.02138606458902359,
-0.01525045558810234,
0.03391680866479874,
-0.04215681552886963,
-0.062219731509685516,
0.008535563014447689,
-0.018954217433929443,
0.04919684678316116,
-0.005374890752136707,
-0.07838597893714905,
0.008643055334687233,
-0.007... | 0.186868 |
# Migrate from `loki-distributed` Helm chart This guide will walk you through migrating to the `loki` Helm Chart, v3.0 or higher, from the `loki-distributed` Helm Chart (v0.63.2 at time of writing). The process consists of deploying the new `loki` Helm Chart alongside the existing `loki-distributed` installation. By jo... | https://github.com/grafana/loki/blob/main/docs/sources/setup/migrate/migrate-from-distributed/index.md | main | loki | [
-0.02673066407442093,
-0.07892147451639175,
-0.011383168399333954,
-0.022451579570770264,
0.05477143079042435,
-0.09671521186828613,
-0.1084066852927208,
-0.0028431909158825874,
-0.04383428022265434,
0.05880188196897507,
0.0242418572306633,
-0.08013167232275009,
0.01308127585798502,
-0.001... | 0.145386 |
monitoring is working correctly. - Confirm new logs are in the old deployment. Using the old deployment's Loki data source in Grafana, look for: - Logs with the label `job="loki/loki-read"`. Since you have excluded logs from the new deployment from going to the `loki-distributed` deployment, if you can query them throu... | https://github.com/grafana/loki/blob/main/docs/sources/setup/migrate/migrate-from-distributed/index.md | main | loki | [
-0.027912873774766922,
-0.057684265077114105,
-0.013000157661736012,
0.008217891678214073,
-0.023589320480823517,
-0.11018036305904388,
-0.03415859863162041,
-0.05877970904111862,
-0.032587844878435135,
0.08327914774417877,
-0.0033866174053400755,
-0.05683942884206772,
-0.01570049300789833,
... | 0.10325 |
the new chart as `loki` in the \_loki\_ namespace): ```bash helm upgrade -n loki loki grafana/loki --values values.yaml ``` The `migrate.fromDistributed.memberlistService` was added as an \_additional\_ memberlist join member, so once this new config is pushed, the components should roll without interruption. 1. Check ... | https://github.com/grafana/loki/blob/main/docs/sources/setup/migrate/migrate-from-distributed/index.md | main | loki | [
0.023914949968457222,
-0.09346416592597961,
0.03914652392268181,
-0.015772778540849686,
0.09736021608114243,
-0.03874837979674339,
-0.03921319544315338,
-0.02434588596224785,
-0.0013574141776189208,
-0.00734906317666173,
0.06562674045562744,
-0.05782828480005264,
0.04707258194684982,
0.003... | -0.003072 |
# Migrate from SSD to distributed This guide provides instructions for migrating from a [simple scalable deployment (SSD)](https://grafana.com/docs/loki//get-started/deployment-modes/#simple-scalable) to a [distributed microservices deployment](https://grafana.com/docs/loki//get-started/deployment-modes/#microservices-... | https://github.com/grafana/loki/blob/main/docs/sources/setup/migrate/ssd-to-distributed/_index.md | main | loki | [
-0.0575699582695961,
-0.06424381583929062,
-0.02642877772450447,
-0.02918882854282856,
0.002466458361595869,
-0.01570482738316059,
-0.14104120433330536,
-0.034548114985227585,
-0.008022778667509556,
0.07965461909770966,
0.03458845615386963,
0.00619553355500102,
0.014939684420824051,
0.0199... | 0.026986 |
0 indexGateway: replicas: 0 maxUnavailable: 0 ruler: replicas: 0 maxUnavailable: 0 # Single binary Loki singleBinary: replicas: 0 minio: enabled: false ``` ## Stage 1: Deploying the Loki distributed components In this stage, we will deploy the distributed Loki components alongside the SSD components. We will also chang... | https://github.com/grafana/loki/blob/main/docs/sources/setup/migrate/ssd-to-distributed/_index.md | main | loki | [
0.012561094015836716,
-0.06894230097532272,
-0.036520909518003464,
0.014756274409592152,
-0.01942775584757328,
-0.048904210329055786,
-0.10904369503259659,
0.019032606855034828,
-0.049607522785663605,
0.011172482743859291,
0.015565788373351097,
0.016019649803638458,
0.00790070928633213,
0.... | 0.100038 |
components The final stage of the migration involves transitioning all traffic to the distributed components. This is done by scaling down the SSD components and swapping the `deploymentMode` to `Distributed`. To do this: 1. Create a copy of `values-migration.yaml` and name it `values-distributed.yaml`. ```bash cp valu... | https://github.com/grafana/loki/blob/main/docs/sources/setup/migrate/ssd-to-distributed/_index.md | main | loki | [
0.026648791506886482,
-0.06991830468177795,
-0.033142849802970886,
-0.032798025757074356,
0.04896292835474014,
0.017501533031463623,
-0.04713238775730133,
-0.04724867269396782,
0.03973177447915077,
0.08720909059047699,
0.027717959135770798,
-0.030468620359897614,
0.02777964435517788,
-0.01... | 0.024357 |
# Migrate to Alloy Grafana Alloy is the new name for the Grafana Labs distribution of the OpenTelemetry collector. Grafana Agent Static, Grafana Agent Flow, and Grafana Agent Operator reached End-of-Life (EOL) on November 1, 2025. Grafana Labs has provided tools and migration documentation to assist you in migrating to... | https://github.com/grafana/loki/blob/main/docs/sources/setup/migrate/migrate-to-alloy/_index.md | main | loki | [
-0.13124166429042816,
-0.03474319353699684,
-0.09184756129980087,
0.01965763419866562,
-0.03933515399694443,
-0.06804709136486053,
-0.0660088062286377,
0.0010531600564718246,
-0.11542990058660507,
-0.04385795444250107,
-0.036388326436281204,
-0.10372767597436905,
0.009877847507596016,
-0.0... | 0.215431 |
# Size the cluster This section is a guide to size base resource needs of a Loki cluster. Based on the expected ingestion volume, Loki clusters can be categorised into three tiers. Recommendations below are based on p90 resource utilisations of the relevant components. Each tab represents a different tier. Please use t... | https://github.com/grafana/loki/blob/main/docs/sources/setup/size/_index.md | main | loki | [
0.01606096141040325,
-0.021984722465276718,
-0.06356407701969147,
0.04946395009756088,
-0.0913364440202713,
-0.05714603140950203,
-0.027636613696813583,
0.04366959631443024,
-0.0791323333978653,
0.011568045243620872,
-0.05243122950196266,
-0.03566843643784523,
-0.008450010791420937,
0.0086... | 0.114526 |
375 | 750 | | Query-frontend | 1 | 4 | 16 | 16 | 64 | | Query-scheduler | 2 | 0.5 | 2 | 4 | 1 | | Compactor | 6 | 40 | 1 (Singleton) | 6 | 40 | {{< /tab-content >}} {{< /tabs >}} ### Instance Types These are the node types we suggest from various cloud providers. Please see the relevant specifications in the provider's... | https://github.com/grafana/loki/blob/main/docs/sources/setup/size/_index.md | main | loki | [
0.03904314339160919,
0.004734773654490709,
0.03414711728692055,
0.008186782710254192,
-0.03677692264318466,
-0.019567716866731644,
-0.0525163896381855,
0.0428905263543129,
-0.02116064913570881,
0.05974307283759117,
-0.02443205937743187,
-0.008789408020675182,
0.024696873500943184,
-0.08074... | 0.080512 |
[//]: # 'This file documents configuring the OTEL collector to import logs to Loki' [//]: # [//]: # 'This shared file is included in these locations:' [//]: # '/website/docs/grafana-cloud/send-data/logs/collect-logs-with-otel.md' [//]: # '/loki/docs/loki/latest/send-data/otel/\_index.md' [//]: # [//]: # 'If you make ch... | https://github.com/grafana/loki/blob/main/docs/sources/shared/otel.md | main | loki | [
-0.09637558460235596,
0.021181676536798477,
-0.022330155596137047,
-0.01820419915020466,
0.002227317076176405,
-0.1253068596124649,
-0.06439707428216934,
-0.03244771063327789,
0.02116793394088745,
0.08933458477258682,
0.046554092317819595,
-0.06975224614143372,
-0.02701570838689804,
0.0317... | 0.127656 |
stored as Structured Metadata. Here is a non-exhaustive list of what will be stored in Structured Metadata to give a sense of what it will hold: - Resource Attributes not stored as Index labels is replicated and stored with each log entry. - Everything under InstrumentationScope is replicated and stored with each log e... | https://github.com/grafana/loki/blob/main/docs/sources/shared/otel.md | main | loki | [
-0.07553879916667938,
0.03156169876456261,
-0.1505412459373474,
0.019499441608786583,
-0.007511140778660774,
-0.04782594367861748,
0.034352075308561325,
-0.013638695701956749,
0.043146852403879166,
0.00452935416251421,
0.036066219210624695,
-0.04239547625184059,
0.01041951309889555,
0.0091... | 0.164282 |
them altogether [attributes: ] # Regex to choose attributes to configure how to store them or drop them # altogether [regex: ] ``` {{< admonition type="note" >}} If you are a Grafana Cloud customer, you can use the [config self-serve API](https://grafana.com/docs/grafana-cloud/send-data/logs/config-self-serve/#otlp-lab... | https://github.com/grafana/loki/blob/main/docs/sources/shared/otel.md | main | loki | [
-0.07063476741313934,
0.08968084305524826,
0.012763204984366894,
0.0606008805334568,
0.0017233607359230518,
-0.0054598115384578705,
0.04220028594136238,
-0.06807729601860046,
0.007053280249238014,
-0.010096038691699505,
-0.00007927377737360075,
-0.05641875043511391,
-0.04144817963242531,
0... | 0.063737 |
[//]: # 'This file documents query error messages and troubleshooting' [//]: # [//]: # 'This shared file is included in these locations:' [//]: # '/loki/docs/loki/latest/query/troubleshoot-query.md' [//]: # '/loki/docs/loki/latest/operations/troubleshooting/troubleshoot-query.md' [//]: # [//]: # 'If you make changes to... | https://github.com/grafana/loki/blob/main/docs/sources/shared/troubleshoot-query.md | main | loki | [
-0.05678636208176613,
-0.011043890379369259,
-0.042358435690402985,
0.021601470187306404,
-0.013016456738114357,
-0.06108711287379265,
-0.06740287691354752,
0.014945946633815765,
-0.02361867018043995,
0.051716744899749756,
0.026314493268728256,
-0.00865187868475914,
0.01025362778455019,
0.... | 0.097169 |
(`!=`, `!~`) or matchers that match empty strings (`=~".\*"`), which would select all streams. This is prevented to protect against accidentally querying the entire database. \*\*Invalid examples:\*\* ```logql {foo!="bar"} {app=~".\*"} {foo!~"bar|baz"} ``` \*\*Valid examples:\*\* ```logql {foo="bar"} {app=~".+"} {app="... | https://github.com/grafana/loki/blob/main/docs/sources/shared/troubleshoot-query.md | main | loki | [
-0.018410315737128258,
-0.005775286350399256,
0.011524775996804237,
0.009173925034701824,
-0.06507642567157745,
0.040055032819509506,
0.11272891610860825,
-0.048552919179201126,
-0.0014883829280734062,
0.01769769936800003,
-0.0309615395963192,
-0.11741660535335541,
0.09804574400186539,
0.0... | 0.000069 |
count\_over\_time: ```logql # Invalid count\_over\_time({app="foo"} | json | unwrap duration [5m]) # Valid count\_over\_time({app="foo"} | json [5m]) ``` \* \*\*Use sum\_over\_time\*\* if you want to sum unwrapped values. \*\*Properties:\*\* - Enforced by: Query Parser - Retryable: No (query must be fixed) - HTTP statu... | https://github.com/grafana/loki/blob/main/docs/sources/shared/troubleshoot-query.md | main | loki | [
-0.02350611425936222,
0.01238712202757597,
-0.005312566179782152,
0.05188870057463646,
-0.08728896081447601,
-0.0637766495347023,
-0.04545411467552185,
0.023118866607546806,
0.019330743700265884,
0.020952990278601646,
-0.008175176568329334,
-0.09692617505788803,
0.0075139072723686695,
0.04... | 0.051282 |
query would read too many bytes (query: , limit: ); consider adding more specific stream selectors or reduce the time range of the query` \*\*Cause:\*\* The estimated data volume for the query exceeds the configured limit. This is determined before query execution using index statistics. \*\*Default configuration:\*\* ... | https://github.com/grafana/loki/blob/main/docs/sources/shared/troubleshoot-query.md | main | loki | [
0.06494682282209396,
0.01235316600650549,
-0.04543469846248627,
0.033244624733924866,
-0.042498040944337845,
-0.051540762186050415,
-0.013311854563653469,
0.020962579175829887,
0.015493328683078289,
0.07061436772346497,
-0.04003221169114113,
-0.034462422132492065,
-0.0021497865673154593,
-... | 0.00829 |
configured limits. \*\*Resolution:\*\* \* \*\*Reduce the range interval\*\* in your query: ```logql # If [1d] is too large, try smaller intervals rate({app="foo"}[1h]) ``` \* \*\*Check your configuration\*\* for `max\_query\_length` limits. The default is `30d1h`. \*\*Properties:\*\* - Enforced by: Query Engine - Retry... | https://github.com/grafana/loki/blob/main/docs/sources/shared/troubleshoot-query.md | main | loki | [
0.03600862994790077,
0.016648095101118088,
-0.00347867957316339,
0.00023072979820426553,
-0.08681592345237732,
-0.041880495846271515,
-0.07811744511127472,
0.005200243555009365,
-0.0025431523099541664,
0.06685730069875717,
0.029617995023727417,
-0.06507516652345657,
0.03214561194181442,
0.... | -0.020818 |
`minimum\_labels\_number`: 0 (no minimum by default) \*\*Resolution:\*\* \* \*\*Add more label matchers\*\* to meet the minimum requirement: ```logql # If minimum is 2, add another selector {app="foo", namespace="production"} ``` \*\*Properties:\*\* - Enforced by: Query Frontend - Retryable: No (query must meet require... | https://github.com/grafana/loki/blob/main/docs/sources/shared/troubleshoot-query.md | main | loki | [
0.03181983157992363,
0.050011418759822845,
-0.06751380860805511,
0.05774789676070213,
-0.04532131180167198,
0.028723658993840218,
-0.010874089784920216,
-0.010802031494677067,
-0.004999970551580191,
0.028680691495537758,
0.0397830568253994,
-0.12093795835971832,
0.047431763261556625,
-0.01... | 0.064735 |
querying. \* \*\*Check configuration\*\* for `max\_query\_parallelism`: ```yaml limits\_config: max\_query\_parallelism: 32 #(the default) ``` \*\*Properties:\*\* - Enforced by: Query Frontend - Retryable: No (until configuration is fixed) - HTTP status: 400 Bad Request - Configurable per tenant: Yes ### Error: Multi v... | https://github.com/grafana/loki/blob/main/docs/sources/shared/troubleshoot-query.md | main | loki | [
0.03309426084160805,
-0.0181795172393322,
-0.010618520900607109,
0.03241743892431259,
-0.07553719729185104,
-0.008629909716546535,
-0.054917529225349426,
-0.029338326305150986,
0.020041022449731827,
-0.0069998446851968765,
0.07436248660087585,
-0.05264412984251976,
0.0120669174939394,
-0.0... | 0.020314 |
\*\*Properties:\*\* - Enforced by: LogCLI - Retryable: Yes (with correct configuration) - HTTP status: N/A (client-side error) - Configurable per tenant: No ### Error: Run out of attempts while querying \*\*Error message:\*\* ```text run out of attempts while querying the server ``` \*\*Cause:\*\* LogCLI exhausted all ... | https://github.com/grafana/loki/blob/main/docs/sources/shared/troubleshoot-query.md | main | loki | [
0.06221143528819084,
0.006109679117798805,
-0.029933452606201172,
-0.016509469598531723,
-0.002455888781696558,
-0.08193135261535645,
-0.022230524569749832,
-0.03212179243564606,
0.001206214539706707,
0.054394640028476715,
0.035963669419288635,
-0.03491465747356415,
0.04501171037554741,
0.... | 0.071533 |
per tenant: No ### Error: Tenant limits \*\*Error message:\*\* ```text max concurrent tail requests limit exceeded, count > limit (10 > 5) ``` \*\*Cause:\*\* The tenant has exceeded the maximum number of concurrent streaming (tail) requests. This limit protects the cluster from excessive resource consumption by real-ti... | https://github.com/grafana/loki/blob/main/docs/sources/shared/troubleshoot-query.md | main | loki | [
0.0820222795009613,
-0.03767581284046173,
-0.044265031814575195,
-0.0038960441015660763,
-0.04861630126833916,
-0.040510013699531555,
0.005213947966694832,
-0.04096550866961479,
0.005242374259978533,
0.05671676620841026,
0.04192407429218292,
-0.05965248495340347,
-0.002364886226132512,
0.0... | 0.080309 |
kubectl logs -l app=loki-read --tail=100 | grep -i error ``` 1. \*\*Test with LogCLI\*\* for more detailed output: ```bash logcli query '{app="foo"}' --stats --limit=10 ``` ## Related resources - Learn more about [LogQL Query Language](https://grafana.com/docs/loki//query/) - Configure appropriate [query limits](https:... | https://github.com/grafana/loki/blob/main/docs/sources/shared/troubleshoot-query.md | main | loki | [
-0.009892111644148827,
0.013658893294632435,
-0.029794717207551003,
-0.0035369473043829203,
-0.1065850481390953,
-0.09017441421747208,
0.007646825164556503,
0.01310943067073822,
0.02848154492676258,
0.04691332206130028,
-0.03112126514315605,
-0.07162059843540192,
0.030497735366225243,
-0.0... | 0.137571 |
## Printing Loki config at runtime If you pass Loki the flag `-print-config-stderr` or `-log-config-reverse-order`, (or `-print-config-stderr=true`) Loki will dump the entire config object it has created from the built-in defaults combined first with overrides from config file, and second by overrides from flags. The r... | https://github.com/grafana/loki/blob/main/docs/sources/shared/configuration.md | main | loki | [
0.05114380270242691,
0.0011203860631212592,
-0.026323722675442696,
0.033577896654605865,
0.06804954260587692,
-0.08633037656545639,
0.007505068089812994,
0.07395333051681519,
-0.05493572726845741,
-0.0455002561211586,
0.1059706062078476,
-0.020514439791440964,
-0.025393985211849213,
0.0169... | 0.021684 |
string of unicode characters - `` : a valid path relative to current working directory or an absolute path. - `` : a valid string consisting of a hostname or IP followed by an optional port number - `` : a string - `` : a string that represents a secret, such as a password ### Supported contents and default values of `... | https://github.com/grafana/loki/blob/main/docs/sources/shared/configuration.md | main | loki | [
0.009201368317008018,
-0.06037575379014015,
-0.09188766777515411,
-0.008665055967867374,
-0.01157750841230154,
-0.031119996681809425,
0.062072936445474625,
0.04284374415874481,
0.054800886660814285,
-0.03978164494037628,
0.055971577763557434,
0.005853042472153902,
0.04627305641770363,
0.04... | 0.149987 |
# Namespace for Cell B logs. # CLI flag: -ui.goldfish.cell-b-namespace [cell\_b\_namespace: | default = ""] # Results storage backend (gcs, s3) for fetching stored query results. # CLI flag: -ui.goldfish.results-backend [results\_backend: | default = ""] # The thanos\_object\_store\_config block configures the connecti... | https://github.com/grafana/loki/blob/main/docs/sources/shared/configuration.md | main | loki | [
-0.06605822592973709,
0.037184737622737885,
-0.0902111753821373,
0.03825845569372177,
-0.09179465472698212,
-0.05563291907310486,
0.01258891262114048,
0.04940825328230858,
0.026917843148112297,
-0.013452623970806599,
0.016983989626169205,
-0.07399752736091614,
-0.028163570910692215,
0.0172... | 0.043437 |
default = false] # Experimental: Enable distributed query execution. # CLI flag: -query-engine.distributed [distributed: | default = false] # Experimental: Name of network interface to read an advertise address from # for accepting incoming traffic from query-engine-worker instances when # distributed execution is enab... | https://github.com/grafana/loki/blob/main/docs/sources/shared/configuration.md | main | loki | [
-0.03763426095247269,
-0.024414610117673874,
-0.05074671283364296,
0.056734926998615265,
-0.07489708811044693,
-0.07566878944635391,
0.025505999103188515,
-0.023227976635098457,
-0.03512866795063019,
0.0039152828976511955,
-0.03027236834168434,
0.008180005475878716,
0.03970572352409363,
-0... | 0.157469 |
DNS SRV records. # CLI flag: -query-engine.scheduler-lookup-interval [scheduler\_lookup\_interval: | default = 10s] # Amount of time until data objects are available. # CLI flag: -query-engine.storage-lag [storage\_lag: | default = 1h] # Initial date when data objects became available. Format YYYY-MM-DD. If not # set, ... | https://github.com/grafana/loki/blob/main/docs/sources/shared/configuration.md | main | loki | [
-0.0865890234708786,
-0.01158812828361988,
-0.0034138131886720657,
0.07869645208120346,
-0.04361816123127937,
-0.018142594024538994,
-0.053324028849601746,
-0.030134541913866997,
-0.015251156874001026,
-0.02394275553524494,
0.01220429316163063,
0.0416984036564827,
-0.04005546495318413,
-0.... | -0.030407 |
[ingester: ] pattern\_ingester: # Whether the pattern ingester is enabled. # CLI flag: -pattern-ingester.enabled [enabled: | default = false] # Configures how the lifecycle of the pattern ingester will operate and where # it will register for discovery. lifecycler: ring: kvstore: # Backend storage to use for the ring. ... | https://github.com/grafana/loki/blob/main/docs/sources/shared/configuration.md | main | loki | [
-0.07719186693429947,
0.04686253145337105,
-0.059310972690582275,
-0.10345112532377243,
-0.047077029943466187,
-0.009344763122498989,
0.00609440915286541,
-0.0017563917208462954,
-0.014460337348282337,
-0.0003263635153416544,
0.06431222707033157,
-0.06114795804023743,
-0.02128569968044758,
... | 0.105762 |
empty, tokens are not stored at # shutdown and restored at startup. # CLI flag: -pattern-ingester.tokens-file-path [tokens\_file\_path: | default = ""] # The availability zone where this instance is running. # CLI flag: -pattern-ingester.availability-zone [availability\_zone: | default = ""] # Unregister from the ring ... | https://github.com/grafana/loki/blob/main/docs/sources/shared/configuration.md | main | loki | [
-0.008497640490531921,
-0.05628684535622597,
-0.03712441772222519,
0.048293277621269226,
0.0384298674762249,
-0.002005204325541854,
0.011968100443482399,
-0.030892029404640198,
0.016113590449094772,
0.010903704911470413,
-0.008879195898771286,
0.011730656027793884,
-0.0165852140635252,
-0.... | 0.128774 |
[password: | default = ""] [password\_file: | default = ""] [password\_ref: | default = ""] authorization: [type: | default = ""] [credentials: | default = ""] [credentials\_file: | default = ""] [credentials\_ref: | default = ""] oauth2: [client\_id: | default = ""] [client\_secret: | default = ""] [client\_secret\_fi... | https://github.com/grafana/loki/blob/main/docs/sources/shared/configuration.md | main | loki | [
-0.05238506942987442,
0.09791115671396255,
-0.044589564204216,
0.0344066359102726,
-0.026248112320899963,
0.010696716606616974,
0.03848518803715706,
0.028652673587203026,
0.03358514979481697,
0.005027421284466982,
-0.03429660573601723,
-0.059763938188552856,
0.10095837712287903,
0.05615399... | -0.028378 |
default = ""] [client\_certificate\_key\_file: | default = ""] [client\_certificate\_key\_ref: | default = ""] [grant\_type: | default = ""] [signature\_algorithm: | default = ""] [iss: | default = ""] [audience: | default = ""] [claims: ] [scopes: ] [token\_url: | default = ""] [endpoint\_params: ] tls\_config: [ca: |... | https://github.com/grafana/loki/blob/main/docs/sources/shared/configuration.md | main | loki | [
-0.027490537613630295,
0.12013170123100281,
-0.0397038608789444,
0.004432305693626404,
-0.03255230933427811,
-0.024176960811018944,
0.046044256538152695,
0.010608764365315437,
0.03343244642019272,
0.016956420615315437,
0.007194085046648979,
-0.10126897692680359,
0.09402967989444733,
0.0422... | 0.009714 |
pattern chunk. # CLI flag: -pattern-ingester.max-chunk-age [max\_chunk\_age: | default = 1h] # The time resolution for pattern samples within chunks. # CLI flag: -pattern-ingester.sample-interval [pattern\_sample\_interval: | default = 10s] # The threshold for filtering patterns by volume. Only patterns representing # ... | https://github.com/grafana/loki/blob/main/docs/sources/shared/configuration.md | main | loki | [
-0.06339026987552643,
0.026680372655391693,
0.019317084923386574,
-0.018872683867812157,
0.014378580264747143,
-0.0731835663318634,
0.009341304190456867,
-0.02817120961844921,
0.023537172004580498,
-0.007698461413383484,
-0.04411483556032181,
-0.018245356157422066,
-0.02913122996687889,
0.... | 0.196851 |
consumer to track the last consumed offset. # The consumer group must be different for each ingester zone.When empty, Loki # uses the ingester instance ID. # CLI flag: -kafka.consumer-group [consumer\_group: | default = ""] # How frequently a consumer should commit the consumed offset to Kafka. The # last committed off... | https://github.com/grafana/loki/blob/main/docs/sources/shared/configuration.md | main | loki | [
-0.024456162005662918,
-0.02408495545387268,
-0.08073402941226959,
0.01184526365250349,
0.013734526000916958,
-0.02388480119407177,
-0.003706211457028985,
0.010890860110521317,
0.03859454020857811,
0.0239458866417408,
0.009339752607047558,
-0.11420493572950363,
-0.0336301364004612,
-0.0698... | 0.08928 |
being limited by size. Uncompressed size is used # for consistent I/O and planning. # CLI flag: -dataobj-consumer.target-section-size [target\_section\_size: | default = 128MiB] # The size of logs to buffer in memory before adding into columnar # builders, used to reduce CPU load of sorting. # CLI flag: -dataobj-consum... | https://github.com/grafana/loki/blob/main/docs/sources/shared/configuration.md | main | loki | [
-0.039648618549108505,
0.047816939651966095,
-0.08293410390615463,
-0.03358609974384308,
-0.029079942032694817,
-0.08556731790304184,
-0.08861906081438065,
0.06450000405311584,
-0.05241955444216728,
0.015138329938054085,
-0.011372672393918037,
-0.03933117166161537,
-0.07561590522527695,
-0... | 0.000616 |
# cluster instances enough time to receive ring updates. # CLI flag: -dataobj-consumer.min-ready-duration [min\_ready\_duration: | default = 15s] # Name of network interface to read address from. # CLI flag: -dataobj-consumer.lifecycler.interface [interface\_names: | default = []] # Enable IPv6 support. Required to mak... | https://github.com/grafana/loki/blob/main/docs/sources/shared/configuration.md | main | loki | [
-0.06569915264844894,
-0.02271692268550396,
-0.052474670112133026,
0.03125229850411415,
-0.031710296869277954,
-0.045265182852745056,
-0.04628176987171173,
-0.029503120109438896,
-0.03581848740577698,
0.005811684764921665,
0.005692542530596256,
-0.04264644533395767,
-0.06082761660218239,
-... | 0.089844 |
# The partition is deleted only if it has been in INACTIVE state for at # least the configured duration and it has no owners registered. A value # of 0 disables partitions deletion. # CLI flag: -dataobj-consumer.partition-ring.delete-inactive-partition-after [delete\_inactive\_partition\_after: | default = 13h] # Exper... | https://github.com/grafana/loki/blob/main/docs/sources/shared/configuration.md | main | loki | [
-0.047905173152685165,
0.006776217371225357,
-0.00667179562151432,
-0.00872537400573492,
0.005382978823035955,
-0.03690279647707939,
0.049429263919591904,
-0.025102538987994194,
0.03327955678105354,
-0.016615819185972214,
0.039406608790159225,
0.030840953812003136,
0.0034889541566371918,
-... | 0.01316 |
"index/v0"] # Experimental: The ratio of log partitions to metastore partitions. For # example, a value of 10 means there is 1 metastore partition for every 10 # log partitions. # CLI flag: -dataobj-metastore.partition-ratio [partition\_ratio: | default = 10] compaction: # Experimental: Enable dataobj compaction module... | https://github.com/grafana/loki/blob/main/docs/sources/shared/configuration.md | main | loki | [
0.009298881515860558,
-0.00314138806425035,
-0.049583617597818375,
0.062125883996486664,
0.004560620989650488,
-0.04211176186800003,
-0.015232425183057785,
0.03977000713348389,
-0.03932265564799309,
0.023988911882042885,
-0.027710027992725372,
-0.0020279556047171354,
-0.02809162437915802,
... | 0.161011 |
-ingest-limits.num-partitions [num\_partitions: | default = 64] lifecycler: ring: kvstore: # Backend storage to use for the ring. Supported values are: consul, # etcd, inmemory, memberlist, multi. # CLI flag: -ingest-limits.store [store: | default = "consul"] # The prefix for the keys in the store. Should end with a /.... | https://github.com/grafana/loki/blob/main/docs/sources/shared/configuration.md | main | loki | [
-0.012529841624200344,
0.022043827921152115,
-0.09473427385091782,
-0.0735706239938736,
-0.026649190112948418,
-0.0431654118001461,
-0.048638008534908295,
0.05851156637072563,
0.005145892966538668,
-0.04211115464568138,
0.047680944204330444,
-0.042736005038022995,
0.03142847493290901,
0.03... | 0.020127 |
flag: -ingest-limits.availability-zone [availability\_zone: | default = ""] # Unregister from the ring upon clean shutdown. It can be useful to disable # for rolling restarts with consistent naming in conjunction with # -distributor.extend-writes=false. # CLI flag: -ingest-limits.unregister-on-shutdown [unregister\_on\... | https://github.com/grafana/loki/blob/main/docs/sources/shared/configuration.md | main | loki | [
0.028814025223255157,
-0.040124937891960144,
-0.0894637480378151,
0.025450561195611954,
0.0516609251499176,
-0.0578087717294693,
0.014260291121900082,
-0.057001445442438126,
-0.025676781311631203,
0.0005830647423863411,
0.04662831500172615,
-0.0027735999319702387,
-0.003962221555411816,
0.... | 0.094703 |
in # excluded zones will be filtered out from the ring. # CLI flag: -ingest-limits-frontend.distributor.excluded-zones [excluded\_zones: | default = ""] # Number of tokens for each ingester. # CLI flag: -ingest-limits-frontend.num-tokens [num\_tokens: | default = 128] # Period at which to heartbeat to consul. # CLI fla... | https://github.com/grafana/loki/blob/main/docs/sources/shared/configuration.md | main | loki | [
-0.02259165048599243,
0.04014965891838074,
-0.08029023557901382,
0.019699225202202797,
0.07271389663219452,
-0.0836649015545845,
0.022428374737501144,
-0.05937090888619423,
0.04172653332352638,
-0.07041985541582108,
0.009379258379340172,
-0.06519418954849243,
0.05648001283407211,
-0.056514... | 0.114204 |
Configures client gRPC connections to limits service. # The CLI flags prefix for this block configuration is: # ingest-limits-frontend-client [grpc\_client\_config: ] # Configures client gRPC connections pool to limits service. pool\_config: # How frequently to clean up clients for ingest-limits-frontend that have # go... | https://github.com/grafana/loki/blob/main/docs/sources/shared/configuration.md | main | loki | [
-0.01244343351572752,
0.014708306640386581,
-0.01740596815943718,
-0.025773506611585617,
0.04001174494624138,
-0.09403838217258453,
0.06717877089977264,
-0.05293701961636543,
0.007784899324178696,
-0.04570913314819336,
0.009123851545155048,
0.06222990155220032,
-0.0012579737231135368,
0.03... | 0.069595 |
action to take on matching attributes. It allows one of # [structured\_metadata, drop] for all attribute types. It additionally allows # index\_label action for resource attributes [action: | default = ""] # List of attributes to configure how to store them or drop them altogether [attributes: ] # Regex to choose attri... | https://github.com/grafana/loki/blob/main/docs/sources/shared/configuration.md | main | loki | [
-0.012060321867465973,
0.059315845370292664,
-0.04618123173713684,
0.06996485590934753,
-0.010556763969361782,
0.037001002579927444,
0.09765912592411041,
-0.08236865699291229,
0.03208400681614876,
0.09066615998744965,
0.018590860068798065,
-0.04696356877684593,
0.07527302950620651,
0.06899... | 0.003669 |
``` ### bloom\_build Experimental: The `bloom\_build` block configures the Loki bloom planner and builder servers, responsible for building bloom filters. ```yaml # Flag to enable or disable the usage of the bloom-planner and bloom-builder # components. # CLI flag: -bloom-build.enabled [enabled: | default = false] plan... | https://github.com/grafana/loki/blob/main/docs/sources/shared/configuration.md | main | loki | [
-0.03577309101819992,
0.031196923926472664,
0.0189612228423357,
0.051508791744709015,
-0.012203418649733067,
-0.031160868704319,
-0.0443730428814888,
-0.015523530542850494,
-0.05105670914053917,
0.0387633815407753,
-0.011519926600158215,
-0.03618880733847618,
0.014447159133851528,
0.004604... | 0.045129 |
to 2x # number of CPU cores. # CLI flag: -bloom-gateway.block-query-concurrency [block\_query\_concurrency: | default = 8] # Maximum number of outstanding tasks per tenant. # CLI flag: -bloom-gateway.max-outstanding-per-tenant [max\_outstanding\_per\_tenant: | default = 1024] # How many tasks are multiplexed at once. #... | https://github.com/grafana/loki/blob/main/docs/sources/shared/configuration.md | main | loki | [
-0.000551554374396801,
-0.06287752091884613,
-0.08334673196077347,
0.04613478481769562,
-0.05124322697520256,
-0.08073687553405762,
-0.0015474240062758327,
-0.014789159409701824,
-0.016412407159805298,
0.010207054205238819,
-0.02805720642209053,
-0.03392349183559418,
0.0007376844296231866,
... | 0.066923 |
flag: -.memcached.circuit-breaker-timeout [circuit\_breaker\_timeout: | default = 10s] # Reset circuit-breaker counts after this long (if zero then never reset). # CLI flag: -.memcached.circuit-breaker-interval [circuit\_breaker\_interval: | default = 10s] # Enable connecting to Memcached with TLS. # CLI flag: -.memcac... | https://github.com/grafana/loki/blob/main/docs/sources/shared/configuration.md | main | loki | [
-0.05945810303092003,
0.015443272888660431,
-0.04173753038048744,
0.03186752647161484,
-0.026260361075401306,
-0.12768207490444183,
-0.00394154479727149,
0.0012543267803266644,
0.04512951150536537,
0.0010071011492982507,
-0.024205995723605156,
0.004323762375861406,
0.02369903028011322,
-0.... | 0.111024 |
= 0s] # Chunks will be handed off to the L2 cache after this duration. 0 to disable L2 # cache. # CLI flag: -store.chunks-cache-l2.handoff [l2\_chunk\_cache\_handoff: | default = 0s] # Cache index entries older than this period. 0 to disable. # CLI flag: -store.cache-lookups-older-than [cache\_lookups\_older\_than: | d... | https://github.com/grafana/loki/blob/main/docs/sources/shared/configuration.md | main | loki | [
-0.028977157548069954,
-0.018986811861395836,
-0.05674746260046959,
-0.04251575469970703,
0.05597735568881035,
-0.04649094492197037,
-0.03745771571993828,
-0.042442481964826584,
0.009710143320262432,
-0.044337011873722076,
0.035267990082502365,
0.062392137944698334,
-0.011345792561769485,
... | -0.038922 |
] # Congestion control hedge strategy to use (default: none, options: # 'limited'). # CLI flag: -common.storage.congestion-control.hedge.strategy [strategy: | default = ""] # The thanos\_object\_store\_config block configures the connection to object # storage backend using thanos-io/objstore clients. This will become ... | https://github.com/grafana/loki/blob/main/docs/sources/shared/configuration.md | main | loki | [
-0.06986106187105179,
0.06711625307798386,
-0.07234776765108109,
0.0001288712810492143,
-0.043035779148340225,
-0.059223026037216187,
-0.015568183735013008,
0.0476200096309185,
0.005582062993198633,
0.036643411964178085,
0.02308748848736286,
-0.0028335871174931526,
-0.03197435662150383,
0.... | 0.089272 |
= ""] # Experimental: path to use for temporary data, where scratch data is supported. # CLI flag: -common.scratch-path [scratch\_path: | default = ""] ``` ### compactor The `compactor` block configures the compactor component, which compacts index shards for performance. ```yaml # Directory where files can be download... | https://github.com/grafana/loki/blob/main/docs/sources/shared/configuration.md | main | loki | [
-0.02160768210887909,
0.003324392018839717,
-0.05484267696738243,
0.022989649325609207,
-0.01858852617442608,
-0.03595265373587608,
-0.00553239556029439,
0.02888229861855507,
-0.00330443331040442,
-0.01369281206279993,
0.04876164346933365,
0.012840073555707932,
0.029664691537618637,
0.0350... | 0.101375 |
configuration used by compactors to elect a single instance for # running compactions. The CLI flags prefix for this block config is: # compactor.ring compactor\_ring: kvstore: # Backend storage to use for the ring. Supported values are: consul, etcd, # inmemory, memberlist, multi. # CLI flag: -compactor.ring.store [st... | https://github.com/grafana/loki/blob/main/docs/sources/shared/configuration.md | main | loki | [
-0.04361218959093094,
0.03818025439977646,
-0.1178051307797432,
-0.049570031464099884,
-0.06807095557451248,
-0.014801102690398693,
-0.06041450425982475,
0.01331579964607954,
0.0427345409989357,
-0.058096546679735184,
0.05567655339837074,
-0.009332381188869476,
0.04127948358654976,
0.00549... | 0.009565 |
processing of jobs. # CLI flag: -compactor.worker.num-sub-workers [num\_sub\_workers: | default = 4] jobs\_config: deletion: # Object storage path prefix for storing deletion manifests. # CLI flag: -compactor.jobs.deletion.deletion-manifest-store-prefix [deletion\_manifest\_store\_prefix: | default = "\_\_deletion\_man... | https://github.com/grafana/loki/blob/main/docs/sources/shared/configuration.md | main | loki | [
-0.10452821850776672,
-0.03435671329498291,
-0.0406542606651783,
-0.014594567939639091,
0.006047943141311407,
-0.10084556043148041,
-0.025531155988574028,
-0.08134344220161438,
-0.006003751419484615,
0.011997842229902744,
0.02243974804878235,
0.02983131818473339,
-0.017507001757621765,
-0.... | 0.102057 |
get Object. # CLI flag: -.cos.max-backoff [max\_period: | default = 3s] # Maximum number of times to retry when cos get Object. # CLI flag: -.cos.max-retries [max\_retries: | default = 5] # IAM API key to access COS. # CLI flag: -.cos.api-key [api\_key: | default = ""] # COS service instance id to use. # CLI flag: -.co... | https://github.com/grafana/loki/blob/main/docs/sources/shared/configuration.md | main | loki | [
-0.05307610332965851,
0.031456541270017624,
-0.11047130078077316,
-0.029111022129654884,
-0.013516034930944443,
-0.03201974928379059,
0.07764384150505066,
0.003524929052218795,
0.03064560890197754,
0.06383126229047775,
0.0020298047456890345,
-0.09104731678962708,
0.016619157046079636,
-0.0... | 0.096402 |
false. # CLI flag: -distributor.write-failures-logging.add-insights-label [add\_insights\_label: | default = false] otlp\_config: # List of default otlp resource attributes to be picked as index labels # CLI flag: -distributor.otlp.default\_resource\_attributes\_as\_index\_labels [default\_resource\_attributes\_as\_ind... | https://github.com/grafana/loki/blob/main/docs/sources/shared/configuration.md | main | loki | [
0.037397243082523346,
-0.030475737527012825,
-0.05512029677629471,
0.03904930502176285,
0.032205160707235336,
-0.01285303570330143,
0.03169677406549454,
-0.11453865468502045,
0.0563962459564209,
0.036257628351449966,
0.06067613139748573,
-0.07267791777849197,
-0.0011991156497970223,
0.0206... | 0.115565 |
CLI flag: -querier.max-outstanding-requests-per-tenant [max\_outstanding\_per\_tenant: | default = 2048] # In the event a tenant is repeatedly sending queries that lead the querier to # crash or be killed due to an out-of-memory error, the crashed querier will be # disconnected from the query frontend and a new querier... | https://github.com/grafana/loki/blob/main/docs/sources/shared/configuration.md | main | loki | [
0.07884757220745087,
-0.030370669439435005,
-0.02763575129210949,
0.04153677076101303,
-0.048893481492996216,
0.0009499422158114612,
0.03770408034324646,
-0.09267431497573853,
0.02741248905658722,
-0.013966300524771214,
0.006274559535086155,
0.08332237601280212,
0.0392410084605217,
-0.0138... | -0.034186 |
[scheduler\_address: | default = ""] # How often to query DNS for query-frontend or query-scheduler address. Also # used to determine how often to poll the scheduler-ring for addresses if the # scheduler-ring is configured. # CLI flag: -querier.dns-lookup-period [dns\_lookup\_duration: | default = 3s] # Querier ID, sen... | https://github.com/grafana/loki/blob/main/docs/sources/shared/configuration.md | main | loki | [
-0.06597667932510376,
-0.01284670177847147,
-0.043728057295084,
0.01345167588442564,
-0.06562875211238861,
-0.08156611025333405,
0.05458398535847664,
-0.06145184859633446,
0.022960226982831955,
-0.06960174441337585,
-0.08798959106206894,
0.0022281028795987368,
0.010409219190478325,
0.02033... | 0.041932 |
default = false] backoff\_config: # Minimum delay when backing off. # CLI flag: -.backoff-min-period [min\_period: | default = 100ms] # Maximum delay when backing off. # CLI flag: -.backoff-max-period [max\_period: | default = 10s] # Number of times to backoff and retry before failing. # CLI flag: -.backoff-retries [ma... | https://github.com/grafana/loki/blob/main/docs/sources/shared/configuration.md | main | loki | [
0.0033812650945037603,
-0.03189704939723015,
-0.01824573054909706,
0.015088227577507496,
-0.033427659422159195,
0.013697820715606213,
-0.03505083546042442,
-0.00969289243221283,
-0.05055289715528488,
-0.021467434242367744,
-0.012051952071487904,
-0.04767526313662529,
-0.03303125500679016,
... | 0.00657 |
[primary: | default = ""] # Secondary backend storage used by multi-client. # CLI flag: -index-gateway.ring.multi.secondary [secondary: | default = ""] # Mirror writes to the secondary store. # CLI flag: -index-gateway.ring.multi.mirror-enabled [mirror\_enabled: | default = false] # Timeout for storing a value to the s... | https://github.com/grafana/loki/blob/main/docs/sources/shared/configuration.md | main | loki | [
-0.03466742858290672,
0.003553735790774226,
-0.07065662741661072,
0.03339380398392677,
-0.0451776422560215,
-0.06155278533697128,
-0.06209958717226982,
-0.013597877696156502,
0.04755038395524025,
-0.0363343171775341,
-0.0013430282706394792,
0.04267696291208267,
0.015560959465801716,
-0.112... | 0.080285 |
flag: -distributor.zone-awareness-enabled [zone\_awareness\_enabled: | default = false] # Comma-separated list of zones to exclude from the ring. Instances in # excluded zones will be filtered out from the ring. # CLI flag: -distributor.excluded-zones [excluded\_zones: | default = ""] # Number of tokens for each ingest... | https://github.com/grafana/loki/blob/main/docs/sources/shared/configuration.md | main | loki | [
-0.025867648422718048,
0.042134955525398254,
-0.10140148550271988,
-0.03221358731389046,
0.04354705661535263,
-0.07564213126897812,
0.039989788085222244,
-0.052464038133621216,
0.036063287407159805,
-0.03936916962265968,
0.026058707386255264,
-0.10489257425069809,
0.01658153533935547,
-0.0... | 0.139361 |
backoff, see `ingester.concurrent-flushes`. # CLI flag: -ingester.flush-op-backoff-min-period [min\_period: | default = 10s] # Maximum backoff period when a flush fails. Each concurrent flush has its own # backoff, see `ingester.concurrent-flushes`. # CLI flag: -ingester.flush-op-backoff-max-period [max\_period: | defa... | https://github.com/grafana/loki/blob/main/docs/sources/shared/configuration.md | main | loki | [
-0.03769787400960922,
0.012044208124279976,
-0.02362956665456295,
0.013115963898599148,
-0.07795339822769165,
-0.06294693052768707,
-0.023468056693673134,
-0.020190689712762833,
-0.026664139702916145,
-0.03360184282064438,
-0.0029451793525367975,
0.01604015938937664,
-0.04389657452702522,
... | 0.069328 |
index and filesystem object store. -1 for infinite. # CLI flag: -ingester.query-store-max-look-back-period [query\_store\_max\_look\_back\_period: | default = 0s] # The ingester WAL (Write Ahead Log) records incoming logs and stores them on # the local file systems in order to guarantee persistence of acknowledged data... | https://github.com/grafana/loki/blob/main/docs/sources/shared/configuration.md | main | loki | [
0.003796984441578388,
-0.0018708097049966455,
-0.051077697426080704,
0.011379111558198929,
0.05920492112636566,
-0.024061158299446106,
0.04272935166954994,
0.0431680902838707,
-0.0313500240445137,
0.06269945949316025,
-0.0022833910770714283,
0.07466030865907669,
-0.02206496335566044,
-0.06... | 0.093192 |
to the secondary store. # CLI flag: -ingester.partition-ring.multi.mirror-enabled [mirror\_enabled: | default = false] # Timeout for storing a value to the secondary store. # CLI flag: -ingester.partition-ring.multi.mirror-timeout [mirror\_timeout: | default = 2s] # Minimum number of owners to wait before a PENDING par... | https://github.com/grafana/loki/blob/main/docs/sources/shared/configuration.md | main | loki | [
-0.05262817069888115,
-0.03551819920539856,
0.01276413630694151,
0.0026434126775711775,
-0.014614738523960114,
-0.0032728759106248617,
0.06576676666736603,
-0.0014438661746680737,
0.03631392866373062,
0.012966391630470753,
0.04728097468614578,
0.00976446270942688,
0.022959178313612938,
-0.... | 0.0332 |
4] # Per-user allowed ingestion burst size (in sample size). Units in MB. The burst # size refers to the per-distributor local rate limiter even in the case of the # 'global' strategy, and should be set at least to the maximum logs size # expected in a single push request. # CLI flag: -distributor.ingestion-burst-size-... | https://github.com/grafana/loki/blob/main/docs/sources/shared/configuration.md | main | loki | [
-0.013495163060724735,
-0.054114121943712234,
-0.060139406472444534,
-0.04589131847023964,
-0.017358114942908287,
-0.006841406691819429,
0.04492449015378952,
0.05589311197400093,
0.01123944204300642,
-0.08100640028715134,
0.02952570468187332,
-0.08469846099615097,
-0.006574054714292288,
0.... | 0.060552 |
k8s\_job\_name]] # Discover and add log levels during ingestion, if not present already. Levels # would be added to Structured Metadata with name # level/LEVEL/Level/Severity/severity/SEVERITY/lvl/LVL/Lvl (case-sensitive) and # one of the values from 'trace', 'debug', 'info', 'warn', 'error', 'critical', # 'fatal' (cas... | https://github.com/grafana/loki/blob/main/docs/sources/shared/configuration.md | main | loki | [
-0.03340265527367592,
0.04695306345820427,
0.007425360381603241,
-0.0026615560054779053,
0.04479362443089485,
-0.06838886439800262,
-0.0050368658266961575,
0.03978210315108299,
-0.023665742948651314,
-0.046552177518606186,
-0.006741529330611229,
-0.10160098969936371,
0.02994159422814846,
0... | 0.089564 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.