Talendログサーバーをインストール - 7.3

Talendインストールガイド

Version
7.3
Language
日本語
Operating system
Windows
Subscription type
サブスクリプション
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Activity Monitoring Console
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend Data Preparation
Talend Data Stewardship
Talend DQ Portal
Talend ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend Log Server
Talend MDM Server
Talend MDM Web UI
Talend Repository Manager
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
インストールとアップグレード
Last publication date
2022-10-30
ログを収集するには、Kibana および Filebeatを含むTalend LogServerを手動でインストールする必要があります。

手順

  1. Talend-LogServer-VA.B.C.zipアーカイブファイルをコピーして抽出し、任意のディレクトリーに展開します。
    注: ディレクトリー名にスペースや非ASCII文字を含めることはできません。
  2. Talend LogServerを開始するには、start_logserver.bat実行可能ファイルを起動します。
    Elasticsearchをrootユーザーとして実行することはできません。ElasticsearchはTalend LogServerの一部なので、実行可能ファイルをrootユーザーとして実行することはできません。
  3. LOG_PATHAPP_NAMEの値をFilebeat用に設定します:
    • Filebeatディレクトリーにあるfilebeat.ymlファイルを開き、LOG_PATHAPP_NAMEの値を次のように設定します:
        paths:
          - ${LOG_PATH:C:\Talend\7.2.1\tac\apache-tomcat\logs\*}
        fields:
          app_id: ${APP_NAME:TAC}
    • または、LOG_PATHおよびAPP_NAME環境変数を設定します:
      SET LOG_PATH=c:\Talend\7.2.1\tac\apache-tomcat\logs\*
      SET APP_NAME=TAC
  4. Filebeatを開始します:
    filebeat -e -c filebeat.yml

タスクの結果

http://localhost:5601/app/kibana#/dashboard/Default-DashboardのURLでTalend LogServerにアクセスできます。

対象製品:

Data Fabric

Data Services Platform

ESB

MDM Platform

Real-Time Big Data Platform

Talend Administration Center[Logging] (ログ)ページに表示されるESBイベントログは、Runtimeコンテナーから起動できるイベントログフィーチャーによって収集されます。詳細は、Talend ESB Container Administration Guideをご覧ください。

トラブルシューティング: Talend LogServerを開始した時にlogstash-*, talendesb-*, およびtalendaudit-*のインデックスが表示されない場合は、次のステップを実行します:
  1. .kibanaインデックスを削除します。
    curl -XDELETE 'http://localhost:9200/.kibana'

    Windowsユーザーの場合は、utils\curl-7.50.3-windows-x86.exeにあるcurlを使用します。

  2. Talend LogServerを停止します。
  3. Talend LogServerを開始します。