Created
September 27, 2023 17:17
-
-
Save collin-sanford/8941da1e16ffa793013ccf9e0eb5f0af to your computer and use it in GitHub Desktop.
Simple Datadog Agent configuration file that enables logs, processes and agent configuration view in the DD UI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# api key - https://app.datadoghq.com/organization-settings/api-keys | |
api_key: <api_key> | |
# datadog site - https://docs.datadoghq.com/getting_started/site/ | |
site: datadoghq.com | |
# logs - needed for windows events - https://docs.datadoghq.com/integrations/win32_event_log | |
logs_enabled: true | |
logs_config: | |
use_compression: true | |
compression_level: 6 | |
batch_wait: 5 | |
open_files_limit: 200 | |
# agent configuration view in the datadog UI - https://docs.datadoghq.com/infrastructure/list/#agent-configuration | |
inventories_configuration_enabled: true | |
# live processes - https://docs.datadoghq.com/infrastructure/process/?tab=linuxwindows | |
process_config: | |
process_collection: | |
enabled: "true" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment