asimily/iomt
Vendor | Asimily |
Author | CrowdStrike |
Version | 1.1.0 |
Minimum LogScale Version | 1.82.0 |
This package contains a parser for Asimily anomaly data and an alert dashboard in JSON format.
The parser normalizes data to a common schema based on an OpenTelemetry standard. This schema allows you to search the data without knowing Asimily's data specifically, and just knowing the common schema instead. It also allows you to combine the data more easily with other data sources which conform to the same schema.
Breaking Changes
This update includes parser changes, which means that data ingested after upgrade will not be backwards compatible with logs ingested with the previous version.
Updating to version 1.0.0 or newer will therefore result in issues with existing queries in for example dashboards or alerts created prior to this version.
See CrowdStrike Parsing Standard (CPS) 1.0 for more details on the new parser schema.
Installing the Asimily IoMT Package in LogScale
Find the repository where you want to send the logs, or create a new one.
Navigate to your repository in the LogScale interface, click Settings and then on the left.
Click
and install the LogScale package for Asimily (i.e. asimily/iomt).When the package has finished installing, click Ingest Tokens).
on the left (still under , seeIn the right panel, click asimily-iomt.
to create a new token. Give the token an appropriate name (e.g. The name of the server the token is ingesting logs for), and assigned the parserBefore leaving this page, view the ingest token and copy it to your clipboard — to save it temporarily elsewhere.
Now that you have a repository set up in LogScale along with an ingest token you're ready to send logs to LogScale.
Go to the Asimily Console and go to → and paste the ingest token into Access Token and the LogScale URL into URL and save.
Figure 4. Asimily Console
Verify Data is Arriving in LogScale
Once you have completed the above steps the data should be arriving in your LogScale repository.
You can verify this by doing a simple search for
#Vendor = "asimily" | event.module =
"iomt"
to see the events.