Uploaded image for project: 'Camunda Optimize'
  1. Camunda Optimize
  2. OPT-2593

Revise inline yaml paths mentioned in installation guide

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: L3 - Default L3 - Default
    • None
    • None
    • documentation
    • None
    • Not defined

      Context:
      christian.nicolai raised the point that the way we refer to YAML paths in the installation guide is unusual and he would prefer we would provide complete valid YAML code blocks that are easier to C&P

      As an example:

      The following YAML Paths correspond to settings available in the environment configuration:    container.ports.http - A port number that is used by the embedded jetty server to process HTTP connections
      Default value: `8090`
      

      would be better as:

      A port number that is used by the embedded jetty server to process HTTP connections
      
      YAML-BLOCK-START
      container:
        ports:
          http: 8090
      YAML-BLOCK-END
      

      AT:

        This is the controller panel for Smart Panels app

            [OPT-2593] Revise inline yaml paths mentioned in installation guide

            Sebastian Bathke created issue -
            Sebastian Bathke made changes -
            Description Original: Context:
            [~christian.nicolai] raised the point that the way we refer to YAML paths in the installation [guide|https://docs.camunda.org/optimize/latest/technical-guide/setup/installation/#elasticsearch-configuration] is unusual and he would prefer we would use YAML code blocks that are easier to C&P
            e.g.
            {{code}}
            The following YAML Paths correspond to settings available in the environment configuration: container.ports.http - A port number that is used by the embedded jetty server to process HTTP connections
            Default value: `8090`
            {{code}}

            would be better as:
            {{code}}
            The following YAML Paths correspond to settings available in the environment configuration:
            // A port number that is used by the embedded jetty server to process HTTP connections
            container.ports.http: 8090
            {{code}}
            New: Context:
            [~christian.nicolai] raised the point that the way we refer to YAML paths in the installation [guide|https://docs.camunda.org/optimize/latest/technical-guide/setup/installation/#elasticsearch-configuration] is unusual and he would prefer we would use YAML code blocks that are easier to C&P
            e.g.

            {code}
            The following YAML Paths correspond to settings available in the environment configuration: container.ports.http - A port number that is used by the embedded jetty server to process HTTP connections
            Default value: `8090`
            {code}

            would be better as:
            {code}
            The following YAML Paths correspond to settings available in the environment configuration:
            // A port number that is used by the embedded jetty server to process HTTP connections
            container.ports.http: 8090
            {code}
            Sebastian Bathke made changes -
            Description Original: Context:
            [~christian.nicolai] raised the point that the way we refer to YAML paths in the installation [guide|https://docs.camunda.org/optimize/latest/technical-guide/setup/installation/#elasticsearch-configuration] is unusual and he would prefer we would use YAML code blocks that are easier to C&P
            e.g.

            {code}
            The following YAML Paths correspond to settings available in the environment configuration: container.ports.http - A port number that is used by the embedded jetty server to process HTTP connections
            Default value: `8090`
            {code}

            would be better as:
            {code}
            The following YAML Paths correspond to settings available in the environment configuration:
            // A port number that is used by the embedded jetty server to process HTTP connections
            container.ports.http: 8090
            {code}
            New: Context:
            [~christian.nicolai] raised the point that the way we refer to YAML paths in the installation [guide|https://docs.camunda.org/optimize/latest/technical-guide/setup/installation/#elasticsearch-configuration] is unusual and he would prefer we would use YAML code blocks that are easier to C&P
            e.g.

            {code}
            The following YAML Paths correspond to settings available in the environment configuration: container.ports.http - A port number that is used by the embedded jetty server to process HTTP connections
            Default value: `8090`
            {code}

            would be better as:
            {code}
            A port number that is used by the embedded jetty server to process HTTP connections
            YAML-BLOCK
            container.ports.http: 8090
            YAML-BLOCK
            {code}
            Sebastian Bathke made changes -
            Description Original: Context:
            [~christian.nicolai] raised the point that the way we refer to YAML paths in the installation [guide|https://docs.camunda.org/optimize/latest/technical-guide/setup/installation/#elasticsearch-configuration] is unusual and he would prefer we would use YAML code blocks that are easier to C&P
            e.g.

            {code}
            The following YAML Paths correspond to settings available in the environment configuration: container.ports.http - A port number that is used by the embedded jetty server to process HTTP connections
            Default value: `8090`
            {code}

            would be better as:
            {code}
            A port number that is used by the embedded jetty server to process HTTP connections
            YAML-BLOCK
            container.ports.http: 8090
            YAML-BLOCK
            {code}
            New: Context:
            [~christian.nicolai] raised the point that the way we refer to YAML paths in the installation [guide|https://docs.camunda.org/optimize/latest/technical-guide/setup/installation/#elasticsearch-configuration] is unusual and he would prefer we would provide complete valid YAML code blocks that are easier to C&P
            e.g.

            {code}
            The following YAML Paths correspond to settings available in the environment configuration: container.ports.http - A port number that is used by the embedded jetty server to process HTTP connections
            Default value: `8090`
            {code}

            would be better as:
            {code}
            A port number that is used by the embedded jetty server to process HTTP connections
            YAML-BLOCK
            container:
              # A host name or IP address, to identify a specific network interface on
              # which to listen.
              host: localhost
              ports:
                # A port number that will be used by Optimize to process HTTP connections.
                # If set to null, ~ or left empty, http connections won't be accepted.
                http: 8090
                # A port number that will be used by Optimize to process
                # secure HTTPS connections.
                https: 8091
            YAML-BLOCK
            {code}
            Sebastian Bathke made changes -
            Description Original: Context:
            [~christian.nicolai] raised the point that the way we refer to YAML paths in the installation [guide|https://docs.camunda.org/optimize/latest/technical-guide/setup/installation/#elasticsearch-configuration] is unusual and he would prefer we would provide complete valid YAML code blocks that are easier to C&P
            e.g.

            {code}
            The following YAML Paths correspond to settings available in the environment configuration: container.ports.http - A port number that is used by the embedded jetty server to process HTTP connections
            Default value: `8090`
            {code}

            would be better as:
            {code}
            A port number that is used by the embedded jetty server to process HTTP connections
            YAML-BLOCK
            container:
              # A host name or IP address, to identify a specific network interface on
              # which to listen.
              host: localhost
              ports:
                # A port number that will be used by Optimize to process HTTP connections.
                # If set to null, ~ or left empty, http connections won't be accepted.
                http: 8090
                # A port number that will be used by Optimize to process
                # secure HTTPS connections.
                https: 8091
            YAML-BLOCK
            {code}
            New: Context:
            [~christian.nicolai] raised the point that the way we refer to YAML paths in the installation [guide|https://docs.camunda.org/optimize/latest/technical-guide/setup/installation/#elasticsearch-configuration] is unusual and he would prefer we would provide complete valid YAML code blocks that are easier to C&P
            e.g.

            {code}
            The following YAML Paths correspond to settings available in the environment configuration: container.ports.http - A port number that is used by the embedded jetty server to process HTTP connections
            Default value: `8090`
            {code}

            would be better as:
            {code}
            A port number that is used by the embedded jetty server to process HTTP connections
            YAML-BLOCK
            container:
              ports:
                # A port number that will be used by Optimize to process HTTP connections.
                # If set to null, ~ or left empty, http connections won't be accepted.
                http: 8090
            YAML-BLOCK
            {code}
            Sebastian Bathke made changes -
            Description Original: Context:
            [~christian.nicolai] raised the point that the way we refer to YAML paths in the installation [guide|https://docs.camunda.org/optimize/latest/technical-guide/setup/installation/#elasticsearch-configuration] is unusual and he would prefer we would provide complete valid YAML code blocks that are easier to C&P
            e.g.

            {code}
            The following YAML Paths correspond to settings available in the environment configuration: container.ports.http - A port number that is used by the embedded jetty server to process HTTP connections
            Default value: `8090`
            {code}

            would be better as:
            {code}
            A port number that is used by the embedded jetty server to process HTTP connections
            YAML-BLOCK
            container:
              ports:
                # A port number that will be used by Optimize to process HTTP connections.
                # If set to null, ~ or left empty, http connections won't be accepted.
                http: 8090
            YAML-BLOCK
            {code}
            New: Context:
            [~christian.nicolai] raised the point that the way we refer to YAML paths in the installation [guide|https://docs.camunda.org/optimize/latest/technical-guide/setup/installation/#elasticsearch-configuration] is unusual and he would prefer we would provide complete valid YAML code blocks that are easier to C&P
            e.g.

            {code}
            The following YAML Paths correspond to settings available in the environment configuration: container.ports.http - A port number that is used by the embedded jetty server to process HTTP connections
            Default value: `8090`
            {code}

            would be better as:
            {code}
            A port number that is used by the embedded jetty server to process HTTP connections
            YAML-BLOCK
            container:
              ports:
                http: 8090
            YAML-BLOCK
            {code}
            Sebastian Bathke made changes -
            Description Original: Context:
            [~christian.nicolai] raised the point that the way we refer to YAML paths in the installation [guide|https://docs.camunda.org/optimize/latest/technical-guide/setup/installation/#elasticsearch-configuration] is unusual and he would prefer we would provide complete valid YAML code blocks that are easier to C&P
            e.g.

            {code}
            The following YAML Paths correspond to settings available in the environment configuration: container.ports.http - A port number that is used by the embedded jetty server to process HTTP connections
            Default value: `8090`
            {code}

            would be better as:
            {code}
            A port number that is used by the embedded jetty server to process HTTP connections
            YAML-BLOCK
            container:
              ports:
                http: 8090
            YAML-BLOCK
            {code}
            New: Context:
            [~christian.nicolai] raised the point that the way we refer to YAML paths in the installation [guide|https://docs.camunda.org/optimize/latest/technical-guide/setup/installation/#elasticsearch-configuration] is unusual and he would prefer we would provide complete valid YAML code blocks that are easier to C&P
            e.g.

            {code}
            The following YAML Paths correspond to settings available in the environment configuration: container.ports.http - A port number that is used by the embedded jetty server to process HTTP connections
            Default value: `8090`
            {code}

            would be better as:
            {code}
            A port number that is used by the embedded jetty server to process HTTP connections

            YAML-BLOCK-START
            container:
              ports:
                http: 8090
            YAML-BLOCK-END
            {code}
            Sebastian Bathke made changes -
            Description Original: Context:
            [~christian.nicolai] raised the point that the way we refer to YAML paths in the installation [guide|https://docs.camunda.org/optimize/latest/technical-guide/setup/installation/#elasticsearch-configuration] is unusual and he would prefer we would provide complete valid YAML code blocks that are easier to C&P
            e.g.

            {code}
            The following YAML Paths correspond to settings available in the environment configuration: container.ports.http - A port number that is used by the embedded jetty server to process HTTP connections
            Default value: `8090`
            {code}

            would be better as:
            {code}
            A port number that is used by the embedded jetty server to process HTTP connections

            YAML-BLOCK-START
            container:
              ports:
                http: 8090
            YAML-BLOCK-END
            {code}
            New: Context:
            [~christian.nicolai] raised the point that the way we refer to YAML paths in the installation [guide|https://docs.camunda.org/optimize/latest/technical-guide/setup/installation/#elasticsearch-configuration] is unusual and he would prefer we would provide complete valid YAML code blocks that are easier to C&P

            As an example:
            {code}
            The following YAML Paths correspond to settings available in the environment configuration: container.ports.http - A port number that is used by the embedded jetty server to process HTTP connections
            Default value: `8090`
            {code}

            would be better as:
            {code}
            A port number that is used by the embedded jetty server to process HTTP connections

            YAML-BLOCK-START
            container:
              ports:
                http: 8090
            YAML-BLOCK-END
            {code}

            AT:
            - all subsections of https://docs.camunda.org/optimize/latest/technical-guide/setup/installation/#configuration are adjusted to use fully valid yaml code blocks
            Sebastian Bathke made changes -
            Assignee Original: Sebastian Bathke [ sebastian.bathke ] New: Joshua Windels [ joshua.windels ]
            Sebastian Bathke made changes -
            Labels New: current_release

              Unassigned Unassigned
              sebastian.bathke Sebastian Bathke
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: