Package Details: kibana 7.10.2-1

Git Clone URL: https://aur.archlinux.org/kibana.git (read-only, click to copy)
Package Base: kibana
Description: Browser based analytics and search dashboard for Elasticsearch
Upstream URL: https://www.elastic.co/products/kibana
Licenses: Apache
Submitter: hashworks
Maintainer: None
Last Packager: hashworks
Votes: 0
Popularity: 0.000000
First Submitted: 2022-01-08 16:29 (UTC)
Last Updated: 2022-01-08 16:29 (UTC)

Latest Comments

luntik2012 commented on 2022-07-13 12:21 (UTC)

$ diff -u PKGBUILD.old PKGBUILD
--- PKGBUILD.old    2022-07-13 14:20:28.400979994 +0200
+++ PKGBUILD    2022-07-13 14:18:41.365358039 +0200
@@ -4,7 +4,7 @@
 # Contributor: Spider.007 <archlinux AT spider007 DOT net>

 pkgname=kibana
-pkgver=7.10.2
+pkgver=8.3.2
 pkgrel=1
 pkgdesc='Browser based analytics and search dashboard for Elasticsearch'
 url='https://www.elastic.co/products/kibana'
@@ -14,17 +14,17 @@
 optdepends=('elasticsearch')
 backup=('etc/kibana/kibana.yml')
 options=('!strip' 'emptydirs')
-source=(https://artifacts.elastic.co/downloads/${pkgname}/${pkgname}-oss-${pkgver}-linux-x86_64.tar.gz
+source=(https://artifacts.elastic.co/downloads/${pkgname}/${pkgname}-${pkgver}-linux-x86_64.tar.gz
         kibana.service
         tmpfile.conf
         user.conf)
-sha512sums=('77ebb247d5326f3f9ab97d57ecc00c7f70deae0e1857d8b5d8f9a5d05d6713e27514cca342df666be79ab85a580e9dc5c7fa9676d67e95db64a0d69546d8d699'
+sha512sums=('f307d334195b93ee333c303b2f9719fa780f9c8a9a381f46de927290ea797c09655057793f952a60db20406792f8c05873cf56135f2290887d724effd4463c05'
             '3002f529c0960f1a0c233f7589819ed9c06c8ec6539ef416529d212bd1657d61bf0662b954b2b2dbff8a33cea2d545ea34e06df9088590156564e08bfc20216b'
             'afed49c164561f3c658a6d2423519adcf4d5293c416cd93fa5c9d12421416c1e9cb4287e832009049cfd014b365dc1cd93d9cf879117c701cce4caad3b772a8e'
             '9085884430c656cc68b855c3d6740e5fd0854a8785930341b29e15e201deacc1870d8223255d9ebe096cb111319bea9bf4faa03d0760d5819976ebf912221c7d')

 prepare() {
-  cd ${pkgbase}-${pkgver}-linux-x86_64
+  cd ${pkgbase}-${pkgver}

   # remove nodejs strict version requirements
   sed "s@^var isVersionValid = .*@var isVersionValid = true;@" -i src/setup_node_env/node_version_validator.js
@@ -34,7 +34,7 @@
 }

 package() {
-  cd ${pkgbase}-${pkgver}-linux-x86_64
+  cd ${pkgbase}-${pkgver}

   install -dm 755 "${pkgdir}/usr/share/kibana"
   cp -a * "${pkgdir}/usr/share/kibana"

charles_eidsness commented on 2022-01-29 16:43 (UTC)

Thanks! I think kibana-xpack will work for me, but I'll try out opensearch as well.

hashworks commented on 2022-01-29 16:29 (UTC) (edited on 2022-01-29 16:29 (UTC) by hashworks)

Please note that this package is currently orphaned. Feel free to adopt it to make the adjustments yourself.

Alternatively you could check out https://wiki.archlinux.org/title/OpenSearch

charles_eidsness commented on 2022-01-29 15:57 (UTC)

Doesn't work with the latest version of nodejs. Kibana will get stuck on the loading Elastic screen.

Suggest updating to depend on nodejs-lts-gallium instead of nodedjs, similar to kibana-xpack.