Mappings APIs

    Sample response

    1. "properties": {
    2. "windows-event_data-CommandLine": {
    3. "path": "CommandLine",
    4. "type": "alias"
    5. },
    6. "event_uid": {
    7. "path": "EventID",
    8. "type": "alias"
    9. }
    10. "unmapped_index_fields": [
    11. "windows-event_data-CommandLine",
    12. "unmapped_HiveName",
    13. "src_ip",
    14. "sha1",
    15. "processPath",
    16. "CallerProcessName",
    17. "CallTrace",
    18. "AuditSourceName",
    19. "AuditPolicyChanges",
    20. "AttributeValue",
    21. "AttributeLDAPDisplayName",
    22. "ApplicationPath",
    23. "Application",
    24. "AllowedToDelegateTo",
    25. "Address",
    26. "Action",
    27. "AccountType",
    28. "AccountName",
    29. "Accesses",
    30. "AccessMask",
    31. ]
    32. }

    Sample response

    1. {
    2. "acknowledged": true

    Sample response

    1. {
    2. "windows": {
    3. "mappings": {
    4. "properties": {
    5. "windows-event_data-CommandLine": {
    6. "type": "alias",
    7. "path": "CommandLine"
    8. },
    9. "event_uid": {
    10. "type": "alias",
    11. "path": "EventID"
    12. }
    13. }
    14. }
    15. }
    16. }

    Sample response

    1. {