Splunk Search

How to pass a cancellation token as an argument to cancel the search?

david_blanco
Engager

Hi,

I'm using the .NET SDK and I cannot find how to pass a cancellation token as an argument to cancel the search.

Is there any way to do it?

Thank you

Labels (1)
0 Karma

efavreau
Motivator

@david_blanco  Does this article help? https://community.splunk.com/t5/Splunk-Search/Is-there-a-search-or-REST-command-to-stop-running-sear...

Ultimately you'd need to submit the .net equivalent of the following (the job id here is for example, and you would need to know the job id):

curl -k -u admin:<pwd> --request DELETE https://localhost:8089/services/search/jobs/1416293763.77

 

###

If this reply helps you, an upvote would be appreciated.
0 Karma

morgen81
New Member

  1. Welche Materialien sind für Mülltonnenboxen am besten geeignet, wenn es um Haltbarkeit und Ästhetik geht?
  2. Welche Vorteile bieten Mülltonnenboxen hinsichtlich der Mülltrennung und -entsorgung?
  3. Welche Arten von Zäunen eignen sich am besten, um Mülltonnenboxen vor Blicken zu schützen?
  4. Welche Gestaltungsoptionen gibt es für Mülltonnenboxen und Zäune, um sie an die Umgebung anzupassen?
  5. Wie können Zäune und Mülltonnenboxen so gestaltet werden, dass sie in das Gesamtbild eines Gartens oder Grundstücks passen?
  6. Welche Sicherheitsaspekte sollten bei der Konstruktion von Mülltonnenboxen und Zäunen berücksichtigt werden, insbesondere in Wohngebieten?
  7. Welche Möglichkeiten gibt es, Mülltonnenboxen umweltfreundlicher zu gestalten?
  8. Welche Wartungsmaßnahmen sind erforderlich, um Mülltonnenboxen und Zäune in gutem Zustand zu halten?
  9. Gibt es regionale Vorschriften oder Bauvorschriften, die bei der Installation von Mülltonnenboxen und Zäunen beachtet werden müssen?
  10. Welche Unternehmen oder Handwerker bieten Dienstleistungen im Zusammenhang mit der Installation von Mülltonnenboxen und Zäunen an?

Wo kann ich Mülltonnenboxen kaufen? Einfach www.masterbox24.de besuchen.

Weclhen Zaun, Gartenzaun und Doppelstabmattenzaun bestellen? Online bei www.zaun7.de ist dies möglich.

 

 

 

curl -k -u admin:<pwd> --request DELETE https://localhost:8089/services/search/jobs/1416293763.77

 

 

 

 


Thank you for your help. That worked for me!

 

0 Karma

david_blanco
Engager

Hi, thank you for your reply.

I see your point.

That could be a workaround by invoking a new call to Splunk. But IMHO, it's not the most elegant solution in .NET since we're using async/await and Task library.

 

Why not take advantage of a feature included on the System.Threading Library?

CancellationTokenSource.Cancel Method 

 

 

0 Karma
Get Updates on the Splunk Community!

How to Monitor Google Kubernetes Engine (GKE)

We’ve looked at how to integrate Kubernetes environments with Splunk Observability Cloud, but what about ...

Index This | How can you make 45 using only 4?

October 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with this ...

Splunk Education Goes to Washington | Splunk GovSummit 2024

If you’re in the Washington, D.C. area, this is your opportunity to take your career and Splunk skills to the ...