Edit setup guide field for custom rules in UI and API #4917
Labels
Docset: ESS
Issues that apply to docs in the Stack release
Docset: Serverless
Issues for Serverless Security
Feature: Rules
Team: Detections/Response
Detections and Response
v8.14.0
Description
We need documentation for the setup guide field being added to the create/edit rule forms and the corresponding
setup
field being added to the related API schemas. Right now, the setup field is a prebuilt rules only field - this change will allow the field to be used in custom rules as well by adding a markdown container to the create/edit rule ui forms and adding thesetup
fields to the create/update/patch rules api schema - not just the response schema.Background & resources
Which documentation set does this change impact?
ESS and serverless
ESS release
8.14.0
Serverless release
The week of April 15, 2024
Feature differences
The feature is identical in ESS/serverless
API docs impact
Right now the
setup
field is documented in our response schema (as a default empty string). This update will add the field to the create and update (POST/PUT/PATCH) schemas as a defaultable (optional) field. It will default to an empty string if not included.Prerequisites, privileges, feature flags
No response
Pull requests
The text was updated successfully, but these errors were encountered: