Skip to content
Daily IT Help

My daily IT journal

  • Programming
  • Monitoring
  • Azure
  • Splunk
  • About me
  • Programming
  • Monitoring
  • Azure
  • Splunk
  • About me
  • General

    Application Insights: Java Agent 3.5.

    June 4, 2024 - By itdoctor

    Sample data: 2024-06-04 12:22:44.140-04:00 DEBUG c.m.a.a.i.exporter.AgentSpanExporter - exporting span: SpanData{spanContext=ImmutableSpanContext{traceId=7315e28acf0b7ac821a6c135368c48ac, spanId=341e43ed1acc9776, traceFlags=01, traceState=ArrayBasedTraceState{entries=[]}, remote=false, valid=true}, parentSpanContext=ImmutableSpanContext{traceId=00000000000000000000000000000000, spanId=0000000000000000, traceFlags=00, traceState=ArrayBasedTraceState{entries=[]}, remote=false,…

    Read More
  • General

    Azure Monitor: List all resource groups with their subscription

    May 23, 2024 - By itdoctor

    Login portal.azure.com , click on Resources Graph and run this query: resourcecontainers | where type == 'microsoft.resources/subscriptions/resourcegroups' | project name,…

    Read More
  • General

    Splunk: List all saved search

    May 23, 2024 - By itdoctor

    | rest /servicesNS/-/-/saved/searches splunk_server=local

    Read More
  • General

    Curl: * OpenSSL/3.0.11: error:0A000152:SSL routines::unsafe legacy renegotiation disabled

    May 20, 2024 - By itdoctor

    * TLSv1.3 (OUT), TLS handshake, Client hello (1):* TLSv1.3 (IN), TLS handshake, Server hello (2):* TLSv1.2 (OUT), TLS alert, handshake…

    Read More
  • General

    Guardicore: the last stand

    May 16, 2024 - By itdoctor

    I recently upgraded my python to newer version and realized that my script to connect one Mongo DB server not…

    Read More
  • General

    PHP8: LDAP SSL failed

    May 16, 2024 - By itdoctor

    Upgrading my container image from PHP7 to PHP8.2.4 , all the ext library seems the same, but when my ldap_bind…

    Read More
  • General

    Azure Monitor: List all action groups having pagerduty integration

    May 15, 2024 - By itdoctor

    resources| where type contains "actiongroups"   | where properties.webhookReceivers[0].serviceUri contains "pagerduty"

    Read More
  • General

    Splunk: sendemail command send search result to email

    May 10, 2024 - By itdoctor

    I have some troubles with email sent from Splunk with some Alerts, debugging this takes a lot of time, i…

    Read More
  • General

    Docker: can’t run some services using /etc/init.d/script ,”-x” flag in bash

    May 8, 2024 - By itdoctor

    I build a docker image, everything runs well on my dev machine. But when i deploy the images to my…

    Read More
  • General

    Telegraf: inputs.exec exit code

    May 2, 2024 - By itdoctor

    When we configure inputs.exec , your program/bash script must have exit code 0. If it’s not 0 , telegraf will…

    Read More
 Older Posts
Newer Posts 

Categories

  • Apple
  • Azure
  • Database
  • General
  • Linux
  • Marketing
  • Monitoring
  • Networking
  • Phone
  • Programming
  • Splunk
  • Windows
Graceful Theme by Optima Themes