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?

tableau serverからのログ取得

Posted at

tsm maintenance ziplogs --startdate "mm/dd/yyyy hh:mm" --enddate "mm/dd/yyyy hh:mm" -f <出力されるファイル名>.zip

例)tsm maintenance ziplogs --startdate "12/19/2023 02:00" --enddate "12/19/2023 04:00" -f logs_fordr_231219_11_13.zip

※ログを取得する時指定する時間はJSTではなくGMTになるので、ログを取得したい時間の9時間前の時間で指定する。
以下時間を変換するサイトです。
https://www.jisakeisan.com/?y=2023&m=12&d=27&hh=04&mm=0&t1=jst&t2=gmt
例)12/19/2023 12:00を含んだ前後一時間のログを取得したい場合

JST 12/19/2023 11:00 > GMT 12/19/2023 02:00 
JST 12/19/2023 13:00 > GMT 12/19/2023 04:00

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?