Skip to content

Conversation

@muskan-agarwal26
Copy link
Contributor

@muskan-agarwal26 muskan-agarwal26 commented Dec 18, 2025

Proposed commit message

The release includes identity data stream and associated dashboard.

Axonius fields are mapped to their corresponding ECS fields where possible.

Test samples were derived from live data samples, which were subsequently
sanitized.

Checklist

  • I have reviewed tips for building integrations and this pull request is aligned with them.
  • I have verified that all data streams collect metrics or logs.
  • I have added an entry to my package's changelog.yml file.
  • I have verified that Kibana version constraints are current according to guidelines.
  • I have verified that any added dashboard complies with Kibana's Dashboard good practices

How to test this PR locally

To test the axonius package:

  • Clone integrations repo.
  • Install elastic package locally.
  • Start elastic stack using elastic-package.
  • Move to integrations/packages/axonius directory.
  • Run the following command to run tests.

elastic-package test

2025/12/18 17:48:46 INFO New version is available - v0.117.1. Download from: https://github.com/elastic/elastic-package/releases/tag/v0.117.1 Run asset tests for the package 2025/12/18 17:48:46 INFO License text found in "/root/GITHUB/integrations/LICENSE.txt" will be included in package --- Test results for package: axonius - START --- ╭─────────┬─────────────┬───────────┬──────────────────────────────────────────────────────────────────┬────────┬──────────────╮ │ PACKAGE │ DATA STREAM │ TEST TYPE │ TEST NAME │ RESULT │ TIME ELAPSED │ ├─────────┼─────────────┼───────────┼──────────────────────────────────────────────────────────────────┼────────┼──────────────┤ │ axonius │ │ asset │ dashboard axonius-60472232-ca7b-45e6-9fa6-72e6efc41a8e is loaded │ PASS │ 1.422µs │ │ axonius │ identity │ asset │ index_template logs-axonius.identity is loaded │ PASS │ 348ns │ │ axonius │ identity │ asset │ ingest_pipeline logs-axonius.identity-0.1.0 is loaded │ PASS │ 233ns │ ╰─────────┴─────────────┴───────────┴──────────────────────────────────────────────────────────────────┴────────┴──────────────╯ --- Test results for package: axonius - END --- Done Run pipeline tests for the package --- Test results for package: axonius - START --- ╭─────────┬─────────────┬───────────┬─────────────────────────────────────────────────────┬────────┬──────────────╮ │ PACKAGE │ DATA STREAM │ TEST TYPE │ TEST NAME │ RESULT │ TIME ELAPSED │ ├─────────┼─────────────┼───────────┼─────────────────────────────────────────────────────┼────────┼──────────────┤ │ axonius │ identity │ pipeline │ (ingest pipeline warnings test-account.log) │ PASS │ 778.105629ms │ │ axonius │ identity │ pipeline │ (ingest pipeline warnings test-certificate.log) │ PASS │ 700.415371ms │ │ axonius │ identity │ pipeline │ (ingest pipeline warnings test-group.log) │ PASS │ 662.882359ms │ │ axonius │ identity │ pipeline │ (ingest pipeline warnings test-identity-common.log) │ PASS │ 763.614554ms │ │ axonius │ identity │ pipeline │ (ingest pipeline warnings test-user.log) │ PASS │ 639.719729ms │ │ axonius │ identity │ pipeline │ test-account.log │ PASS │ 296.335698ms │ │ axonius │ identity │ pipeline │ test-certificate.log │ PASS │ 309.327719ms │ │ axonius │ identity │ pipeline │ test-group.log │ PASS │ 308.939347ms │ │ axonius │ identity │ pipeline │ test-identity-common.log │ PASS │ 291.192435ms │ │ axonius │ identity │ pipeline │ test-user.log │ PASS │ 316.869779ms │ ╰─────────┴─────────────┴───────────┴─────────────────────────────────────────────────────┴────────┴──────────────╯ --- Test results for package: axonius - END --- Done Run policy tests for the package --- Test results for package: axonius - START --- No test results --- Test results for package: axonius - END --- Done Run static tests for the package --- Test results for package: axonius - START --- ╭─────────┬─────────────┬───────────┬──────────────────────────┬────────┬──────────────╮ │ PACKAGE │ DATA STREAM │ TEST TYPE │ TEST NAME │ RESULT │ TIME ELAPSED │ ├─────────┼─────────────┼───────────┼──────────────────────────┼────────┼──────────────┤ │ axonius │ identity │ static │ Verify sample_event.json │ PASS │ 268.878426ms │ ╰─────────┴─────────────┴───────────┴──────────────────────────┴────────┴──────────────╯ --- Test results for package: axonius - END --- Done Run system tests for the package 2025/12/18 17:48:59 INFO Installing package... 2025/12/18 17:48:59 INFO License text found in "/root/GITHUB/integrations/LICENSE.txt" will be included in package 2025/12/18 17:49:01 INFO Running test for data_stream "identity" with configuration 'default' 2025/12/18 17:49:09 INFO Setting up independent Elastic Agent... 2025/12/18 17:49:20 INFO Setting up service... 2025/12/18 17:49:40 INFO Validating test case... 2025/12/18 17:49:42 INFO Tearing down service... 2025/12/18 17:49:43 INFO Write container logs to file: /root/GITHUB/integrations/build/container-logs/axonius-1766060383822768504.log 2025/12/18 17:49:47 INFO Tearing down agent... 2025/12/18 17:49:48 INFO Write container logs to file: /root/GITHUB/integrations/build/container-logs/elastic-agent-1766060388442966883.log 2025/12/18 17:50:15 INFO Uninstalling package... --- Test results for package: axonius - START --- ╭─────────┬─────────────┬───────────┬───────────┬────────┬───────────────╮ │ PACKAGE │ DATA STREAM │ TEST TYPE │ TEST NAME │ RESULT │ TIME ELAPSED │ ├─────────┼─────────────┼───────────┼───────────┼────────┼───────────────┤ │ axonius │ identity │ system │ default │ PASS │ 41.623316269s │ ╰─────────┴─────────────┴───────────┴───────────┴────────┴───────────────╯ --- Test results for package: axonius - END --- Done 

Related issues

Screenshots

image (5) image (6)
@muskan-agarwal26 muskan-agarwal26 changed the base branch from main to feature/axonius-0.1.0 December 18, 2025 12:22
@elastic-vault-github-plugin-prod

Package microsoft_exchange_online_message_trace - 1.29.1 containing this change is available at https://epr.elastic.co/package/microsoft_exchange_online_message_trace/1.29.1/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants