Skip to main content
Version: Current

Operations

Overview

The Operations section explains how to monitor, manage, maintain, and troubleshoot ingestion activities within the Knowledge Ingestion Service.

Operational workflows focus on:

  • Ingestion monitoring
  • Runtime visibility
  • Reprocessing
  • Ingestion maintenance
  • URL and file management
  • Ingestion cleanup

Ingestion Run Lifecycle

Each ingestion execution creates an Ingestion Run associated with the owning Agent.

An ingestion run represents a single execution cycle of the ingestion pipeline.

Depending on the ingestion workflow and runtime behavior, ingestion runs may transition through multiple operational states.

Typical operational states may include:

StateDescription
CreatedIngestion run has been initialized
RunningContent extraction and processing is in progress
CompletedIngestion completed successfully
FailedIngestion encountered processing failures
CancelledIngestion was stopped before completion

Monitoring Ingestion Runs

The Ingestions dashboard provides visibility into ingestion activity and processing status.

Users can monitor:

  • Run status
  • Processed URLs
  • Uploaded files
  • Runtime statistics
  • Started time
  • Completed time

Monitoring helps organizations track ingestion health and identify failed or incomplete processing operations.


Viewing Processed Content

Users can inspect content processed during ingestion runs.

Depending on the ingestion source type, the monitoring experience may display:

  • Processed URLs
  • Uploaded files
  • Processing status
  • Content selection

This helps identify failed, skipped, or partially processed content.


Rerunning an Ingestion

Users can rerun ingestion operations when content needs to be refreshed or reprocessed.

Typical scenarios include:

  • Website content updates
  • Updated uploaded files
  • Failed processing retries
  • Semantic re-indexing

To rerun an ingestion:

  1. Open the Ingestions dashboard
  2. Expand the required ingestion source
  3. Locate the required ingestion run
  4. Click the rerun action

A new ingestion run is created for the selected source.


Deleting Processed Content

Users can remove processed content from ingestion runs.

Depending on the source type, this may include:

  • URLs
  • Uploaded files
  • Processed entries

This allows organizations to remove unwanted or outdated content from the Agent knowledge space.


Deleting Ingestion Runs

Users can delete ingestion runs that are no longer required.

Deleting ingestion runs helps maintain operational cleanliness and remove outdated processing history.

To delete an ingestion run:

  1. Open the Ingestions dashboard
  2. Expand the ingestion source
  3. Locate the required ingestion run
  4. Click the delete action

Ingestion Metrics

The Ingestions dashboard displays environment-level ingestion metrics.

Tracked metrics include:

MetricDescription
Embeddings CreatedTotal embeddings generated
Bytes IngestedTotal bytes processed
Characters IngestedTotal characters indexed
Characters LimitLicensed ingestion quota

These metrics help organizations monitor ingestion usage and licensing consumption.


Operational Notes

  • Knowledge ingestion is Agent-specific.
  • Ingestion metrics are cumulative across the environment.
  • Ingestion quota is governed by the DATA_INGESTION_LIMIT subscription entitlement.
  • Infrastructure configuration is maintained globally from the root tenant.