Skip to content

Commit

Permalink
remove deprecated config examples
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Welch <[email protected]>
  • Loading branch information
slim-bean committed Apr 4, 2024
1 parent f5b1905 commit 4c857d0
Showing 1 changed file with 0 additions and 59 deletions.
59 changes: 0 additions & 59 deletions docs/sources/configure/examples/configuration-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -403,62 +403,3 @@ memberlist:
- loki-gossip-ring.loki.svc.cluster.local:7946 # :7946 is the default memberlist port.

```


## 16-(Deprecated)-Cassandra-Snippet.yaml

```yaml

# This is a partial config that uses the local filesystem for chunk storage and Cassandra for index storage
# WARNING - DEPRECATED: The Cassandra index store is deprecated and will be removed in a future release.

schema_config:
configs:
- from: 2020-05-15
store: cassandra
object_store: filesystem
schema: v12
index:
prefix: cassandra_table
period: 168h

storage_config:
cassandra:
username: cassandra
password: cassandra
addresses: 127.0.0.1
auth: true
keyspace: lokiindex

filesystem:
directory: /tmp/loki/chunks


```


## 17-(Deprecated)-S3-And-DynamoDB-Snippet.yaml

```yaml

# This partial configuration uses S3 for chunk storage and uses DynamoDB for index storage
# WARNING - DEPRECATED: The DynamoDB index store is deprecated and will be removed in a future release.

schema_config:
configs:
- from: 2020-05-15
store: aws
object_store: s3
schema: v12
index:
prefix: loki_

storage_config:
aws:
s3: s3://access_key:secret_access_key@region/bucket_name
dynamodb:
dynamodb_url: dynamodb://access_key:secret_access_key@region


```

0 comments on commit 4c857d0

Please sign in to comment.