The Measure Platform is a web application which allows to collect, compute, store, and visualize measurements by execution of software measures (they may be defined in SMM - Structured Metrics Metamodel)
10
stars
4
forks
source link
Installing elastic search on an older linux version #15
By default, elastic search requires a 3.5+ Kernel with CONFIG_SECCOMP and CONFIG_SECCOMP_FILTER options compiled, or the engine won't start.
To avoid this, edit the config/elasticsearch.yml file, adding the following line (strictly identical): bootstrap.seccomp: false