1

we have running applications on nodeJS and want to integrate the Logs into our activity tracker with logDNA. how can we implement this?

Leo
  • 101
  • 12
  • 1
    Integrate logs into the Activity Tracker or Log Monitoring (with LogDNA)? There are instructions for the monitoring: https://cloud.ibm.com/docs/services/Log-Analysis-with-LogDNA?topic=LogDNA-ingest – data_henrik Jul 03 '19 at 12:14

1 Answers1

1

The activity tracker is for the ibm cloud to write records of the stuff it does on your behalf

From https://cloud.ibm.com/docs/services/Activity-Tracker-with-LogDNA?topic=logdnaat-getting-started#getting-started

IBM Cloud Activity Tracker with LogDNA collects and stores audit records for API calls made to resources that run in the IBM Cloud.

You can not contribute arbitrary content to the activity tracker.

You can log into logdna, see https://cloud.ibm.com/docs/services/Log-Analysis-with-LogDNA?topic=LogDNA-ingest

Powell Quiring
  • 2,349
  • 2
  • 11
  • 9
  • can you share more details about the ingest of logs from IBM's "SDK for NodeJS" to "Log-Analysis-with-LogDNA"? – Leo Jul 18 '19 at 09:11
  • I'm working some content for this topic. Some questions: - Are you using cloud foundry? - Are you expecting some nodeJS logging without writing logging code in the app? - Are you planning on writing logging code in the nodeJS application? – Powell Quiring Jul 19 '19 at 16:35