Add a local connection

A multi-cluster view can have exactly one connection to a local view. See Understand Multi-Cluster Topologies for more complex topologies.

Adding a local view is simpler than a remote view, as the cluster can already access the repository. To add a local connection to a multi-cluster view, run createLocalMultiClusterConnection():

graphql
mutation {
  createLocalClusterConnection(
    input: { multiClusterViewName: "myMultiClusterView", targetViewName: "humio" }
  )
}

This includes data from the local humio repo in the multi-cluster view.