ITEA3-Measure / MeasurePlatform

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

Closed MathiasBollaert closed 6 years ago

MathiasBollaert commented 7 years ago

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

alebagnato commented 7 years ago

Many thanks again @MathiasBollaert

aabherve commented 6 years ago

NA