3 Replies Latest reply on Jun 16, 2017 3:40 AM by juraci.costa

    jpkroehling/elasticsearch image?

    ketanmistry

      Looking at the template it mentions the jpkroehling/elasticsearch image, what is it used for if the jboss/hawkular-apm-server image has Elastic embedded?

        • 1. Re: jpkroehling/elasticsearch image?
          juraci.costa

          The embedded Elasticsearch in Hawkular APM is fine for development purposes, but in the real world, you'd want to run it on its own server/pod, so that you can scale it up/down at will, without touching Hawkular APM. Similarly, you may want to scale up/down Hawkular APM without increasing the number of nodes for your Elasticsearch environment.

          • 2. Re: jpkroehling/elasticsearch image?
            ketanmistry

            Does Hawkular APM work with an out-of-the-box Elasticsearch? Or is there some special configuration required which the jpkroehling/elasticsearch already has?

            • 3. Re: jpkroehling/elasticsearch image?
              juraci.costa

              It does work with an out-of-the-box Elasticsearch. Although it works fine for development purposes, you'd probably want to have an external one for production, though. Which is the point of having it separate on the OpenShift template you mentioned earlier.