Giter Club home page Giter Club logo

Comments (4)

Seegras avatar Seegras commented on August 27, 2024

"mvn compile" (works) or "mvn package" (should afaik produce a jar? doesn't work for me):
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:3.1.0:single (plugin) on project opendistro_security_kibana_plugin: Failed to create assembly: Error creating assembly archive plugin: archive cannot be empty -> [Help 1]

from security-dashboards-plugin.

lukas-vlcek avatar lukas-vlcek commented on August 27, 2024

Interestingly, the build instructions recommends using:

./build.sh <es-version> <kibana-version> install

However, in the source code build.sh the order of arguments is interpreted in different order. The meaning of arguments is:

./build.sh <kibana-version> <es-version> install

(Kibana version first, ES version second). Hmm...

from security-dashboards-plugin.

lukas-vlcek avatar lukas-vlcek commented on August 27, 2024

And there are more things that look odd to me. Like here:
https://github.com/opendistro-for-elasticsearch/security-kibana-plugin/blob/1a3ed3149774a6f0a00ae0712c229e872c9c3633/build.sh#L126

IMO the RPLC_PLUGIN_VERSION string if not found in source and the $SG_PLUGIN_VERSION variable is not defined.

Here: https://github.com/opendistro-for-elasticsearch/security-kibana-plugin/blob/1a3ed3149774a6f0a00ae0712c229e872c9c3633/build.sh#L134

The release maven profile is not defined.

This may be all valid in AWS build environment but not in my developer upstream setup.

from security-dashboards-plugin.

davidlago avatar davidlago commented on August 27, 2024

ODFE is EOL'd, and there is new documentation covering building from source for OpenSearch here

from security-dashboards-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.