From 17fdf1c82a86fa11a0d80c675beec66c67226c13 Mon Sep 17 00:00:00 2001 From: Michael Wolf Date: Mon, 22 Jan 2024 15:43:26 -0800 Subject: [PATCH] Add empty file to add_session_metadata package --- x-pack/auditbeat/processors/add_session_metadata/empty.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 x-pack/auditbeat/processors/add_session_metadata/empty.go diff --git a/x-pack/auditbeat/processors/add_session_metadata/empty.go b/x-pack/auditbeat/processors/add_session_metadata/empty.go new file mode 100644 index 00000000000..2454fb84c13 --- /dev/null +++ b/x-pack/auditbeat/processors/add_session_metadata/empty.go @@ -0,0 +1,5 @@ +// Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one +// or more contributor license agreements. Licensed under the Elastic License; +// you may not use this file except in compliance with the Elastic License. + +package add_session_metadata