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!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...