@elastic/what-can-i-do
Discover what Moltler skills are available for your data
RUN SKILL what_can_i_do()-- Using curl
curl -u elastic-admin:elastic-password http://localhost:9200/_escript \
-H "Content-Type: application/json" \
-d '{"query": "RUN SKILL what_can_i_do()"}'
-- Response
{
"result": [...],
"_meta": {
"execution_id": "abc123",
"duration_ms": 45
}
}