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: modules/get-started/pages/licensing.adoc
+15-7Lines changed: 15 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,23 +33,31 @@ When you have downloaded the license key, you can apply it in the following ways
33
33
If you have a license key file, either:
34
34
35
35
- Save the license key to the following directory: `/etc/redpanda/redpanda.license`.
36
-
- Set the environment variable: `$\{REDPANDA_LICENSE_FILEPATH}` to point to the file where the license key is stored.
36
+
- Set the environment variable `REDPANDA_LICENSE_FILEPATH` to point to the file where the license key is stored.
37
37
38
-
=== Apply the license using an inline license string
38
+
=== Apply the license using a license string
39
39
40
-
If you do not have a license key file, run the following command using the full license string.
40
+
If you do not have a license key file, either:
41
41
42
+
- Set the environment variable `REDPANDA_LICENSE` to the value of the full license string.
43
+
- Run the following command using the full license string.
44
+
+
42
45
```bash
43
46
rpk connect run --redpanda-license <license-string> ./<connect-configuration>.yaml
44
47
```
45
-
48
+
+
46
49
Replace the following placeholders:
47
50
48
-
- `<license-string>`: The full license key string.
49
-
- `<connect-configuration>`: The name of your Redpanda Connect configuration file.
51
+
** `<license-string>`: The full license key string.
52
+
** `<connect-configuration>`: The name of your Redpanda Connect configuration file.
50
53
51
54
== Verify a license
52
55
53
56
Redpanda Connect checks the license key status at runtime. If the license key is unavailable or has expired, you are blocked from using enterprise connectors.
54
57
55
-
You can view the license key’s expiration date at any time in the Redpanda Connect logs.
58
+
You can view the license key’s expiration date at any time in the Redpanda Connect logs:
59
+
60
+
```
61
+
INFO Running main config from specified file @service=benthos benthos_version=4.50.0 path=connect_2.yaml
62
+
INFO Successfully loaded Redpanda license @service=benthos expires_at="2025-04-18T15:41:56+01:00" license_org=67XXX license_type="enterprise"
0 commit comments