0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Splunk - バージョンを確認したい

Last updated at Posted at 2024-05-20

検証環境

Splunk Enterprise 9.2.1

はじめに

Splunkのバージョンを確認する時にSPLで引っ張ってこれるよ、というだけの話。

SPL

[1] Splunk version

SPL
| rest /services/server/info
| table version

[2] Apps version

SPL
| rest /services/apps/local 
| table title version

終わりに

たまに使う。GUI(設定/Settings)から探すより早い。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?