Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Add Azure blob storage config examples to the docs #2907

Closed
wardbekker opened this issue Nov 10, 2020 · 9 comments · Fixed by #4152
Closed

Add Azure blob storage config examples to the docs #2907

wardbekker opened this issue Nov 10, 2020 · 9 comments · Fixed by #4152
Labels
keepalive An issue or PR that will be kept alive and never marked as stale.

Comments

@wardbekker
Copy link
Member

Is your feature request related to a problem? Please describe.
Loki supports Azure Blob Storage, but this is not yet reflected in the docs. This issue is a reminder to add this.

@wardbekker
Copy link
Member Author

@Crayeth
Copy link

Crayeth commented Dec 2, 2020

Is there support for an azure service for index too (blob, cosmosdb)? or just chunks.

@stale
Copy link

stale bot commented Jan 2, 2021

This issue has been automatically marked as stale because it has not had any activity in the past 30 days. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale A stale issue or PR that will automatically be closed. label Jan 2, 2021
@Crayeth
Copy link

Crayeth commented Jan 4, 2021

Seems like I was able to turn it on with:

loki:
  enabled: true
  config:
    schema_config:
      configs:
        - from: 2020-12-22
          store: boltdb-shipper
          object_store: azure
          schema: v11
          index:
            prefix: loki_index_
            period: 24h

    storage_config:
      boltdb_shipper:
        active_index_directory: /data/loki/index
        shared_store: azure
        cache_location: /data/loki/boltdb-cache
      azure:
        container_name: .. # add container name here
        account_name: .. # add account name here
        account_key: .. # add access key here <-- probably want to use sealed secrets or something for this one

@stale stale bot removed the stale A stale issue or PR that will automatically be closed. label Jan 4, 2021
@stale
Copy link

stale bot commented Feb 7, 2021

This issue has been automatically marked as stale because it has not had any activity in the past 30 days. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale A stale issue or PR that will automatically be closed. label Feb 7, 2021
@stale stale bot closed this as completed Mar 20, 2021
@dannykopping dannykopping added keepalive An issue or PR that will be kept alive and never marked as stale. and removed stale A stale issue or PR that will automatically be closed. labels Jun 18, 2021
@dannykopping dannykopping reopened this Jun 18, 2021
@dannykopping
Copy link
Contributor

Still outstanding, missing an example on this page:
https://grafana.com/docs/loki/next/configuration/examples/

@wardbekker I assume this is what you were referring to?

@cbl315
Copy link
Contributor

cbl315 commented Aug 10, 2021

Still outstanding, missing an example on this page:
https://grafana.com/docs/loki/next/configuration/examples/

@wardbekker I assume this is what you were referring to?

/assign

I think so, I'd like to take this.

@SAMUEL-KETECHIE
Copy link

Still outstanding, missing an example on this page:
https://grafana.com/docs/loki/next/configuration/examples/

@PatrickLaabs
Copy link

The Configuration example from @Crayeth also worked for me and I was able to get it to work.
Where can we edit the configuration examples page to add the Azure-part? :)

Best
Patrick

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
keepalive An issue or PR that will be kept alive and never marked as stale.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants