ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Windows Event Viewer Filter

    Scheduled Pinned Locked Moved IT Discussion
    25 Posts 4 Posters 1.3k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • DustinB3403D
      DustinB3403
      last edited by

      Yeah. . . the Event Viewer leaves a lot to be desired from time to time. I recall doing this at one of my first jobs in IT and saying the same thing.

      Why have event auditing. . . if you have to read every event? Filter to the thing that is critical!

      momurdaM 1 Reply Last reply Reply Quote 2
      • dbeatoD
        dbeato @momurda
        last edited by

        @momurda said in Windows Event Viewer Filter:

        In the year 2018 Microsoft Event Viewer is unable to filter events by username.
        Seriously, what the fuck?

        1. Enable file auditing for a folder to find out who is deleting stuff.
        2. Go to Event Viewer>Security -- oh there are a bunch of Detailed File Share events now, that is exactly what i want. Open one, see a username, the file they opened/changed/deleted, good.
        3. Action Pane > Filter Current Log > Username field, type in username of a user that is listed in one of the Detailed File Share events. 0 results returned. Check with a different, valid username. 0 results returned.
        4. Rage and Rant here.

        Yeah, that's why I have been using Netwrix or the one below:
        https://www.isdecisions.com/products/fileaudit/

        Otherwise is a nightmare
        https://blogs.technet.microsoft.com/mspfe/2013/08/26/auditing-file-access-on-file-servers/

        DustinB3403D 1 Reply Last reply Reply Quote 1
        • DustinB3403D
          DustinB3403 @dbeato
          last edited by

          @dbeato said in Windows Event Viewer Filter:

          Otherwise is a nightmare
          https://blogs.technet.microsoft.com/mspfe/2013/08/26/auditing-file-access-on-file-servers/

          I'd rather just buy some software to do that lol. . .

          1 Reply Last reply Reply Quote 0
          • momurdaM
            momurda @DustinB3403
            last edited by

            @dustinb3403 I knew it was an issue 10 years ago, at that time we bought Netwrix File Audit.
            10+ GD years later this problem still exists.

            DustinB3403D dbeatoD 2 Replies Last reply Reply Quote 1
            • DustinB3403D
              DustinB3403 @momurda
              last edited by

              @momurda said in Windows Event Viewer Filter:

              @dustinb3403 I knew it was an issue 10 years ago, at that time we bought Netwrix File Audit.
              10+ GD years later this problem still exists.

              10+ years later and Microsoft has this listed as a feature. . . 😛

              1 Reply Last reply Reply Quote 1
              • dbeatoD
                dbeato @momurda
                last edited by

                @momurda said in Windows Event Viewer Filter:

                @dustinb3403 I knew it was an issue 10 years ago, at that time we bought Netwrix File Audit.
                10+ GD years later this problem still exists.

                Me thinks is time to move on to Linux 😛

                1 Reply Last reply Reply Quote 0
                • ObsolesceO
                  Obsolesce @momurda
                  last edited by

                  @momurda said in Windows Event Viewer Filter:

                  In the year 2018 Microsoft Event Viewer is unable to filter events by username.
                  Seriously, what the fuck?

                  1. Enable file auditing for a folder to find out who is deleting stuff.
                  2. Go to Event Viewer>Security -- oh there are a bunch of Detailed File Share events now, that is exactly what i want. Open one, see a username, the file they opened/changed/deleted, good.
                  3. Action Pane > Filter Current Log > Username field, type in username of a user that is listed in one of the Detailed File Share events. 0 results returned. Check with a different, valid username. 0 results returned.
                  4. Rage and Rant here.

                  Yeah, there's a lot to be desired in the built-in Event Viewer.

                  The events contain all the data, but you can't search for it.

                  Even in PowerShell you can't search for usernames. You're still basically limited to what you can filter in Event Viewer.

                  You need a 3rd party program to do it right... one that tracks through it and indexes the stuff you actually want to search for.

                  ObsolesceO momurdaM 2 Replies Last reply Reply Quote 0
                  • ObsolesceO
                    Obsolesce @Obsolesce
                    last edited by

                    @tim_g
                    Maybe that can be a mini PHP project for me later one!

                    A simple database+PHP web app... you feed it an event log, and it stashes the data appropriately in the database... and allows you to search it.

                    It sounds fun.

                    1 Reply Last reply Reply Quote 1
                    • momurdaM
                      momurda @Obsolesce
                      last edited by

                      @tim_g @dbeato @DustinB3403
                      Perhaps i could point these at graylog and be able to actually do something with the information.

                      DustinB3403D dbeatoD 2 Replies Last reply Reply Quote 0
                      • DustinB3403D
                        DustinB3403 @momurda
                        last edited by

                        @momurda said in Windows Event Viewer Filter:

                        @tim_g @dbeato @DustinB3403
                        Perhaps i could point these at graylog and be able to actually do something with the information.

                        Possible, would be interesting to see what you do with them. I really only use windows event logs to find BSOD issues.

                        User issues I correct with a bat. . .

                        momurdaM 1 Reply Last reply Reply Quote 1
                        • momurdaM
                          momurda @DustinB3403
                          last edited by

                          @dustinb3403 I only want to find out who is accidentally deleting invoices.

                          DustinB3403D ObsolesceO 2 Replies Last reply Reply Quote 0
                          • DustinB3403D
                            DustinB3403 @momurda
                            last edited by

                            @momurda said in Windows Event Viewer Filter:

                            @dustinb3403 I only want to find out who is "accidentally" deleting invoices.

                            I've ftfy.

                            1 Reply Last reply Reply Quote 0
                            • ObsolesceO
                              Obsolesce @momurda
                              last edited by Obsolesce

                              @momurda said in Windows Event Viewer Filter:

                              @dustinb3403 I only want to find out who is accidentally deleting invoices.

                              If you have the file name, you can opne the event log and "Find" that file.

                              You can filter just for deletion events, and use find to find the file or user.

                              DustinB3403D 1 Reply Last reply Reply Quote 1
                              • dbeatoD
                                dbeato @momurda
                                last edited by

                                @momurda said in Windows Event Viewer Filter:

                                @tim_g @dbeato @DustinB3403
                                Perhaps i could point these at graylog and be able to actually do something with the information.

                                Yes, you could. https://marketplace.graylog.org/addons/750b88ea-67f7-47b1-9a6c-cbbc828d9e25

                                DustinB3403D 1 Reply Last reply Reply Quote 0
                                • DustinB3403D
                                  DustinB3403
                                  last edited by

                                  Are these PDF copies of your invoices? Why isn't your invoicing system keeping record of these?

                                  momurdaM 1 Reply Last reply Reply Quote 1
                                  • DustinB3403D
                                    DustinB3403 @dbeato
                                    last edited by

                                    @dbeato said in Windows Event Viewer Filter:

                                    @momurda said in Windows Event Viewer Filter:

                                    @tim_g @dbeato @DustinB3403
                                    Perhaps i could point these at graylog and be able to actually do something with the information.

                                    Yes, you could. https://marketplace.graylog.org/addons/750b88ea-67f7-47b1-9a6c-cbbc828d9e25

                                    This doesn't appear to be for File events, more AD events on the user and group side of things rather than the share side of things.

                                    dbeatoD 1 Reply Last reply Reply Quote 0
                                    • DustinB3403D
                                      DustinB3403 @Obsolesce
                                      last edited by

                                      @tim_g said in Windows Event Viewer Filter:

                                      @momurda said in Windows Event Viewer Filter:

                                      @dustinb3403 I only want to find out who is accidentally deleting invoices.

                                      If you have the file name, you can opne the event log and "Find" that file.

                                      You can filter just for deletion events, and use find to find the file or user.

                                      Honestly you should be able to "find" events by the user who they are generated about.

                                      momurdaM 1 Reply Last reply Reply Quote 0
                                      • dbeatoD
                                        dbeato @DustinB3403
                                        last edited by

                                        @dustinb3403 said in Windows Event Viewer Filter:

                                        @dbeato said in Windows Event Viewer Filter:

                                        @momurda said in Windows Event Viewer Filter:

                                        @tim_g @dbeato @DustinB3403
                                        Perhaps i could point these at graylog and be able to actually do something with the information.

                                        Yes, you could. https://marketplace.graylog.org/addons/750b88ea-67f7-47b1-9a6c-cbbc828d9e25

                                        This doesn't appear to be for File events, more AD events on the user and group side of things rather than the share side of things.

                                        You are right, let's see this one then
                                        https://marketplace.graylog.org/addons/f42b42f3-c269-45e3-8fc8-923f2194001b
                                        he can check all of them here
                                        https://marketplace.graylog.org/addons?tag=Windows

                                        1 Reply Last reply Reply Quote 0
                                        • momurdaM
                                          momurda @DustinB3403
                                          last edited by

                                          @dustinb3403 said in Windows Event Viewer Filter:

                                          Are these PDF copies of your invoices? Why isn't your invoicing system keeping record of these?

                                          Invoicing system, what is that?
                                          These pdfs are generated sales orders in CRM that the finance people turn into invoices to send out to customers. They use QB to do that currently, but we are implementing an ERP which hopefully will automate this 1960s workflow.

                                          DustinB3403D dbeatoD 2 Replies Last reply Reply Quote 2
                                          • momurdaM
                                            momurda @DustinB3403
                                            last edited by

                                            @dustinb3403 said in Windows Event Viewer Filter:

                                            @tim_g said in Windows Event Viewer Filter:

                                            @momurda said in Windows Event Viewer Filter:

                                            @dustinb3403 I only want to find out who is accidentally deleting invoices.

                                            If you have the file name, you can opne the event log and "Find" that file.

                                            You can filter just for deletion events, and use find to find the file or user.

                                            Honestly you should be able to "find" events by the user who they are generated about.

                                            Interesting the Find button in Action pane does work for username.

                                            DustinB3403D 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post