Splunk Dev

Rest API Splunk

bosseres
Contributor

Hello Team,

I just learning Splunk and Python so feel sorry for silly questions 🙂

I made scrypt on python

import requests

data = {
'username': 'admin',
'password': 'password'
}

response = requests.post('https://ip/services/auth/login', data=data, verify=False)

 

and trying to run it: ./splunk cmd python curl1.py

but there is a error with SSL

/opt/splunk/lib/python3.7/site-packages/urllib3/connectionpool.py:986: InsecureRequestWarning: Unverified HTTPS request is being made to host '10.22.22.207'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
InsecureRequestWarning,

 

Please help me how can I fix it. Thanks

 

Labels (1)
0 Karma

bosseres
Contributor

I've disabled notification with

import urllib3
urllib3.disable_warnings()

 

But it looks like that problem is located in scrypt, can you help me how to fix it?

0 Karma
Get Updates on the Splunk Community!

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...