mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
Some checks failed
CI / 🤖 Check dependabot status (push) Has been cancelled
CI / 🐧 Test on Linux (${{ github.ref_type == 'tag' }}, misc) (push) Has been cancelled
CI / 🐧 Test on Linux (coverage) (push) Has been cancelled
CI / 🐧 Test on Linux (regular) (push) Has been cancelled
CI / ❄️ Build on Nix (push) Has been cancelled
CI / 🍏 Build and test on macOS (push) Has been cancelled
CI / 🧪 End-to-end testing (push) Has been cancelled
CI / 🔍 Upload code coverage (push) Has been cancelled
CI / 🔬 Test only Go (push) Has been cancelled
CI / 🔬 Test only JS (${{ needs.dependabot.outputs.package-ecosystem }}, 20) (push) Has been cancelled
CI / 🔬 Test only JS (${{ needs.dependabot.outputs.package-ecosystem }}, 22) (push) Has been cancelled
CI / 🔬 Test only JS (${{ needs.dependabot.outputs.package-ecosystem }}, 24) (push) Has been cancelled
CI / ⚖️ Check licenses (push) Has been cancelled
CI / 🐋 Build Docker images (push) Has been cancelled
CI / 🐋 Tag Docker images (push) Has been cancelled
CI / 🚀 Publish release (push) Has been cancelled
Otherwise, the default is "false" for verify. This is a breaking change. Fix #2055.
19 lines
469 B
YAML
19 lines
469 B
YAML
---
|
|
paths:
|
|
clickhouse.networksources.amazon:
|
|
url: https://ip-ranges.amazonaws.com/ip-ranges.json
|
|
tls:
|
|
enable: false
|
|
skipverify: false
|
|
cafile: ""
|
|
certfile: ""
|
|
keyfile: ""
|
|
method: GET
|
|
headers: {}
|
|
proxy: true
|
|
interval: 6h0m0s
|
|
timeout: 1m0s
|
|
transform: >-
|
|
(.prefixes + .ipv6_prefixes)[] |
|
|
{ prefix: (.ip_prefix // .ipv6_prefix), tenant: "amazon", region: .region, role: .service | ascii_downcase }
|