Skip to content

Latest commit

 

History

History
89 lines (54 loc) · 3.65 KB

splunk.md

File metadata and controls

89 lines (54 loc) · 3.65 KB

Overview

  • Splunk Saas product for metrics, traces and logs
  • 14 day free trial
  • Servers are only in united states or europe
  • Really just signalFx? which was acquired by splunk in aug 2019
  • https://app.us1.signalfx.com/#/signin

Infra monitoring

  • Easy to setup just install agent

  • Uses the otel collector agent which has lots of settings i believe

  • More general ways of integration for each cloud provider

  • One host dashboard

Screen Shot 2021-06-13 at 5 35 49 pm

  • Hosts dashboard

Screen Shot 2021-06-13 at 5 40 27 pm

  • Docker host dashboard need extra settings and permissionsto be added

Screen Shot 2021-06-13 at 5 37 31 pm

  • Docker container dashboard

Screen Shot 2021-06-13 at 5 38 05 pm

Distributed Tracing

  • Instrumentation
 # Splunk observability
  export OTEL_RESOURCE_ATTRIBUTES="service.name=${APP_NAME},deployment.environment=dev"
  export OTEL_EXPORTER_OTLP_ENDPOINT='http://splunk-otel-collector:4317'

  JAVA_OPTS="${JAVA_OPTS} \
    -javaagent:${APP_HOME}/splunk-otel-javaagent.jar -Dsplunk.metrics.enabled=true"
  • Service map

Screen Shot 2021-06-13 at 1 28 08 am

  • Services overview

Screen Shot 2021-06-13 at 1 31 19 am

  • List of traces - can see ui getting very messy with lots of services

Screen Shot 2021-06-13 at 1 36 08 am

  • An example trace

Screen Shot 2021-06-13 at 1 36 08 am

  • Trace drilldown details

Screen Shot 2021-06-13 at 1 39 05 am

Dashboards

  • Difficult to use, no SPL
  • Granuality can be increased by changing collector settings
  • Didn't see a way to display a table of metrics e.g. what are the processing running on host with their cpu/memory usage

image

  • As you onboard more data, dashboards are automatically added for you

image

Logs

  • Not available in trial account
  • If it is anything like splunk, it is good

image

Alerting

Screen Shot 2021-06-13 at 1 49 33 am

  • Alert condition

image

  • Alert settings

image