Skip to content

Commit

Permalink
Merge pull request #6319 from EnterpriseDB/gvv/beacon-agent
Browse files Browse the repository at this point in the history
Typos in Install Beacon agent doc
  • Loading branch information
gvasquezvargas authored Dec 4, 2024
2 parents a27c910 + 20c6766 commit 3160a02
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export BEACON_AGENT_ACCESS_KEY=<your-access-key>
export BEACON_AGENT_PROJECT_ID=<your-project-id>
```

Running the `beacon-agent setup` command creates a configuration file in the Beacon configuration directory. using those environment variables.
These environment variables are used when you run the `beacon-agent setup` command to create a configuration file in the Beacon configuration directory.

You also need to specify the Beacon configuration directory for storing the configuration file and the name of the configuration file to generate there. The `$HOME/.beacon/` file is one of the default locations which `beacon_agent` searches for `beacon_agent.yaml` when it starts. Using the `-file` flag tells the agent setup process to create its configuration file in a specific location.

Expand Down Expand Up @@ -153,7 +153,7 @@ provider:
poll_interval: 5m0s
```

## Test Beacon Agent locally.
## Test Beacon Agent locally

For an initial test of the agent, you can get it to send the data that it would normally send to the EDB Enterprise AI control plane to standard output, your terminal session, instead. This allows you to quickly confirm if the agent is successfully able to gather data and what that data looks like.

Expand Down Expand Up @@ -210,7 +210,7 @@ agent:
```

## Run Beacon Agent.
## Run Beacon Agent

Run the agent using the following command:

Expand Down

1 comment on commit 3160a02

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.