LoginSignup
0
0

More than 1 year has passed since last update.

Splunkのルックアップテーブルのエラー

Last updated at Posted at 2022-10-12

SplunkでCSVファイルをルックアップテーブルに登録しようとすると、下記のようなエラーが出ることがある。

Your entry was not saved. The following error was reported: SyntaxError: JSON.parse: unexpected character at line 2 column 5 of the JSON data.

splunk.png

この場合、ファイルのパーミッションが原因の場合がある。

splunk3.png

-rw-rw-r--

であるべきが、

-rw-------

となっているなど。

chmod 765 ***

等でパーミッションを変更したら解決した。

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