Apica LogFlow
  • Overview
  • EULA
    • End User License Agreement
  • Getting Started Guide
    • Deployment guides
  • Architecture
    • Never Block, Never Drop
    • InstaStore
    • Deployment
  • Flow Management
    • Overview
    • Forwarders
    • Mapping Applications
    • Data Transformation
  • Splunk Forwarding
    • Overview
    • Apica UF Proxy App Extension
      • Standalone Instance
      • List of Indexer instances
      • Indexer Discovery
    • Metric indexes
    • Non metric indexes
    • Syslog forwarding
  • Real-time Stream Forwarding
    • Overview
    • AWS Kinesis
    • Azure Eventhub
    • Google Pub/Sub
  • Forwarding To Data Warehouse
    • Overview
    • GCP Bigquery
  • Object Store Forwarding
    • Overview
    • S3 Compatible
    • Azure Blob Storage
  • Forwarding to monitoring tools
    • DataDog Forwarding
    • New Relic Forwarding
    • Dynatrace Forwarding
    • Elasticsearch Forwarding
    • Coralogix Forwarding
    • Azure Log Analytics Forwarding
    • JS Code Forwarding
  • Security Monitor Forwarding
    • Overview
    • Arc Sight
    • RSA New Witness
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Object Store Forwarding

Overview

You may want to store all the log messages as raw file, and you may want to use it in future for further processing.

Apica provides a forwarder plugin for forwarding messages to object store. The log messages are stored as text file in the object store where each text file will be having collection of logs messages.

The maximum file size in the object store for forwarding logs can be configured using the Maximum forwarding object size . You can also configure the interval for flushing logs to object store using the flush to bucket interval

So the logs will be pushed to object store either if the log messages have accumulated to Maximum forwariding object size or if the duration is exceed more than flush to bucket interval

These two values can be configured when creating any object store forwarder.

Supported Object Store

  • Any S3 Compatible Object store

  • Azure Blob Storage

PreviousGCP BigqueryNextS3 Compatible

Last updated 1 year ago

Was this helpful?