Skip to content

Instantly share code, notes, and snippets.

@collin-sanford
Created September 27, 2023 17:17
Show Gist options
  • Save collin-sanford/8941da1e16ffa793013ccf9e0eb5f0af to your computer and use it in GitHub Desktop.
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
# 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