Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ocsf schema support in aws Athena #1134

Merged
merged 15 commits into from
Oct 27, 2022
8 changes: 8 additions & 0 deletions stix_shifter_modules/aws_athena/configuration/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@
"type": "text",
"optional": true
},
"ocsf_database_name": {
"type": "text",
"optional": true
},
"ocsf_table_name": {
"type": "text",
"optional": true
},
"guardduty_database_name": {
"type": "text",
"optional": true
Expand Down
10 changes: 10 additions & 0 deletions stix_shifter_modules/aws_athena/configuration/lang_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@
"placeholder": "vpcflow_table_name",
"description": "Specify the name of the table containing the VPC Flow Logs"
},
"ocsf_database_name": {
"label": "OCSF Logs database name",
"placeholder": "ocsf_database_name",
"description": "Specify the name of the database containing the OCSF Logs"
},
"ocsf_table_name": {
"label": "OCSF Logs table name",
"placeholder": "ocsf_table_name",
"description": "Specify the name of the table containing the OCSF Logs"
},
"guardduty_database_name": {
"label": "Amazon GuardDuty database name",
"placeholder": "guardduty_database_name",
Expand Down
Loading