You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,10 +128,26 @@ URI: /tea
128
128
Request ID: 8292a274a2774d7e5257c53dcb8adbe6
129
129
```
130
130
131
-
In this repository you will also find [`examples/kubernetes/firetail.yml`](./examples/kubernetes/firetail.yml). Modify this file to include your own API token from the FireTail platform, and update the Firetail URL to match the region you're using then apply it.
131
+
In order for the `nginx-ingest` to load the FireTail module we need to add a `load_module` directive to the main block, and `firetail_api_token` and `firetail_url` directives to the `nginx.conf`. This can be done using a `ConfigMap` like this:
Modify this file to include your own API token from the FireTail platform, and update the Firetail URL to match the region you're using. You can then save it and apply it like so:
132
148
133
149
```bash
134
-
kubectl apply -f firetail.yaml
150
+
kubectl apply -f my-firetail-config-map.yaml
135
151
```
136
152
137
153
This will update the `nginx.conf` file in the `nginx-ingress` container to load the FireTail module and provide your API token and FireTail URL.
0 commit comments