cloud-pipeline
cloud-pipeline copied to clipboard
API server logs shall be stored in Elasticsearch
The current PR provides implementation for issue #1795
The following changes were added:
- a new fields added to log filter object:
classNames,threadNamesandseverities - a new fields added to log entry output object:
className,threadNameandstacktrace - a new fields
threadNamesandseveritiesadded toGET log/filtermethod output - elasticsearch index name changed from
security_logtoapplication_log. This index contains all logs: security and application. The type can be resolved bytypefield - a new log file
application.jsonwill be created. This file contains all logs expecting security logs application.jsonfile added to filebeat configuration