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: content/en/05-reference/03-plugins/01-plugin-system.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@ Pixie's primary focus is to build a real-time debugging platform, not a full-fle
14
14
15
15
Plugins can be configured from within the Admin UI.
16
16
17
+
<svgtitle='Plugins are accessible through the Admin UI.'src='plugin/plugins_page.png'/>
18
+
17
19
1. Open the Live UI and navigate to the Plugins tab on the Admin page (`/admin/plugins`).
18
20
2. Find the plugin you wish to enable and click the toggle to enable/disable the plugin.
19
21
3. Expand the plugin row to specify the necessary configuration values. The required set of fields differs per plugin provider, and usually contains information such as API keys which are used for authentication.
@@ -26,6 +28,8 @@ By default, the plugin provider has configured a set of preset scripts. These wi
26
28
27
29
### Configuring Preset Export Scripts
28
30
31
+
<svgtitle='You can view preset scripts for a plugin in the Data Export page.'src='plugin/preset_scripts.png'/>
32
+
29
33
1.[Enable a plugin provider](#enabling-a-plugin) which supports longterm data retention.
30
34
2. Open the Live UI and navigate to the Data Export page in the sidebar (`/configure-data-export`).
31
35
3. All preset scripts are listed under `<Plugin Provider> Scripts`.
@@ -35,6 +39,8 @@ By default, the plugin provider has configured a set of preset scripts. These wi
35
39
36
40
### Creating Custom Export Scripts
37
41
42
+
<svgtitle='Create a custom script in the Data Export page by clicking `Create Scripts`.'src='plugin/custom_scripts.png'/>
43
+
38
44
1.[Enable a plugin provider](#enabling-a-plugin) which supports longterm data retention.
39
45
2. Open the Live UI and navigate to the Data Export page in the sidebar (`/configure-data-export`).
40
46
3. Under `Custom Scripts`, click the `Create Scripts` button on the right-hand side.
0 commit comments