Created
May 18, 2021 15:22
-
-
Save thecraftman/9beb965f45f924233c088931b0ab3b09 to your computer and use it in GitHub Desktop.
Add the environment variable values for your Axiom host, dataset, and the ingest token.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
env: | |
- name: AXIOM_HOST | |
value: http://cloud.axiom.co // replace with your self-host url if needed | |
- name: AXIOM_DATASET_NAME | |
value: aks-logs | |
- name: AXIOM_INGEST_TOKEN | |
value: xait-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment