Skip to content

Commit

Permalink
Adds tip about creating Elastic Defend policy using Fleet API (#417)
Browse files Browse the repository at this point in the history
* Adds tip about creating Elastic Defend policy using Fleet API

* Update docs/en/ingest-management/fleet/fleet-api-docs.asciidoc

Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com>

---------

Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com>
  • Loading branch information
natasha-moore-elastic and kilfoyle authored Aug 21, 2023
1 parent d876082 commit 5a28557
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/en/ingest-management/fleet/fleet-api-docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,11 @@ policies.
[[create-integration-policy-api]]
== Create integration policy

To create a integration policy (also known as an package policy) and add it to an
To create an integration policy (also known as a package policy) and add it to an
existing agent policy, call `POST /api/fleet/package_policies`.

TIP: You can use the {fleet} API to {security-guide}/create-defend-policy-api.html[Create and customize an {elastic-defend} policy].

This cURL example creates an integration policy for Nginx and adds it to the
agent policy created in the previous example:

Expand Down

0 comments on commit 5a28557

Please sign in to comment.