Skip to content

Commit

Permalink
add field mappings for database log fields (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
markdboyd authored Dec 5, 2024
1 parent 66438a9 commit f13d329
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ keyword_default = { "type": "keyword", "index": true }.to_json
"space_id": <%= keyword_default %>,
"process_id": <%= keyword_default %>,
"process_instance_id": <%= keyword_default %>,
"process_type": <%= keyword_default %>
"process_type": <%= keyword_default %>,
"service_offering": <%= keyword_default %>,
"service_plan": <%= keyword_default %>
}
},
"app": {
Expand Down

0 comments on commit f13d329

Please sign in to comment.