Node Deletions are NOT showing in API Log

XMLWordPrintable

    • Type: Problem report
    • Resolution: Unresolved
    • Priority: Trivial
    • None
    • Affects Version/s: 7.4.6
    • Component/s: API (A)

      Steps to reproduce:

      1. Changes in configuration...
      2. Navigate to screen title...
      3. Click on screen element...
      4. ...

      Result: Running an API query such as:

      '{
           "jsonrpc": "2.0",
           "method": "auditlog.get",
           "params": {
             "output": "extend",
             "filter": {
               "action": 2,
               "resourcetype": 4
             },
             "sortfield": "clock",
             "sortorder": "DESC",
             "limit": 10
           },
           "id": 1
         }'
      

      or even searching for a node with a filter, returns nothing. Searches in the GUI also return nothing. Not even adds or deletes via Web interface.

      Expected:
      Some data, i.e even for hosts I'm not specifically searching for.

            Assignee:
            Zabbix Support Team
            Reporter:
            Howard Coles
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: