logstash on AUR (Arch User Repository)

Last updated: June 16,2024

1. Install "logstash" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install logstash on Arch using YAY

$ yay -S logstash

* (Optional) Uninstall logstash on Arch using YAY

$ yay -Rns logstash

2. Manually Install "logstash" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone logstash's git locally

$ git clone https://aur.archlinux.org/logstash.git ~/logstash

c. Go to ~/logstash folder and install it

$ cd ~/logstash $ makepkg -si

3. Information about the logstash package on Arch User Repository (AUR)

ID: 1417553
Name: logstash
PackageBaseID: 174869
PackageBase: logstash
Version: 8.12.2-1
Description: Transport and process your logs, events, or other data
URL: https://www.elastic.co/logstash/
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: bolleyboll
Submitter: hashworks
FirstSubmitted: 1641749369
LastModified: 1709143643
URLPath: /cgit/aur.git/snapshot/logstash.tar.gz

5. The same packages on other Linux Distributions