summaryrefslogtreecommitdiffstats
path: root/ansible_collections/splunk/es/meta
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 16:03:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 16:03:42 +0000
commit66cec45960ce1d9c794e9399de15c138acb18aed (patch)
tree59cd19d69e9d56b7989b080da7c20ef1a3fe2a5a /ansible_collections/splunk/es/meta
parentInitial commit. (diff)
downloadansible-66cec45960ce1d9c794e9399de15c138acb18aed.tar.xz
ansible-66cec45960ce1d9c794e9399de15c138acb18aed.zip
Adding upstream version 7.3.0+dfsg.upstream/7.3.0+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/splunk/es/meta')
-rw-r--r--ansible_collections/splunk/es/meta/runtime.yml49
1 files changed, 49 insertions, 0 deletions
diff --git a/ansible_collections/splunk/es/meta/runtime.yml b/ansible_collections/splunk/es/meta/runtime.yml
new file mode 100644
index 00000000..468a3d80
--- /dev/null
+++ b/ansible_collections/splunk/es/meta/runtime.yml
@@ -0,0 +1,49 @@
+---
+plugin_routing:
+ action:
+ correlation_search:
+ redirect: splunk.es.splunk
+ correlation_searches:
+ redirect: splunk.es.splunk
+ data_input_monitor:
+ redirect: splunk.es.splunk
+ data_inputs_monitor:
+ redirect: splunk.es.splunk
+ data_input_network:
+ redirect: splunk.es.splunk
+ data_inputs_network:
+ redirect: splunk.es.splunk
+ adaptive_response_notable_event:
+ redirect: splunk.es.splunk
+ adaptive_response_notable_events:
+ redirect: splunk.es.splunk
+ modules:
+ correlation_search:
+ deprecation:
+ removal_date: "2024-09-01"
+ warning_text: See the plugin documentation for more details
+ redirect: splunk.es.splunk_correlation_search
+ correlation_searches:
+ redirect: splunk.es.splunk_correlation_searches
+ data_input_monitor:
+ deprecation:
+ removal_date: "2024-09-01"
+ warning_text: See the plugin documentation for more details
+ redirect: splunk.es.splunk_data_input_monitor
+ data_inputs_monitor:
+ redirect: splunk.es.splunk_data_inputs_monitor
+ data_input_network:
+ deprecation:
+ removal_date: "2024-09-01"
+ warning_text: See the plugin documentation for more details
+ redirect: splunk.es.splunk_data_input_network
+ data_inputs_network:
+ redirect: splunk.es.splunk_data_inputs_network
+ adaptive_response_notable_event:
+ deprecation:
+ removal_date: "2024-09-01"
+ warning_text: See the plugin documentation for more details
+ redirect: splunk.es.splunk_adaptive_response_notable_event
+ adaptive_response_notable_events:
+ redirect: splunk.es.splunk_adaptive_response_notable_events
+requires_ansible: ">=2.9.10"