2020.12

2020.12

  • Imply
  • Pivot
  • Druid
  • Manager
  • Clarity

›Imply Managed

Overview

  • Imply Overview
  • Design
  • Release notes

Tutorials

  • Quickstart
  • Data ingestion tutorial
  • Kafka ingestion tutorial
  • Connect to Kinesis
  • Querying data

Deploy

  • Deployment planning
  • Imply Managed

    • Imply Cloud overview
    • Imply Cloud security
    • Direct access Pivot
    • On-prem Cloud crossover

    Imply Private

    • Imply Private overview
    • Install Imply on Minikube
    • Imply Private on Kubernetes
    • Imply Private on Azure Kubernetes Service
    • Enhanced Imply Private on Google Kubernetes Engine
    • Kubernetes Scaling Reference
    • Kubernetes Deep Storage Reference
    • Imply Private on Linux
    • Pivot state sharing
    • Migrate to Imply

    Unmanaged Imply

    • Unmanaged Imply deploy

Misc

  • Druid API users
  • Extensions
  • Third-party software licenses

On-prem Cloud crossover

This tutorial will show you how to connect a locally installed, on-prem Pivot to an Imply Cloud Druid cluster.

What is this, a crossover episode?

When starting a cluster with Imply Cloud you will automatically get a Pivot instance that is wired into the Imply user management system. If you need to also access the Druid cluster using an on-premises Pivot you can do so by connecting it as an external application.

Prerequisites

  • A version of on-prem Pivot that you can download from Imply
  • A license key for the on-prem Pivot that you can obtain from your Imply representative (you can also follow this tutorial in trial mode).
  • A machine / VM to run on-prem Pivot

Setup

  1. Make sure that the cloud cluster is running and go to the API page

    API page

  2. Make sure that the machine that will run the on-prem Pivot has network readability to one of the query load balancers (internal or external depending on where this machine is running).

ping internal-imply-e08-elbinter-4cqwgofoc39u-321833498.us-east-1.elb.amazonaws.com
  1. Unpacking the Imply package
tar -xzf imply-2020.12.tar.gz
cd imply-2020.12
  1. Edit the supervisor config to only start the Pivot (imply-ui service).

  2. Start Pivot via the supervise script

bin/supervise -c conf/supervise/quickstart.conf
  1. Navigate your browser to port 9095 of the on-prem machine, you should see the Pivot interface.

  2. Go to the user profile and select Settings, then edit the Connection.

  3. Fill in the hosts with the cloud load balancer host and port

Connection config

You will also need to select the protocol as tls and fill in the certificate authority with the cert downloaded from the API page.

Finally set the default auth token to {"type":"basic-auth","username":"admin","password":"xxxx"} where the username and password come from the API page.

You do not have to use the admin user for this, you can create any API user you want.

All done, you can now use your on-prem Pivot with your cloud Druid cluster.

← Direct access PivotImply Private overview →
  • Prerequisites
  • Setup
2020.12
Key links
Try ImplyApache Druid siteImply GitHub
Get help
Stack OverflowSupportContact us
Learn more
BlogApache Druid docs
Copyright © 2021 Imply Data, Inc