aboutsummaryrefslogtreecommitdiffstats
path: root/elasticstack/logstash
AgeCommit message (Collapse)AuthorFilesLines
2017-09-18Enhance logstash filter for logbackpranavdi1-6/+10
The existing filter was failing for a scenario. When a 'equals to' sign use to appear in the log message the filter would think of it as a key value MDC and add a invalid field in the output json. This fix will make logstash search for MDCs only till before the log message. Change-Id: I549bde8ec0ea318be37a1b36a1b05adedb55a7cd Issue-Id: LOG-34 Signed-off-by: pranavdi <Pranav.Dixit@amdocs.com>
2017-08-09[LOG-34]Config of Logstash Indexing for ONAP Logsalkac4-0/+318
Change-Id: I115893b01fee180896607285023090a65c0b4946 Signed-off-by: alkac <alkac@amdocs.com>