Platform Operations, Administration, and Management (OA&M) Release Notes
========================================================================
+Version 1.1.0, 27 June 2018
+---------------------------
+
+- Increasing the reload interval for metricbeat
+
Version 1.0.0, 7 May 2018
-=========================
+-------------------------
- Increase the ES,LS memory size and made it configurable (ACUMOS-669)
- Added docker volume to persist acumos elasticsearch data (ACUMOS-669)
- Updated Elastic Stack installation steps
Version 0.1, 15 February 2018
-=============================
+-----------------------------
- Elastic Stack installation and documentation
metricbeat.config.modules:
#Modules are enabled by reading the .modules.d sub directory. Changes to these will automatically be detected and reflected.
path: ${path.config}/modules.d/*.yml
- reload.period: 10s
+ reload.period: 50s
reload.enabled: true
metricbeat.modules:
- module: docker
metricsets: ["container", "cpu", "diskio", "healthcheck", "info", "memory", "network"]
hosts: ["unix:///var/run/docker.sock"]
- period: 10s
+ period: 50s
# To connect to Docker over TLS you must specify a client and CA certificate.
#ssl:
# limitations under the License.
# ===============LICENSE_END=========================================================
- module: system
- period: 10s
+ period: 50s
metricsets:
- cpu
- load
by_memory: 5 # include top 5 processes by memory
- module: system
- period: 1m
+ period: 5m
metricsets:
- filesystem
- fsstat
system.filesystem.mount_point: '^/(sys|cgroup|proc|dev|etc|host|lib)($|/)'
- module: system
- period: 15m
+ period: 45m
metricsets:
- uptime
<!-- docker image name -->
<artifactId>acumos-metricbeat</artifactId>
<!-- docker tag -->
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</project>