Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
.Operations
* xref:operations:auth.adoc[]
* xref:operations:functions.adoc[]
* xref:operations:functions-transform.adoc[]
* xref:operations:io-connectors.adoc[]
* xref:operations:scale-cluster.adoc[]
* xref:operations:troubleshooting.adoc[]
15 changes: 0 additions & 15 deletions modules/components/pages/admin-console-tutorial.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@

The *{company} Admin Console for {pulsar-reg}* is a web-based UI from {company} that administers topics, namespaces, sources, sinks, and various aspects of {pulsar} features.

* xref:components:admin-console-tutorial.adoc#getting-started[]
* xref:components:admin-console-tutorial.adoc#features[]
* xref:components:admin-console-tutorial.adoc#send-receive[]
* xref:components:admin-console-tutorial.adoc#create-topics[]
* xref:components:admin-console-tutorial.adoc#code-samples[]
* xref:components:admin-console-tutorial.adoc#connect-to-pulsar[]
* xref:components:admin-console-tutorial.adoc#video[]

[#getting-started]
== Getting Started in {pulsar-short} Admin Console

Expand Down Expand Up @@ -151,13 +143,6 @@ You can get the token from the {pulsar-short} Admin Console's *Credentials* page

Alternatively, you can save the URL authentication parameters in your `client.conf` file.

[#video]
== Admin console video

You can also follow along with this video from our *Five Minutes About {pulsar-short}* series to get started with the admin console.

video::1IwblLfPiPQ[youtube, list=PL2g2h-wyI4SqeKH16czlcQ5x4Q_z-X7_m]

== Next steps

For more on building and running a standalone {pulsar-short} Admin console, see the xref:admin-console-vm.adoc[Admin Console on Server/VM] or the {pulsar-short} Admin console repo https://github.com/datastax/pulsar-admin-console#dev[readme].
10 changes: 0 additions & 10 deletions modules/components/pages/admin-console-vm.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,6 @@

The Admin Console is a VueJS application that runs in a browser. It also includes a web server that serves up the files for the Admin Console as well as providing configuration and authentication services.

This document covers:

* <<install,*Installation*>>

* <<configuration,*Configuration*>>

* <<configuration-reference,*Configuration Reference*>>

* <<auth-modes,*Auth Modes*>>

[#install]
== Install {pulsar-short} Admin Console

Expand Down
24 changes: 4 additions & 20 deletions modules/install-upgrade/pages/quickstart-helm-installs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,10 @@ For a component like BookKeeper, which requires stateful storage, we need to ove

There are two ways to override `default_storage`:

* Leave `existingStorageClassName` blank and specify the storage class parameters below.
* Leave `existingStorageClassName` blank and specify the storage class parameters for your cloud provider:
+
[tabs]
====
GKE::
** GKE:
+
--
[source,yaml]
----
volumes:
Expand All @@ -100,11 +97,9 @@ GKE::
extraParams:
replication-type: none
----
--

EKS::
** EKS:
+
--
[source,yaml]
----
volumes:
Expand All @@ -119,11 +114,9 @@ EKS::
extraParams:
iopsPerGB: "10"
----
--

AKS::
** AKS:
+
--
[source,yaml]
----
volumes:
Expand All @@ -138,8 +131,6 @@ AKS::
extraParams:
replication-type: none
----
--
====

* Create a custom storage configuration as a `yaml` file (https://github.com/datastax/pulsar-helm-chart/blob/master/helm-chart-sources/pulsar/templates/bookkeeper/bookkeeper-storageclass.yaml[like the {company} example]) and tell the Helm chart to use that storage configuration when it creates the BookKeeper PVCs.
+
Expand Down Expand Up @@ -508,13 +499,6 @@ Once you have created the secrets that store the certificate info (or specified

`enableTls: yes`

[#video]
== Getting started with Kubernetes video

Follow along with this video from our *Five Minutes About {pulsar-short}* series to get started with a Helm installation.

video::hEBP_IVQqQM[youtube, list=PL2g2h-wyI4SqeKH16czlcQ5x4Q_z-X7_m]

== Next steps

To learn about installing Luna Streaming for Bare Metal/VM, see xref:install-upgrade:quickstart-server-installs.adoc[Quickstart for Bare Metal/VM Installs].
3 changes: 0 additions & 3 deletions modules/operations/pages/auth.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ pulsar@pulsar-bastion-85c9b777f6-gt9ct:/pulsar$ curl -d "client_id=test-client"
----
+
.Results
[%collapsible]
====
[source,json]
----
{
Expand All @@ -141,7 +139,6 @@ pulsar@pulsar-bastion-85c9b777f6-gt9ct:/pulsar$ curl -d "client_id=test-client"
"scope":"email profile"
}
----
====

. Copy the `access_token` contents and use it in the `pulsar-admin` command's `--auth-params` option:
+
Expand Down
55 changes: 55 additions & 0 deletions modules/operations/pages/functions-transform.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
= {product} {pulsar-short} transform functions configuration reference
:navtitle: Transform functions configuration reference

include::common:streaming:partial$transform-functions/intro.adoc[]

To deploy transform functions, see xref:operations:functions.adoc[Deploy and manage functions].

== Configure transform functions

include::common:streaming:partial$transform-functions/config.adoc[]

[#expression-language]
=== Expression language

include::common:streaming:partial$transform-functions/expression-language.adoc[]

[#conditional-steps]
=== Conditional steps

include::common:streaming:partial$transform-functions/when.adoc[]

[#cast]
== Cast

include::common:streaming:partial$transform-functions/cast.adoc[]

[#compute]
== Compute

include::common:streaming:partial$transform-functions/compute.adoc[]

[#drop]
== Drop

include::common:streaming:partial$transform-functions/drop.adoc[]

[#drop-fields]
== Drop fields

include::common:streaming:partial$transform-functions/drop-fields.adoc[]

[#flatten]
== Flatten

include::common:streaming:partial$transform-functions/flatten.adoc[]

[#merge-keyvalue]
== Merge KeyValue

include::common:streaming:partial$transform-functions/merge-keyvalue.adoc[]

[#unwrap-keyvalue]
== Unwrap KeyValue

include::common:streaming:partial$transform-functions/unwrap-keyvalue.adoc[]
Loading