fix(vector): use in-cluster endpoint for VictoriaLogs log shipping
This commit is contained in:
parent
e89d48c2a5
commit
3212016398
1 changed files with 2 additions and 6 deletions
|
|
@ -48,11 +48,7 @@ customConfig:
|
|||
type: elasticsearch
|
||||
inputs: [parser]
|
||||
endpoints:
|
||||
- https://o12y.observability./insert/elasticsearch/
|
||||
auth:
|
||||
strategy: basic
|
||||
user: ${VECTOR_USER}
|
||||
password: ${VECTOR_PASSWORD}
|
||||
- http://vlogs-victorialogs.observability.svc:9428/insert/elasticsearch/
|
||||
mode: bulk
|
||||
api_version: v8
|
||||
compression: gzip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue