--- title: About the Analytics Pipelines slug: '2553' canonical_url: https://docs.coveo.com/en/2553/ collection: coveo-for-sitecore-v5 source_format: adoc --- # About the Analytics Pipelines > **Legacy feature** > > This article pertains to achieving relevance with the Coveo Hive framework. > Coveo Hive is now in maintenance mode. > > See [Achieve relevance](https://docs.coveo.com/en/n9qd0318/) for guidance on leveraging [Coveo Platform](https://docs.coveo.com/en/186/) relevance features with the Coveo Atomic library. The analytics pipelines are used to manage the Sitecore Analytics events. They're less frequently customized than the indexing and search pipelines. ## Coveo Analytics Pipelines These pipelines can be found in the `/configuration/sitecore/pipelines` section of the `Coveo.Analytics.xDB.config` file: |=== | Pipeline | Purpose | Description | Processors included by default | Is typically customized? | `coveoAnalyticsPipeline` | Analytics event processing | Used to translate [Coveo Platform](https://docs.coveo.com/en/186/)-generated search events to the format expected by the Sitecore Analytics database. | `Coveo.Analytics.xDB.Processors.HandleSitecoreSearchEventProcessor` | No | `initializeTracker` | Analytics event filtering | Used to ignore page visits to the Coveo Analytics site (as defined in the sites section of the `Coveo.SearchProvider.config` file). | `Coveo.Analytics.xDB.Processors.IgnoreAnalyticsEndpointVisitsProcessor` | No |===