diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:04:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:04:41 +0000 |
commit | 975f66f2eebe9dadba04f275774d4ab83f74cf25 (patch) | |
tree | 89bd26a93aaae6a25749145b7e4bca4a1e75b2be /ansible_collections/splunk/es/meta/runtime.yml | |
parent | Initial commit. (diff) | |
download | ansible-975f66f2eebe9dadba04f275774d4ab83f74cf25.tar.xz ansible-975f66f2eebe9dadba04f275774d4ab83f74cf25.zip |
Adding upstream version 7.7.0+dfsg.upstream/7.7.0+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/splunk/es/meta/runtime.yml')
-rw-r--r-- | ansible_collections/splunk/es/meta/runtime.yml | 49 |
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 000000000..468a3d807 --- /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" |