All Apps and Add-ons

aperture problem

burakcinar
Path Finder

Hi,

Im trying implement aperture api with paloalto addon. Im using splunk Enterprise v7.
used official doc for implementation but it didnt help. tried with 2 different splunk server.

thanks.

2017-11-24 20:45:01,141 INFO pid=31594 tid=MainThread file=connectionpool.py:_new_conn:758 | Starting new HTTPS connection (1): 127.0.0.1
2017-11-24 20:45:04,110 INFO pid=31594 tid=MainThread file=setup_util.py:log_info:114 | Proxy is not enabled!
2017-11-24 20:45:04,110 DEBUG pid=31594 tid=MainThread file=base_modinput.py:log_debug:286 | Checking if Proxy is enabled
2017-11-24 20:45:04,110 DEBUG pid=31594 tid=MainThread file=base_modinput.py:log_debug:286 | False
2017-11-24 20:45:04,111 DEBUG pid=31594 tid=MainThread file=base_modinput.py:log_debug:286 | Current input type is set to:
2017-11-24 20:45:04,111 DEBUG pid=31594 tid=MainThread file=base_modinput.py:log_debug:286 | friday
2017-11-24 20:45:04,111 DEBUG pid=31594 tid=MainThread file=base_modinput.py:log_debug:286 | Start get_auth_token.
2017-11-24 20:45:04,111 DEBUG pid=31594 tid=MainThread file=retry.py:from_int:191 | Converted retries value: 3 -> Retry(total=3, connect=None, read=None, redirect=None)
2017-11-24 20:45:04,112 DEBUG pid=31594 tid=MainThread file=retry.py:from_int:191 | Converted retries value: 3 -> Retry(total=3, connect=None, read=None, redirect=None)
2017-11-24 20:45:04,117 DEBUG pid=31594 tid=MainThread file=connectionpool.py:_new_conn:809 | Starting new HTTPS connection (1): api.aperture.paloaltonetworks.com
2017-11-24 20:45:05,036 DEBUG pid=31594 tid=MainThread file=connectionpool.py:_make_request:400 | https://api.aperture.paloaltonetworks.com:443 "POST /oauth/token?scope=api_access&grant_type=client_credentials HTTP/1.1" 401 114
2017-11-24 20:45:05,038 ERROR pid=31594 tid=MainThread file=base_modinput.py:log_error:307 | ERROR: Invalid credentials.
2017-11-24 20:45:05,040 ERROR pid=31594 tid=MainThread file=base_modinput.py:log_error:307 | Get error when collecting events.
Traceback (most recent call last):
File "/opt/splunk/etc/apps/Splunk_TA_paloalto/bin/splunk_ta_paloalto/modinput_wrapper/base_modinput.py", line 127, in stream_events
self.collect_events(ew)
File "/opt/splunk/etc/apps/Splunk_TA_paloalto/bin/aperture.py", line 64, in collect_events
input_module.collect_events(self, ew)
File "/opt/splunk/etc/apps/Splunk_TA_paloalto/bin/input_module_aperture.py", line 75, in collect_events
token = get_auth_token(helper, opt_global_account, proxy_enabled)
File "/opt/splunk/etc/apps/Splunk_TA_paloalto/bin/input_module_aperture.py", line 58, in get_auth_token
raise ValueError(r_status)
ValueError: 401

0 Karma
1 Solution

panguy
Contributor

This was an issue with input_module_aperture.py trying to get token from api.aperture.paloaltonetworks.com which is an America only server.

We will work on updating this in the next release.

For anyone else having this issue please update Splunk_TA_paloalto/bin/input_module_aperture.py
replace api.aperture.paloaltonetworks.com with the correct aperture API server for your region. Three lines need to be updated listed below.

line 37
line 78
line 96

There are 3 aperture API servers. Please select the correct API server for your region.

America (api.aperture.paloaltonetworks.com),
EMEA (api.aperture-eu.paloaltonetworks.com),
APAC (api.aperture-apac.paloaltonetworks.com)

Thanks again for reporting this.

View solution in original post

0 Karma

panguy
Contributor

This was an issue with input_module_aperture.py trying to get token from api.aperture.paloaltonetworks.com which is an America only server.

We will work on updating this in the next release.

For anyone else having this issue please update Splunk_TA_paloalto/bin/input_module_aperture.py
replace api.aperture.paloaltonetworks.com with the correct aperture API server for your region. Three lines need to be updated listed below.

line 37
line 78
line 96

There are 3 aperture API servers. Please select the correct API server for your region.

America (api.aperture.paloaltonetworks.com),
EMEA (api.aperture-eu.paloaltonetworks.com),
APAC (api.aperture-apac.paloaltonetworks.com)

Thanks again for reporting this.

0 Karma

burakcinar
Path Finder

thank you.

0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...