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

Removed language common fields #984

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 0 additions & 31 deletions stix_shifter_modules/lang_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,6 @@
"type": {
"description": "Data source type"
},
"name": {
"label": "Data source name",
"description": "Assign a name to identify the connection (minimum of 5 characters)"
},
"description": {
"label": "Data source description",
"description": "Assign a description to indicate the purpose of the connection"
},
"apphostId": {
"label": "Edge gateway",
"description": "Specify an edge gateway if the connection is to run on an edge gateway.",
"linkDescription": "Add or manage edge gateways"
},
"options": {
"result_limit": {
"label": "Result Size Limit",
Expand All @@ -29,10 +16,6 @@
"label": "Query Response Timeout Limit",
"description": "The limit on how long to wait for the data source response, in seconds. Valid input range is {{min}} to {{max}}."
},
"search_timeout": {
"label": "Query Search Timeout Limit",
"description": "The limit on how long the query will run, in minutes, on the data source."
},
"dialects": {
"label": "Dialect",
"description": "The dialect to use if the data source needs to search multiple schema or database tables."
Expand All @@ -48,21 +31,7 @@
"mapping": {
"label": "Custom Mapping",
"description": "Custom stix mapping if default mapping needs to be replaced"
},
"concurrent": {
"label": "Concurrent Search Limit",
"description": "The number of simultaneous connections that can be made between IBM Cloud Pak™ for Security and the data source. Valid input range is {{min}} to {{max}}."
}
}
},
"configuration":{
"name": {
"label": "Configuration Name",
"placeholder": "Add a configuration name"
},
"description": {
"label": "Configuration Description",
"placeholder": "Add a configuration description"
}
}
}