elastic / integrations

Elastic Integrations
https://www.elastic.co/integrations
Other
28 stars 444 forks source link

[Elasticsearch integration] timeout option #11467

Closed lucabelluccini closed 3 weeks ago

lucabelluccini commented 3 weeks ago

The timeout option, available in metricbeat stack monitoring (https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-metricbeat.html#_timeout) is not available in the Elasticsearch Integration https://www.elastic.co/docs/current/integrations/elasticsearch

consulthys commented 3 weeks ago

The latest 1.15.2 elasticsearch integration package has been released: https://epr.elastic.co/search?package=elasticsearch

The HTTP timeout is now available to be configured Image

sumnsmnt commented 1 week ago

Integration Page not loading (1.15.3)

I installed Elasticsearch and Kibana locally. When I open the integration page, it's loading infinitely.

I find this log on the browser console.

core.entry.js:16 
 GET http://localhost:5601/api/fleet/epm/packages?prerelease=false 403 (Forbidden)
fetchResponse   @   core.entry.js:16
(anonymous) @   core.entry.js:16
await in (anonymous)        
(anonymous) @   core.entry.js:16
(anonymous) @   core.entry.js:16
Ot  @   esUiShared.plugin.js:1
u   @   fleet.plugin.js:2
queryFn @   fleet.plugin.js:2
fetchFn @   kbn-ui-shared-deps-npm.dll.js:388
O   @   kbn-ui-shared-deps-npm.dll.js:360
(anonymous) @   kbn-ui-shared-deps-npm.dll.js:360

I'm not sure where to ask about this issue, so I'm adding a comment on this closed issue. I'll appreciate any kind of suggestion to fix the issue.

consulthys commented 1 week ago

@sumnsmnt thanks for reporting this. This repository is about specific integrations, and your issue seems more related to the Integrations page in Kibana. So in order to have a better chance of this getting solved, you should first ask your question on Discuss in the Kibana/Fleet category. I'm also highlighting the fact that you have a 403 (Forbidden) return code, so there must be some permission issue somewhere. Thanks for your understanding