Questions tagged [sysdig]

Linux system exploration and troubleshooting tool with first class support for containers.

25 questions
0
votes
2 answers

Is sysdig agent able to monitor remote rabbitmq

I've looked in the sysdig documentation but I wasn't able to find a clear answer. I've configured a local container of a sysdig agent to try to connect to a remote rabbitmq but it seems to ignore it. If I start a local instance of rabbitmq it's…
0
votes
0 answers

Issue in locating prometheus configuration in pod and finding the metric retention time

I am trying to check the Prometheus configuration in one of the pods which are emitting metrics. When I do curl to this pod using : curl http://:5000 I am able to see the metrics, but I want to view and change the metric location and…
Pixzium Media
  • 109
  • 2
  • 10
0
votes
1 answer

Enabling audit rules in falco

I had installed falco using helm in my minikube cluster(v1.22.0 kubernetes v1.17.17). The falco is working good and showing logs for default rules in falco-rules.yaml but when it comes comes to k8s audit rules, it doesn't show any logs even on…
Sathya
  • 69
  • 2
  • 8
0
votes
0 answers

Issue in Grafana Query for prometheus metric with specific labels

I have below metrics emitted from prometheus and I want to show a graph using queries. demo_disk_space_state_sum{operation="remove",state="deleted"} 393.597179736 I am providing below query in Grafana dashboard query filter: state="deleted" But…
0
votes
2 answers

Unable to add sysdig plugin in grafana dashboard

I have installed grafana in kubernetes cluster and i am trying to add sysdig datasource. But,it shows sysdig plugin not found, i tried setting up grafana with sysdig plugin using below command: docker run -d -p 3000:3000 --name grafana…
0
votes
1 answer

Unable to access NodePort ip in Kubernetes cluster

I have below NodePort grafana and prometheus services running in cluster: $kubectl get services -n monitoring NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE grafana NodePort …
0
votes
0 answers

"Waiting for first node to connect..." while connecting Minikube to Sysdig

I'm trying to connect my local Kubernetes Minikube cluster to Sysdig. I've exported the ACCESS_KEY to the environment and copied the yams configuration files as requested by the Sysdig documentation: I started Minikube and run the following…
André Guerra
  • 486
  • 7
  • 22
0
votes
1 answer

How to integrate Rancher Kubernetes cluster with Sysdig inspect

Any ideas to integrate the Kubernetes cluster on rancher with Sysdig Inspect
Kan D
  • 1
0
votes
1 answer

How to determine if sysdig field exists or handle error if it doesn't

I'm using Sysdig to capture some events and have a small chisel (LUA script) to capture and format the events as necessary. On the on_init() I'm requesting fields like so : f_field = chisel.request_field("") My question is how can I check…
Steve H
  • 71
  • 1
  • 6
-1
votes
1 answer

Best fit prometheus metric data model for grafana sysdig

I am using prometheues metric in grafana UI emitted from sysdig dashboard. I am implementing a state change metric i.e pod states and my data mode is below: pod_request_state_duration(id,method="create",demoapi,state=creating-running) I want to use…
1
2