Skip to content

Files

Latest commit

9c2efd9 · Jan 21, 2025

History

History

ambari-logsearch

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 17, 2024
Sep 17, 2024
Sep 17, 2024
Sep 17, 2024
Sep 17, 2024
Sep 17, 2024
Sep 17, 2024
Sep 17, 2024
Sep 17, 2024
Sep 17, 2024
Sep 17, 2024
Sep 17, 2024
Sep 17, 2024
Sep 20, 2024
Sep 17, 2024
Jul 6, 2023
Jul 6, 2023
Jul 6, 2023
Jul 6, 2023
Apr 21, 2020
Jul 6, 2023
Jul 6, 2023
Jul 6, 2023
Jul 6, 2023
Jan 21, 2025

Apache Ambari Log Search

Build Status license

Log Search is a sub-project of Apache Ambari

Introduction

Log aggregation, analysis, and visualization for Ambari managed (or any other) services.

Features

  • Parse / aggregate and ship logs
  • Send and index logs in Solr
  • Store logs (structured or unstructured format) in Cloud Storage (S3 / GCS / ADLS / WASB)
  • Full-text Search in logs (if the logs are shipped to Solr)
  • JWT/SSO support
  • Support testing the log parsing on the UI

Architecture

  • Log Feeder: agent component on all hosts to monitor and ship logs.
  • Log Search Portal: REST API + UI for rendering logs
  • Solr (Optional - default): storage for logs, used by both Log Search Portal and Log Feeder
  • ZooKeeper (Optional - default): configuration service for Solr, Log Search and Log Feeder
  • HDFS / S3 / GCS / ADLS: storage for logs (write only), used by Log Feeder cloud mode

Log Search Architecture Overview

Contents

Contributing

https://cwiki.apache.org/confluence/display/AMBARI/How+to+Contribute

(That is the ambari contribution guide, everything is the same here except use ambari-logsearch repository instead of ambari)

License