Splunk AppDynamics

C++ application controller settings

Raymond_Indwar
New Member

I am a bit confused here which the controller data.
In this configuration data, if i put the Tier and Nodes as such in my C++ application main function, which tier will relate to which node?

const char APP_NAME[] = "SampleC";
const char TIER_NAME[] = {"SampleCTier1", "SampleTier2"};
const char NODE_NAME[] = {"SampleCNode1", "SampleNode2", "SampleNode3"};
const char CONTROLLER_HOST[] = "controller.somehost.com";
const int CONTROLLER_PORT = 8080;
const char CONTROLLER_ACCOUNT[] = "customer1";
const char CONTROLLER_ACCESS_KEY[] = "MyAccessKey";
const int CONTROLLER_USE_SSL = 0;

Labels (1)
Tags (1)
0 Karma

iamryan
Community Manager
Community Manager

Hi @Raymond.Indwar,

It looks like you asked this same question last week and I linked to you some Documentation. We're you able to have a look at it?

https://community.appdynamics.com/t5/Dynamic-Languages-Node-JS-Python/C-Application-controller-setti...

0 Karma
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...