Splunk AppDynamics

Need to get IP Address for Servers through Dexter

SelvaganeshE
Explorer

Hello Experts,

We need to get the IP Address under the Network tab from all the Servers where AppD MA are running through Dexter.

Some of the servers configured with different host name so getting the IP Address will be helpful to find the misconfiguration and fix the issue. Please share your knowledge!

Thanks,

Selvaganesh E

Labels (1)
Tags (2)
0 Karma

Hiroki_Ito
Contributor

Hi @Selvaganesh.Elavarasan ,

Thank you for posting to the community.

You can get IP4Address and IP6Address of servers with Detected SIM Entities Report as written in the document below.
https://github.com/Appdynamics/AppDynamics.DEXTER/wiki/Detected-SIM-Entities-Report#11machine-networ... 

The job file needs to have Target.Type=SIM, Input.DetectedEntities=true, and Output.DetectedEntities=true.

e.g.
{
"Target": [
{
"Controller": "XXX",
"UserName": "XXX@XXX",
"UserPassword": "XXX",
"Application": "XXX",
"NameRegex": false,
"Type": "SIM"
}
],
"Input": {
"TimeFrame": {
"MarkDate": "TODAY",
"MarkTime": "PREVIOUS_HOUR",
"Duration": "1:00:00"
},
"DetectedEntities": true
},
"Output": {
"DetectedEntities": true
}
}

Best Regards,
Hiroki

Get Updates on the Splunk Community!

Advanced Splunk Data Management Strategies

Join us on Wednesday, May 14, 2025, at 11 AM PDT / 2 PM EDT for an exclusive Tech Talk that delves into ...

Uncovering Multi-Account Fraud with Splunk Banking Analytics

Last month, I met with a Senior Fraud Analyst at a nationally recognized bank to discuss their recent success ...

Secure Your Future: A Deep Dive into the Compliance and Security Enhancements for the ...

What has been announced?  In the blog, “Preparing your Splunk Environment for OpensSSL3,”we announced the ...