Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


...

id1961125900

...

id1961125911
Section
background-color$lightGrayColor
id1961125890

Topics Discussed

Table of Contents
maxLevel3
minLevel3

...









Note

To obtain Log Relay and to configure your account for remote log collection, you must have the following AMP permissions added to your account:

  • Write Virtual Machine
  • Delete Log Management
  • Read Log Endpoints
  • Read Log Relays
  • Write Log Relays
  • Delete Log Relays

You can use this document to send IIS logs to Armor's Security Information & Event Management (SIEM).

Configure Your IIS Service

...

Configuring IIS services uses the Command Line Interface (CLI) feature. For more information, see Security Service CLI Commands.

The following arguments are possible parameters for the Logging CLI feature. This allows customers to manage filebeat modules on Virtual Machines.

CommandArgumentsResult
  • iis-enable

Enables filebeat IIS/apache/nginx. When run, module yml file will change from disabled state to enable state.

  • iis- disable

Disables Filebeat IIS/apache/nginx. When run the module yml file will change from enable state to disable mode.

  • iis-add-access-paths
path1, path2, path3Includes the argument paths in module yml file under the 'access_paths' section.
  • iis-remove-access-paths

path1, path2, path3

Removes the argument paths in module yml file under the 'access_paths' section.

  • iis-add-error-paths

path1, path2, path3

Includes the argument paths in module yml file under the 'error_paths' section.

  • iis-remove-error-paths

path1, path2, path3

Removes the argument paths in module yml file under the 'error_paths' section. Removes the argument paths in module yml file under the 'error_paths' section.

  • iis-sync-config

The command sync the module yml file on vm with latest changes which are required.
  • iis-describe-config

The command displays current access & error paths which are configured in module yml file.


Command Usage:

Code Block
themeMidnight
firstline1
armor logging iis-enable

armor logging iis-disable

armor logging iis-add-access-paths <required paths needs to add here>

armor logging iis-remove-access-paths <required paths needs to add here>

armor logging iis-add-error-paths <required paths needs to add here>

armor logging iis-remove-error-paths <required paths needs to add here>

armor logging iis-sync-config

armor logging iis-describe-config


Info

Troubleshooting

Verify that logs are formatted correctly, similar to the following example:

Code Block
themeMidnight
firstline1
2020-04-09 08:09:10 203.0.113.80 2094 192.0.2.5 80 HTTP/1.1 GET /qos/file.txt 503 - ConnLimit -


Code Block
themeMidnight
firstline1
2020-04-09 17:45:25 198.51.100.80 58467 192.0.2.5 80 HTTP/1.1 GET / - 1 Client_Reset DefaultAppPool



Topics Discussed

Table of Contents
maxLevel3
minLevel3