Skip to content

Commit

Permalink
Merge pull request #6050 from mrickard/patch-2
Browse files Browse the repository at this point in the history
Documenting additional env vars
  • Loading branch information
bradleycamacho committed Feb 8, 2022
2 parents ee61ad8 + 56b803b commit 30bb248
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,22 @@ Complete the following:
Each tag is composed of a colon-delimited key and value. Multiple key-value pairs are semicolon-delimited; for example, `env:prod;team:myTeam`.
</td>
</tr>
<tr>
<td>
`NR_LAMBDA_LOG_GROUP_PREFIX`
</td>
<td>
If you've configured your Lambda log group to use a different path than `/aws/lambda`, you can specify it with this variable. **Optional.**
</td>
</tr>
<tr>
<td>
`NR_VPC_LOG_GROUP_PREFIX`
</td>
<td>
If you've configured your VPC log group to use a different path than `/aws/vpc/flow-log`, you can specify it with this variable. **Optional.**
</td>
</tr>
</tbody>
</table>

Expand Down

0 comments on commit 30bb248

Please sign in to comment.