Skip to content

Commit

Permalink
add file for primary fields generation in processor schema
Browse files Browse the repository at this point in the history
Signed-off-by: Katherine Shen <[email protected]>
  • Loading branch information
shenkw1 committed Nov 12, 2024
1 parent 0673308 commit 7e04ca0
Showing 1 changed file with 35 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"convert_entry_type": [
"key", "keys"
],
"csv": [
"source"
],
"date": [
"match", "from_time_received"
],
"delay": [
"for"
],
"grok": [
"match"
],
"key_value": [
"source", "default_values", "include_keys", "exclude_keys", "whitespace", "skip_duplicate_values"
],
"parse_ion": [
"source", "handle_failed_events"
],
"parse_json": [
"source", "handle_failed_events"
],
"parse_xml": [
"source", "handle_failed_events"
],
"service_map": [
"db_path"
],
"translate": [
"file", "mappings"
]
}

0 comments on commit 7e04ca0

Please sign in to comment.