Skip to content

Commit d01e6a6

Browse files
authored
add screenshots (#168)
Signed-off-by: Michelle Nguyen <michellenguyen@pixielabs.ai>
1 parent ca3c2a9 commit d01e6a6

4 files changed

Lines changed: 6 additions & 0 deletions

File tree

19 KB
Loading
59.5 KB
Loading
30.5 KB
Loading

content/en/05-reference/03-plugins/01-plugin-system.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Pixie's primary focus is to build a real-time debugging platform, not a full-fle
1414

1515
Plugins can be configured from within the Admin UI.
1616

17+
<svg title='Plugins are accessible through the Admin UI.' src='plugin/plugins_page.png'/>
18+
1719
1. Open the Live UI and navigate to the Plugins tab on the Admin page (`/admin/plugins`).
1820
2. Find the plugin you wish to enable and click the toggle to enable/disable the plugin.
1921
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
2628

2729
### Configuring Preset Export Scripts
2830

31+
<svg title='You can view preset scripts for a plugin in the Data Export page.' src='plugin/preset_scripts.png'/>
32+
2933
1. [Enable a plugin provider](#enabling-a-plugin) which supports longterm data retention.
3034
2. Open the Live UI and navigate to the Data Export page in the sidebar (`/configure-data-export`).
3135
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
3539

3640
### Creating Custom Export Scripts
3741

42+
<svg title='Create a custom script in the Data Export page by clicking `Create Scripts`.' src='plugin/custom_scripts.png'/>
43+
3844
1. [Enable a plugin provider](#enabling-a-plugin) which supports longterm data retention.
3945
2. Open the Live UI and navigate to the Data Export page in the sidebar (`/configure-data-export`).
4046
3. Under `Custom Scripts`, click the `Create Scripts` button on the right-hand side.

0 commit comments

Comments
 (0)