Multiple-server deployment
For example, you can separate the collection and indexing functions. You can deploy Collection Agents on the target servers (where data resides) and separate the Collection Stations and Indexers on different servers. The Collection Agent is a light-weight mechanism of collecting data, so it can reside on the target server. The Collection Station responsible for receiving data forwarded by the Collection Agents can remain on a separate server, and the Indexer responsible for indexing large volumes of data can remain on yet another separate server. You can even deploy the Collection Station and Indexer together on the same server. As you scale, you can add more number of Collection Stations and Indexers on additional servers. For more information, see Agent types
Similarly, you can separate the search function. You can deploy multiple Search components on separate servers and then scale them with increasing number of concurrent users using the product.
Deployment diagram
The following diagram illustrates a high-level architecture for a multiple-server deployment.