icon/x Created with Sketch.

Splunk Cookie Policy

We use our own and third-party cookies to provide you with a great online experience. We also use these cookies to improve our products and services, support our marketing campaigns, and advertise to you on our website and other websites. Some cookies may continue to collect information after you have left our website. Learn more (including how to update your settings) here.
Accept Cookie Policy

We are working on something new...

A Fresh New Splunkbase
We are designing a New Splunkbase to improve search and discoverability of apps. Check out our new and improved features like Categories and Collections. New Splunkbase is currently in preview mode, as it is under active development. We welcome you to navigate New Splunkbase and give us feedback.

Accept License Agreements

This app is provided by a third party and your right to use the app is in accordance with the license provided by that third-party licensor. Splunk is not responsible for any third-party apps and does not provide any warranty or support. If you have any questions, complaints or claims with respect to this app, please contact the licensor directly.

Thank You

Downloading Anetac Log Export for Splunk
SHA256 checksum (anetac-log-export-for-splunk_1019.tgz) c3a746cd5a0e9368fae7689afc361ffad402013655dfb4625fd749e89f63b5af SHA256 checksum (anetac-log-export-for-splunk_1016.tgz) 721f47bea987ce5eabccb32fc7c8ec27c42d3c7a47a3f297c2277495d6403661 SHA256 checksum (anetac-log-export-for-splunk_1015.tgz) 985787f7aa2ae6a89b51e2d4015fbfc9a2dd8962696a48d99282b0aa2054383d SHA256 checksum (anetac-log-export-for-splunk_1014.tgz) 6830b9cca9212012ba2b02c6dc0432779db6d74882690035e346d106e747b1b2 SHA256 checksum (anetac-log-export-for-splunk_1013.tgz) a5ed21be07c70bf5008e2025a3575cc2546f05b15c0579d965f24fc62f040efd SHA256 checksum (anetac-log-export-for-splunk_1010.tgz) e96e85c3f1045d3b8fd303300f8c0483b3f6fbca75e659f7fb43da6bc46bd8ca SHA256 checksum (anetac-log-export-for-splunk_108.tgz) 93a2ca63987e05d649a2a0411467aebf9c735737fb049e8787d0880d7430f287 SHA256 checksum (anetac-log-export-for-splunk_107.tgz) f37d8e0ff454962159f66aae965921658f2c54a897eb938ff970fe7693263afd SHA256 checksum (anetac-log-export-for-splunk_105.tgz) 6dd3c3b9dc361971e301c1acbc101741274ea965b9234d07168f87c966a312b4
To install your download
For instructions specific to your download, click the Details tab after closing this window.

Flag As Inappropriate

splunk

Anetac Log Export for Splunk

Splunk Cloud
Overview
Details
Anetac Log Export for Splunk is a Splunk add that provides a macros, a search command, and an alert action for exporting Windows Event Logs to Anetac via S3.

Anetac Log Export for Splunk is a Splunk app that provides a macros, a search command, and an alert action for exporting Windows Event Logs to Anetac via S3.

Release Notes

Version 1.0.19
Sept. 15, 2025
Version 1.0.16
Dec. 27, 2024

Removed JSON encoding of the results. Instead the addon uploads splunk results file.

Version 1.0.15
Oct. 22, 2024

Update splunk lib to 2.0.2
Remove _yaml.cpython-37m-x86_64-linux-gnu.so binary file

Version 1.0.14
Oct. 22, 2024

Updated splunk lib version to 2.0.2

Version 1.0.13
Oct. 22, 2024

Changes in version 1.0.13
- Files are compressed using GZIP before uploading to S3
- New search macro anetac_windows_auth allows exporting the minimum set of logs

Version 1.0.10
July 13, 2024

In version 1.0.1 we fixed the following errors and warnings found by app inspect:
- change file permissions under appserver/static/js/build/ to 644
- change dimensions of appLogo_2x.png to 320x80
- remove shortdesc from commands.conf and searchbnd.conf
- specify targetWorkloads in app.manifest

Version 1.0.8
July 12, 2024

In version 1.0.7 we removed aob_py3 folder, which broke the alert action, because the folder contained Splunk helper dependencies.
In version 1.0.8 we added aob_py3 folder back, but left out the binary Shared Object file. The alert action has been tested to work in version 1.0.8

Version 1.0.7
July 12, 2024
Version 1.0.5
July 11, 2024

Anetac Log Export for Splunk

Anetac Log Export for Splunk is a Splunk add that provides a macros, a search command, and an alert action for exporting Windows Event Logs to Anetac via S3.

Installation

Splunk Enterprise

Login to your Splunk instance and navigate to Apps > Manage Apps. Click on Install app from file and select the sanetac-log-export-***.tgz file. Click Upload and follow the prompts to install the app.

Splunk Cloud via Splunkbase

TBD after the app is published to Splunkbase.

Configuration

Navigate to the Anetac Log Export app by clicking on Apps > Anetac Log Export. The Configuration tab will be displayed by default.
The configuration page contains the following fields:
- Bucket name: The name of the S3 bucket - provided to you by Anetac
- AWS Key ID: The AWS Access Key ID - provided to you by Anetac
- AWS Secret Key: The AWS Secret Access Key - provided to you by Anetac
- AWS Region: The AWS region where the S3 bucket is located - provided to you by Anetac

Using the app

Make sure to enter configuration details on the Configuration tab before using the app.

One time export of Windows Event Logs

To perform a one time export of Windows Event Logs to Anetac, navigate to the Anetac Log Export app by clicking on Apps > Anetac Log Export. Click on the Search tab and enter the following search query.
Replace INDEX_NAME with the name of the Splunk index that contains Windows Event Logs. Note, that the first part of the command is a Splunk search macros and has to be surrounded by backticks.

`anetac_windows_security(_INDEX_NAME_)` | anetacexport

Streaming of Windows Event Logs to Anetac

To set up continuous streaming of Windows Event Logs to Anetac, you need to create an alert in Splunk. First, navigate to the Anetac Log Export app by clicking on Apps > Anetac Log Export. Click on the Search tab and enter the following search query.
Replace INDEX_NAME with the name of the Splunk index that contains Windows Event Logs. Note, that the command is a Splunk search macros and has to be surrounded by backticks.

`anetac_windows_security(_INDEX_NAME_)`

Click on Save As and select Alert. Enter the following details:
- Name: A name for the alert. Enter "Anetac Export"
- Description: A description for the alert. Enter "Export Windows Event Logs to Anetac"
- Alert type: Select Scheduled
- Run every: Select Run every hour
- Trigger Conditions: Select Number of Results and is greater than 0
- Trigger: Select Once
- Alert Actions: Click on Add Actions and select send-to-anetac

  • Click Save to save the alert.

Subscribe Share

Are you a developer?

As a Splunkbase app developer, you will have access to all Splunk development resources and receive a 10GB license to build an app that will help solve use cases for customers all over the world. Splunkbase has 1000+ apps from Splunk, our partners and our community. Find an app for most any data source and user need, or simply create your own with help from our developer portal.

Follow Us:
Splunk, Splunk>,Turn Data Into Doing, Data-to-Everything, and D2E are trademarks or registered trademarks of Splunk LLC in the United States and other countries. All other brand names,product names,or trademarks belong to their respective owners.