Pre-Submission Checklist

Type Of Change

Checklist:

Description

The JSON CEE output from stderr is OK

When the messages are sent through Syslog, they need this extra prefix @cee: before the JSON string

Tested with rsyslog-omelasticsearch and OpenSearch Dashboard (replacement for Kibana)

module(load="mmjsonparse")

# we handle LOG_LOCAL5 only, use the same setting in the application config
local5.* :mmjsonparse:

template(name="isJSON" type="list") {
  property(name="$!all-json")
}

module(load="omelasticsearch")
local5.* action(type="omelasticsearch"
           template="isJSON"
           server="some-server"
           serverport="9200"
           searchIndex="log"
           searchType="_doc/"
           uid="admin"
           pwd="admin")

You can view, comment on, or merge this pull request online at:

  https://github.com/kamailio/kamailio/pull/2848

Commit Summary

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.