Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proxy Settings #3

Open
nathan-bonner opened this issue Sep 15, 2021 · 9 comments
Open

Proxy Settings #3

nathan-bonner opened this issue Sep 15, 2021 · 9 comments

Comments

@nathan-bonner
Copy link

Good day,

Please enable the web proxy functionality from the Splunk Add-on Builder. This will solve issues where Splunk Heavy Forwarders that are doing log collection do not have direct access to the internet. It appears that the Splunk Add-on builder was used to create the Citrix add-on. There is a simple drop in to enable the web calls to respect web proxy settings.

Thanks!

@Paregov
Copy link
Contributor

Paregov commented Sep 28, 2021

Thank you for your suggestion. I have created internal story for that and will update here once we have a progress.

@nathan-bonner
Copy link
Author

Thank you. This would be a much welcomed improvement to the add-on.

@dvg06
Copy link

dvg06 commented May 17, 2022

hi @Paregov wondering if proxy settings are configurable now? Screenshots in configuration guide suggests that it is not available yet?

@Paregov
Copy link
Contributor

Paregov commented May 23, 2022

Hi @dvg06. I am no longer at Citrix (the end of 2021). At the time it was not and I don't know who is working on the add-on now.

@nathan-bonner
Copy link
Author

@Paregov Thank you for the status update. Hopefully someone will pick up the work on this add-on.

@dvg06
Copy link

dvg06 commented Jun 11, 2022

I added below in splunk, and worked for me
no_proxy=trust.citrixworkspacesapi.net,127.0.0.1,api-us.cloud.com

@akearney-sky
Copy link

I have added the following lines to citrix-system-log-add-on/local/citrix_system_log_add_on_settings.conf

[proxy]
proxy_enabled = 1
proxy_port = *proxy_port*
proxy_url = *proxy_address*

and in citrix-system-log-add-on/bin/input_module_citrix_system_log_records.py update any occurances of:
use_proxy=False
to
use_proxy=True

Just waiting on the proxy settings to find out if this will actually work...

@dmarlingSplunk
Copy link

I know this is an old conversation but I did submit a PR that adds proxy support here #7

@dmarlingSplunk
Copy link

New app that replaces this one does have proxy support: https://splunkbase.splunk.com/app/6204

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants