Pro Tip #1: Adding the LogDNA Agent

Ask about this page
Perplexity
Grok

Now that you've signed up for LogDNA, it's time to set up your server to run the LogDNA agent.

  1. Log into the LogDNA dashboard and find your API key. You can find it on the bottom left after clicking on Host Install Instructions, as shown below.
Adding LogDNA client to your host servers

2. Follow the instructions to get the LogDNA agent set up on your server

hostinstructions

3. Specify your logging directoriesBy default, LogDNA logs all extensionless and .log files in /var/log/. To add directories or files to log, you can use the commands:

#Directories:logdna-agent -d /path/to/my/logfiles#Files:logdna-agent -f /path/to/my/file.log

If you need more complex logic, you can also view and set specific paths (as well as glob patterns) in /etc/logdna.conf.

For example:

logdir = /var/log,/home/myuser/mylogdir,/etc/myapp/**.log

Glob patterns can be tricky, so unless you need this type of logic, we recommend using regular file paths. However, if you ever need a glob patterns reference guide, we recommend the wonderful Wikipedia.

Happy logging!

This is some text inside of a div block.

Similar blog posts

Modernize Telemetry Pipeline Management with Mezmo Pipeline as Code
Modernize Telemetry Pipeline Management with Mezmo Pipeline as Code
Telemetry Pipeline
Developer Tools & Workflows
Regular Expressions and Grep
Regular Expressions and Grep
Developer Tools & Workflows
Configuration API & Terraform Provider Now Available
Configuration API & Terraform Provider Now Available
Developer Tools & Workflows