Skip to content

Commit

Permalink
Merge pull request #11253 from mpmisha/patch-3
Browse files Browse the repository at this point in the history
Update legacy syslog connector definition
  • Loading branch information
v-prasadboke authored Nov 4, 2024
2 parents 2701eed + c842d9d commit 3a63cc7
Show file tree
Hide file tree
Showing 5 changed files with 172 additions and 170 deletions.
3 changes: 3 additions & 0 deletions Solutions/ESET Protect Platform/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** |
|-------------|--------------------------------|---------------------------------------------|
| 3.0.0 | 04-11-2024 | Initial Solution Release |
9 changes: 4 additions & 5 deletions Solutions/Syslog/Data Connectors/template_Syslog.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"id": "Syslog",
"title": "Syslog",
"title": "Syslog via Legacy Agent",
"publisher": "Microsoft",
"descriptionMarkdown": "Syslog is an event logging protocol that is common to Linux. Applications will send messages that may be stored on the local machine or delivered to a Syslog collector. When the Agent for Linux is installed, it configures the local Syslog daemon to forward messages to the agent. The agent then sends the message to the workspace. For more information, see the [Microsoft Sentinel documentation](https://go.microsoft.com/fwlink/p/?linkid=2223807&wt.mc_id=sentinel_dataconnectordocs_content_cnl_csasci).",
"additionalRequirementBanner": "[Learn more](https://aka.ms/sysLogInfo)",
"descriptionMarkdown": "Syslog is an event logging protocol that is common to Linux. Applications will send messages that may be stored on the local machine or delivered to a Syslog collector. When the Agent for Linux is installed, it configures the local Syslog daemon to forward messages to the agent. The agent then sends the message to the workspace.\n\n[Learn more >](https://aka.ms/sysLogInfo)",
"graphQueries": [
{
"metricName": "Total data received",
Expand Down Expand Up @@ -56,7 +55,7 @@
"instructionSteps": [
{
"title": "1. Install and onboard the agent for Linux",
"description": "Typically, you should install the agent on a different computer from the one on which the logs are generated.\n\n> Syslog logs are collected only from **Linux** agents.",
"description": "You can collect Syslog events from your local machine by installing the agent on it. You can also collect Syslog generated on a different source by running the installation script below on the local machine, where the agent is installed.\n\n> Syslog logs are collected only from **Linux** agents.",
"instructions": [
{
"parameters": {
Expand Down Expand Up @@ -105,4 +104,4 @@
]
}
]
}
}
Binary file added Solutions/Syslog/Package/3.0.7.zip
Binary file not shown.
Loading

0 comments on commit 3a63cc7

Please sign in to comment.