<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: elasticsearch and oneagent in Infrastructure only mode in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Elasticsearch-and-OneAgent-in-quot-Infrastructure-only-quot-mode/m-p/204157#M24487</link>
    <description>&lt;P&gt;Thank you for your informations.&lt;/P&gt;&lt;P&gt;We understand the limits and we have installed in infra mode. Everything is working ok and in this moment we only need this data.&lt;/P&gt;</description>
    <pubDate>Mon, 06 Feb 2023 15:45:53 GMT</pubDate>
    <dc:creator>l_nalesso</dc:creator>
    <dc:date>2023-02-06T15:45:53Z</dc:date>
    <item>
      <title>Elasticsearch and OneAgent in "Infrastructure only" mode</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Elasticsearch-and-OneAgent-in-quot-Infrastructure-only-quot-mode/m-p/202720#M24153</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;Is it possible to enable Elasticsearch monitoring if OneAgent is in infrastructure-only mode?&lt;BR /&gt;I've made same search in the doc and in the community but i have not found the answer (need new glasses? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; ).&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 16:07:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Elasticsearch-and-OneAgent-in-quot-Infrastructure-only-quot-mode/m-p/202720#M24153</guid>
      <dc:creator>l_nalesso</dc:creator>
      <dc:date>2023-02-06T16:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: elasticsearch and oneagent in Infrastructure only mode</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Elasticsearch-and-OneAgent-in-quot-Infrastructure-only-quot-mode/m-p/202729#M24154</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;In general: &lt;STRONG&gt;In infra mode you will miss JVM metrics and service level, but general process metrics and tecnology specific metrics (with extension)you can get with infa-only mode.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Yes, it is possible, but you will miss instrumentation on EleasticSearch level.&lt;/P&gt;&lt;P&gt;If you have, for example, an instrumented Java application that calls ElasticSearch - you can see request count, failure rate, response time for OPAQUE service (not instrumented). Dynatrace can see when the code of your application executes a call to another service and when it came back.&lt;/P&gt;&lt;P&gt;You can see how it look in Dynatrace - with fully instrumented ElasticSearch on screenshots.&lt;/P&gt;&lt;P&gt;In my case, I call elastic with curl. So I can see this call and PurePath because ElasticSearch is instrumented - agent in Full-stack mode. I can see exception and e.t.c.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Romanenkov_Al3x_1-1674055532775.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/9473i1447F8CB49A85BE6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Romanenkov_Al3x_1-1674055532775.png" alt="Romanenkov_Al3x_1-1674055532775.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Romanenkov_Al3x_2-1674055715599.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/9474i14A2A735265A0A69/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Romanenkov_Al3x_2-1674055715599.png" alt="Romanenkov_Al3x_2-1674055715599.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I wouldn't be able to see these CURL PurePaths without instrumentation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In infra only mode you can additionally setup extension to get ElasticSerach metrics:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Romanenkov_Al3x_3-1674056173835.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/9475i9558FD150CCC09D8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Romanenkov_Al3x_3-1674056173835.png" alt="Romanenkov_Al3x_3-1674056173835.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;JVM metrics tab will not be avaliable in infra only mode.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Romanenkov_Al3x_0-1674055408845.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/9472i029FE1B74D86F477/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Romanenkov_Al3x_0-1674055408845.png" alt="Romanenkov_Al3x_0-1674055408845.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dynatrace.com/support/help/technology-support/dynatrace-extensions/supported-out-of-the-box/elasticsearch#supported-metrics" target="_self"&gt;Metrics&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;I hope this helps, have a good day!&lt;/P&gt;&lt;P&gt;Romanenkov Alex&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 15:41:06 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Elasticsearch-and-OneAgent-in-quot-Infrastructure-only-quot-mode/m-p/202729#M24154</guid>
      <dc:creator>Romanenkov_Al3x</dc:creator>
      <dc:date>2023-01-18T15:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: elasticsearch and oneagent in Infrastructure only mode</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Elasticsearch-and-OneAgent-in-quot-Infrastructure-only-quot-mode/m-p/204157#M24487</link>
      <description>&lt;P&gt;Thank you for your informations.&lt;/P&gt;&lt;P&gt;We understand the limits and we have installed in infra mode. Everything is working ok and in this moment we only need this data.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 15:45:53 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Elasticsearch-and-OneAgent-in-quot-Infrastructure-only-quot-mode/m-p/204157#M24487</guid>
      <dc:creator>l_nalesso</dc:creator>
      <dc:date>2023-02-06T15:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: elasticsearch and oneagent in Infrastructure only mode</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Elasticsearch-and-OneAgent-in-quot-Infrastructure-only-quot-mode/m-p/204159#M24488</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/2516"&gt;@l_nalesso&lt;/a&gt;&amp;nbsp;Thank you for letting us know!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 16:07:45 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Elasticsearch-and-OneAgent-in-quot-Infrastructure-only-quot-mode/m-p/204159#M24488</guid>
      <dc:creator>Ana_Kuzmenchuk</dc:creator>
      <dc:date>2023-02-06T16:07:45Z</dc:date>
    </item>
  </channel>
</rss>

