13 lines
447 B
Text
13 lines
447 B
Text
When you run the module, it performs a few tasks under the hood:
|
|
|
|
* Sets the default paths to the log files (but don't worry, you can override the
|
|
defaults)
|
|
|
|
* Makes sure each multiline log event gets sent as a single event
|
|
|
|
* Uses ingest node to parse and process the log lines, shaping the data into a structure suitable
|
|
for visualizing in Kibana
|
|
|
|
ifeval::["{has-dashboards}"=="true"]
|
|
* Deploys dashboards for visualizing the log data
|
|
endif::[]
|