All Apps and Add-ons

Inquire proxy connection when using TA-tenable-easm on the splunk

KwonTaeHoon
Path Finder

Hello

I need a proxy connection when I use TA-tenable-easm on splunk. Is there a way or a guide to set up proxy on TA-tenable-easm?

 

Labels (1)
0 Karma
1 Solution

VatsalJagani
SplunkTrust
SplunkTrust

@KwonTaeHoon - The Add-on you are referring to is built by Tenable Inc. I would recommend creating support ticket with Tenable to find if they would add support for proxy to the Add-on.

 

Alternatively, if you are a developer, you can modify line no. 12 of asm_processor.py file inside the bin folder of the Add-on to add proxy settings like this: (only valid for Add-on version 1.0.2)

self.tasm =  TenableASM(self.api_key,hostname=hostname, proxies={'http':'http://10.10.1.10:3128','https': 'http://10.10.1.10:1080'})

(Replace your proxy info here)

 

I hope this helps!!! Kindly upvote if it does!!!

View solution in original post

VatsalJagani
SplunkTrust
SplunkTrust

@KwonTaeHoon - The Add-on you are referring to is built by Tenable Inc. I would recommend creating support ticket with Tenable to find if they would add support for proxy to the Add-on.

 

Alternatively, if you are a developer, you can modify line no. 12 of asm_processor.py file inside the bin folder of the Add-on to add proxy settings like this: (only valid for Add-on version 1.0.2)

self.tasm =  TenableASM(self.api_key,hostname=hostname, proxies={'http':'http://10.10.1.10:3128','https': 'http://10.10.1.10:1080'})

(Replace your proxy info here)

 

I hope this helps!!! Kindly upvote if it does!!!

KwonTaeHoon
Path Finder

Hello VatsalJagani

Thanks to you, it worked out well.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

May 2026 Splunk Expert Sessions: Security & Observability

Level Up Your Operations: May 2026 Splunk Expert Sessions Whether you are refining your security posture or ...

Network to App: Observability Unlocked [May & June Series]

In today’s digital landscape, your environment is no longer confined to the data center. It spans complex ...

SPL2 Deep Dives, AppDynamics Integrations, SAML Made Simple and Much More on Splunk ...

Splunk Lantern is Splunk’s customer success center that provides practical guidance from Splunk experts on key ...