get more results

This commit is contained in:
reyesj2
2025-03-21 14:55:52 -05:00
parent 4d7fdd390c
commit 844283cc38

View File

@@ -108,7 +108,7 @@ elastic_fleet_package_is_installed() {
} }
elastic_fleet_installed_packages() { elastic_fleet_installed_packages() {
curl -s -K /opt/so/conf/elasticsearch/curl.config -b "sid=$SESSIONCOOKIE" -L -X GET -H 'kbn-xsrf: true' -H 'Content-Type: application/json' "localhost:5601/api/fleet/epm/packages/installed?perPage=300" curl -s -K /opt/so/conf/elasticsearch/curl.config -b "sid=$SESSIONCOOKIE" -L -X GET -H 'kbn-xsrf: true' -H 'Content-Type: application/json' "localhost:5601/api/fleet/epm/packages/installed?perPage=500"
} }
elastic_fleet_agent_policy_ids() { elastic_fleet_agent_policy_ids() {