Skip to content

Commit 43f4c98

Browse files
chore: release v0.2.3 (#41)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
1 parent 2d4f38b commit 43f4c98

39 files changed

Lines changed: 2973 additions & 2378 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
{
22
"plugins": [
33
{
4-
"version": "0.2.2",
4+
"version": "0.2.3",
55
"name": "elastic-elasticsearch",
66
"source": "./plugins/elasticsearch",
77
"description": "Elasticsearch skills — ES|QL queries, data ingestion, security (authn, authz, audit), and troubleshooting"
88
},
99
{
10-
"version": "0.2.2",
10+
"version": "0.2.3",
1111
"name": "elastic-kibana",
1212
"source": "./plugins/kibana",
1313
"description": "Kibana skills — dashboards, alerting rules, connectors, Vega visualizations, Agent Builder, streams, and audit logging"
1414
},
1515
{
16-
"version": "0.2.2",
16+
"version": "0.2.3",
1717
"name": "elastic-observability",
1818
"source": "./plugins/observability",
1919
"description": "Elastic Observability skills — OpenTelemetry instrumentation and migration (.NET, Java, Python), LLM observability, log search, SLOs, and service health"
2020
},
2121
{
22-
"version": "0.2.2",
22+
"version": "0.2.3",
2323
"name": "elastic-security",
2424
"source": "./plugins/security",
2525
"description": "Elastic Security skills — alert triage, case management, detection rule management, and sample data generation"
2626
},
2727
{
28-
"version": "0.2.2",
28+
"version": "0.2.3",
2929
"name": "elastic-cloud",
3030
"source": "./plugins/cloud",
3131
"description": "Elastic Cloud skills — project setup, access management, network security, and Serverless project lifecycle"

.github/.release-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "0.2.2",
2+
"version": "0.2.3",
33
"source_repo": "elastic/agent-skills",
4-
"sandbox_sha": "7773a02cf0dc0fba2793c809c4888ba249066ee4",
4+
"sandbox_sha": "d43db6b94b2fb5613b5ca9d224ce0441a70f5e0a",
55
"skills": {
66
"skills/cloud/access-management": {
77
"name": "cloud-access-management",
@@ -69,7 +69,7 @@
6969
},
7070
"skills/kibana/kibana-dashboards": {
7171
"name": "kibana-dashboards",
72-
"version": "0.1.0"
72+
"version": "0.1.1"
7373
},
7474
"skills/kibana/kibana-vega": {
7575
"name": "kibana-vega",

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## v0.2.3
4+
5+
### Updated Skills
6+
7+
- `skills/elasticsearch/elasticsearch-esql` (v0.1.1)
8+
- `skills/elasticsearch/elasticsearch-onboarding` (v0.1.0)
9+
- `skills/kibana/kibana-dashboards` (v0.1.0 → v0.1.1)
10+
11+
### Generated Artifacts
12+
13+
- Regenerated README skill table
14+
315
## v0.2.2
416

517
### Fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Skills in this repository focus on:
7575
| [kibana-alerting-rules](skills/kibana/kibana-alerting-rules/SKILL.md) | Create and manage Kibana alerting rules via REST API or Terraform. Use when creating, updating, or managing rule lifecycle (enable, disable, mute, snooze) or rules-as-code workflows. | 0.1.0 | elastic |
7676
| [kibana-audit](skills/kibana/kibana-audit/SKILL.md) | Enable and configure Kibana audit logging for saved object access, logins, and space operations. Use when setting up Kibana audit, filtering events, or correlating Kibana and ES audit logs. | 0.1.0 | elastic |
7777
| [kibana-connectors](skills/kibana/kibana-connectors/SKILL.md) | Create and manage Kibana connectors for Slack, PagerDuty, Jira, webhooks, and more via REST API or Terraform. Use when configuring third-party integrations or managing connectors as code. | 0.1.1 | elastic |
78-
| [kibana-dashboards](skills/kibana/kibana-dashboards/SKILL.md) | Create and manage Kibana Dashboards and Lens visualizations. Use when you need to define dashboards and visualizations declaratively, version control them, or automate their deployment. | 0.1.0 | elastic |
78+
| [kibana-dashboards](skills/kibana/kibana-dashboards/SKILL.md) | Create and manage Kibana Dashboards and visualizations. Use when you need to define dashboards and visualizations declaratively, version control them, or automate their deployment. | 0.1.1 | elastic |
7979
| [kibana-vega](skills/kibana/kibana-vega/SKILL.md) | Create Vega and Vega-Lite visualizations with ES\|QL data sources in Kibana. Use when building custom charts, dashboards, or programmatic panel layouts beyond standard Lens charts. | 0.1.0 | elastic |
8080
| [kibana-streams](skills/kibana/streams/SKILL.md) | List, inspect, enable, disable, and resync Kibana Streams via the REST API. Use when the user needs stream details, ingest/query settings, queries, significant events, or attachments. | 0.1.0 | elastic |
8181

plugins/cloud/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.2.2",
2+
"version": "0.2.3",
33
"name": "elastic-cloud",
44
"description": "Elastic Cloud skills - project setup, access management, network security, and Serverless project lifecycle",
55
"author": {

plugins/elasticsearch/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.2.2",
2+
"version": "0.2.3",
33
"name": "elastic-elasticsearch",
44
"description": "Elasticsearch skills - ES|QL queries, data ingestion, security (authn, authz, audit), and troubleshooting",
55
"author": {

plugins/kibana/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.2.2",
2+
"version": "0.2.3",
33
"name": "elastic-kibana",
44
"description": "Kibana skills - dashboards, alerting rules, connectors, Vega visualizations, Agent Builder, streams, and audit logging",
55
"author": {

plugins/observability/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.2.2",
2+
"version": "0.2.3",
33
"name": "elastic-observability",
44
"description": "Elastic Observability skills - OpenTelemetry instrumentation and migration (.NET, Java, Python), LLM observability, log search, SLOs, and service health",
55
"author": {

plugins/security/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.2.2",
2+
"version": "0.2.3",
33
"name": "elastic-security",
44
"description": "Elastic Security skills - alert triage, case management, detection rule management, and sample data generation",
55
"author": {

skills/elasticsearch/elasticsearch-esql/SKILL.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@ ES|QL uses pipes (`|`) to chain commands:
3535
>
3636
> **Cluster Detection:** Use the `GET /` response to determine the cluster type and version:
3737
>
38-
> - `build_flavor: "serverless"` — Elastic Cloud Serverless. Reports version `8.11.0` but supports all latest ES|QL
39-
> features. Ignore the version number and assume all GA and preview features are available.
38+
> - `build_flavor: "serverless"` — Elastic Cloud Serverless. `version.number` tracks the stack line under active
39+
> development (next minor from main), so clients that only semver-compare may treat Serverless as “latest.” **Do not**
40+
> use `version.number` to gate features: if `build_flavor` is `"serverless"`, assume all GA and preview ES|QL features
41+
> are available.
4042
> - `build_flavor: "default"` — Self-managed or Elastic Cloud Hosted. Use `version.number` for feature availability.
4143
> - **Snapshot builds** have `version.number` like `9.4.0-SNAPSHOT`. Strip the `-SNAPSHOT` suffix and use the
4244
> major.minor for version checks. Snapshot builds include all features from that version plus potentially unreleased

0 commit comments

Comments
 (0)