Azure Monitor: List all resource groups with their subscription
Login portal.azure.com , click on Resources Graph and run this query: resourcecontainers | where type == 'microsoft.resources/subscriptions/resourcegroups' | project name,…
Login portal.azure.com , click on Resources Graph and run this query: resourcecontainers | where type == 'microsoft.resources/subscriptions/resourcegroups' | project name,…
| rest /servicesNS/-/-/saved/searches splunk_server=local
* TLSv1.3 (OUT), TLS handshake, Client hello (1):* TLSv1.3 (IN), TLS handshake, Server hello (2):* TLSv1.2 (OUT), TLS alert, handshake…
I recently upgraded my python to newer version and realized that my script to connect one Mongo DB server not…
Upgrading my container image from PHP7 to PHP8.2.4 , all the ext library seems the same, but when my ldap_bind…
resources| where type contains "actiongroups" | where properties.webhookReceivers[0].serviceUri contains "pagerduty"
I have some troubles with email sent from Splunk with some Alerts, debugging this takes a lot of time, i…
I build a docker image, everything runs well on my dev machine. But when i deploy the images to my…
When we configure inputs.exec , your program/bash script must have exit code 0. If it’s not 0 , telegraf will…
self.connection = cx_Oracle.connect( args.user, args.password, args.dsn) To fix this , create an environment TNS_ADMIN and save file sqlnet.ora , add…