youtubebeat/vendor/github.com/elastic/beats/libbeat/docs/shared-shutdown.asciidoc

24 lines
1.2 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//////////////////////////////////////////////////////////////////////////
//// This content is shared by all Elastic Beats. Make sure you keep the
//// descriptions here generic enough to work for all Beats that include
//// this file. When using cross references, make sure that the cross
//// references resolve correctly for any files that include this one.
//// Use the appropriate variables defined in the index.asciidoc file to
//// resolve Beat names: beatname_uc and beatname_lc.
//// Use the following include to pull this content into a doc file:
//// include::../../libbeat/docs/shared-shutdown.asciidoc[]
//////////////////////////////////////////////////////////////////////////
[[shutdown]]
=== Stopping {beatname_uc}
An orderly shutdown of {beatname_uc} ensures that it has a chance to clean up
and close outstanding resources. You can help ensure an orderly shutdown by
stopping {beatname_uc} properly.
If youre running {beatname_uc} as a service, you can stop it via the service
management functionality provided by your installation.
If youre running {beatname_uc} directly in the console, you can stop it by
entering *Ctrl-C*. Alternatively, send SIGTERM to the {beatname_uc} process on a
POSIX system.