You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,40 +50,38 @@ The following Opscode cookbooks are dependencies:
50
50
51
51
### Installation
52
52
53
-
1. Add the cookbook to your Chef server with [Berkshelf][5] or [Knife][6]:
54
-
```text
53
+
To install the Datadog Agent with Chef, follow the [in-app flow in Fleet Automation][18] setup guide for Berkshelf or Knife. This setup guide allows you to select observability features, and generates the necessary attributes and commands for your environment.
54
+
55
+
These setup steps are also listed below:
56
+
57
+
```text
55
58
# Berksfile
56
59
cookbook 'datadog', '~> 4.0'
57
60
```
58
-
59
61
```shell
60
62
# Knife
61
63
knife cookbook site install datadog
62
64
```
63
-
64
65
2. Set the [Datadog-specific attributes](#datadog-attributes) in a role, environment, or another recipe:
0 commit comments