This question has both English and 日本語 on it. Please be read and give some answer.
I'm trying to use Splunk DB connection with MySQL for analyze the data.
As the environment, I use two AWS instances (develop and production) and contains MySQL database for each in same settings.
For develop environment AWS, could setup the DB input and shows data properly(I mean the columns rename Japanese automatically).
However, the other one setup as same as what I did on develop environment's search returns ???? on Japanese fields.
On the query I use the command like below.
SELECT section_nm as "部門",
territory_nm as "領域名",
:
FROM ticket.trn_ticket_plan_act
WHERE dataflag='0'
One can use this query as proper but another is not.
What is the problem on this situation?
Addition to it, I don't setup DB output and DB lookup. Could be any reason that working well because of those?
Regards.
今Splunk DB connect を使い、MySQLからデータを取得し分析ツールに適応したいと思ってセットアップをしています。
現在AWS上に2つのインスタンス(開発環境と本番環境)を所有し、2つの同じ設定をしているMySQLを構築しています。
開発環境と本番環境で同様の設定をしているにも関わらず、開発環境ではquery上で編集した日本語名でサーチ結果がかえって来るものの、本番環境では????となり上手くデータのカラム名を変更出来ていません。
設定したqueryは下記のようになっております。
SELECT section_nm as "部門",
territory_nm as "領域名",
:
FROM ticket.trn_ticket_plan_act
WHERE dataflag='0'
どこに問題があると考えられるでしょうか?
これに付随して、DB outputとDB lookupには設定を行っていないのですが、それが影響している可能性があるでしょうか?
片方の環境では上手くいってしまったため、気にしていなかったのですが、DB outputとDB lookup簡潔にいうと何をするための操作なのでしょうか?
質問が多くて申し訳ありませんが、よろしくお願いします。
出来れば、日本語の答えを期待しております。
... View more