Installing zassist
Install zassist, a command-line tool used for content ingestion.
Before you begin
Attention: The following prerequisites are applicable for Linux OS only.
The following steps are applicable for Ubuntu:
- Install GNOME Keyring:
sudo apt-get update sudo apt-get install dbus-x11 sudo apt-get install gnome-keyring - Create a folder to store the
keyring:
mkdir -p ~/.local/share/keyrings - (Optional) if the preceding step fails, use the following
command:
/usr/bin/gnome-keyring-daemon --start --components=secrets - Unlock the Keyring
manually:
export $(dbus-launch) echo "password" | gnome-keyring-daemon --unlockNote: You must unlock the keyring manually whenever you start a new terminal or session.
The following steps are applicable for Red Hat OpenShift:
- Install dbus-x11:
sudo dnf install dbus-x11 - Install gnome-keyring:
sudo dnf install gnome-keyring - Create a folder to store keyring:
mkdir -p ~/.local/share/keyrings - Unlock the Keyring manually:
export $(dbus-launch) echo "password" | gnome-keyring-daemon --unlock
Note: Unlock the keyring manually whenever you start a new terminal or
session.
The following are the PersistentVolumeClaim (PVC) requirements for installing
zAssist.
The preceding PVC requirements are also applicable for OpenSearch PVC.
| PVC | Minimum requirement |
|---|---|
| Write speed | 50 MB |
| Size | Total File Sizes * 2.5 |
About this task
| Platform | Binary path | Architecture |
|---|---|---|
| Linux (x86_64) | linux/zassist | x86_64 (Intel/AMD 64-bit) |
| macOS (Intel) | mac/zassist | x86_64 (Intel-based Macs) |
| macOS (Apple Silicon) | mac-arm/zassist | ARM64 (M1/M2/M3 Macs) |
| Linux (s390x) | s390x/zassist | IBM Z mainframe (s390x) |
| Windows | windows/zassist.exe | x86_64 (64-bit Windows) |