Aggie Documentation

Introduction

Aggie is a real-time, user-generated content aggregation and analysis platform premised on the core principles of:

Technological neutrality: Support content from popular social media platforms along with media originating from purpose-built systems (namely those specific to election monitoring, crises, or conflict response).

Computer enabled expert analysis: Automated computer analysis augments and enhances expert human real-time reasoning and decision making.

Real-time response: Moving from online report aggregation to analysis, escalation and response within one hour.

Big data: Supporting up to 1,000 incoming reports per second.

Open source principles: Aggie is fully open source and welcomes contributions.

Achitectural Design

Achitecturally, Aggie has two modules; the backend server that crawls the internet to aggregate user generated content, and a front end client API that runs on a browser.

_images/achitecture.pngAchitectural Design

Acknowledgements

Aggie has reached thus far from the generous contributions of many developers and collaborators. To date, sixteen developers have contributed code to Aggie’s Project (list here). We thank everyone involved in the open source community of Aggie.

Installation

Aggie can be installed by following the instructions in the GitHub repository.

Settings

After a successful login, you will see Aggie’s front end interface as below.

_images/main_menu.pngMain Menu

Fetching

Fetching allows Aggie to receive feeds from all sources at a global level.

Toggling ON/OFF Fetching

Fetching can be enabled or disabled by toggling ON/OFF the fetching toggle. To toggle ON/OFF fetching, please follow the steps below.

  1. From the menu bar, click Settings and select Configuration.

    _images/settings.pngFetching ON/OFF

  2. Click ON/OFF on the fetching toggle to switch fetching ON/OFF.

    _images/toggle.pngFetching ON/OFF

Social Media Feed Authentication

Adding Media Feeds to Aggie

  1. From the header menu, click on Settings.

    _images/settings.pngSettings Menu

  2. From the dropdown list, click on Configuration.

    _images/toggle3.pngMedia Authentication

  3. Click on Edit to authenticate the Twitter, Facebook, or Elmo feed settings.

    _images/social_media_feed_authentication.pngMedia Authentication

Note: Now we need to generate the access tokens for all social media sources. After that, we would copy and paste respective authentication tokens generated for each of the social media feeds, save the settings and toggle the Fetching switch ON.

Generating Source Tokens

Twitter API Access Token

  1. Visit Twitter’s Apps Page and login with your Twitter Credentials.

  2. Click on the Create New App Tab.

    _images/twitter_app1.pngTwitter Apps

  3. Fill in the Application Details and agree to the developer agreement at the bottom to create the app.

    _images/twitter_app2.pngTwitter Apps

  4. This will create access tokens as indicated below.

    _images/twitter_app3.pngTwitter Apps

  5. Click on Create My Access Token to create Access Token and Access Token Secret.

    _images/twitter_app4.pngTwitter Apps

  6. With these access tokens, fellow the instructions from Adding Media Feeds to Aggie section and edit the Twitter settings in Aggie.

WhatsApp messages

The WhatsApp feature is documented in a conference paper. As WhatsApp does not currently offer an API, a Firefox extension in Linux is used to redirect notifications from web.whatsapp.com to Aggie server. Thus, you need a Linux computer accessing WhatsApp through Firefox for this to work. Follow these steps to have it working.

  1. Install Firefox in Linux using your distribution preferred method.

  2. Install GNotifier add-on in Firefox.

  3. Configure the add-on about:addons:

    • Set Notification Engine to Custom command
    • Set the custom command to curl --data-urlencode "keyword=<your own keyword>" --data-urlencode "from=%title" --data-urlencode "text=%text" http://<IP address|domain name>:2222/whatsapp
      • We suggest setting your keyword to a unique string of text with out spaces or symbols, e.g., the phone number of the WhatsApp account used for Aggie. This keyword must be the same one as the one specified in the Aggie application, when creating the WhatsApp Aggie source.
      • Replace IP address|domain with the address or domain where Aggie is installed (e.g., localhost for testing).

    _images/gnotifier.pngGNotifier Add-on for Firefox

  4. Visit web.whatsapp.com, follow instructions, and enable browser notifications

  5. Notifications will not be sent to Aggie when browser focus is on the WhatsApp tab, so move away from that tab if not replying to anyone.

Google Places API

Aggie uses Google Places API to add location to the groups, letting users to search for groups by location. It also powers the maps generated by Aggie. Google accounts with a credit card get a higher free quota of API calls than those accounts without credit card.

  1. Get your key for Google Places API from your Google account and copy it here. Remember to limit the domain to where Aggie is hosted (e.g., aggie.africanelections.org) when creating you new key.

ELMO

  1. Log into your ELMO instance with an account having coordinator or higher privileges on the mission you want to track.
  2. In your ELMO instance, mark one or more forms as public (via the Edit Form page). Note the Form ID in the URL bar (e.g. if URL ends in /m/mymission/forms/123, the ID is 123).
  3. Visit your profile page (click the icon bearing your username in the top-right corner) and copy your API key (click ‘Regenerate’ if necessary).
  4. From Aggie, click Settings > Configuration and edit the ELMO settings. Remember to toggle the switch on, once you have saved the settings

Email Settings

This must be set up to allow newly created users to receive emails from Aggie with their login credentials. Three transport options have been implemented using nodemailer.js:

  1. SMTP, which requires having access to a working SMTP server.
  2. Amazon Simple Email Service (SES).
  3. Sendgrid, an online mail service accessible through a simple API.

In this example we are going to set up the email with Sendgrid’s service.

  1. Click the Settings tab and select the Configuration option in the dropdown list.

    _images/email.pngEmail

  2. Click Edit on the Email transport row of the email section (the last Edit).

    _images/sendgrid1.pngSendgrid

  3. Choose the Transport method as SendGrid.

    _images/sendgrid2.pngSendgrid

  4. Aggie then requests an API key for use with SendGrid as in the screenshot below.

    _images/sendgrid3.pngSendgrid

Generating SendGrid API Key

  1. Visit SentGrid’s Page and set up an account. Sendgrid will take one or two days to verify your account before activating it.

  2. From your account click the Settings Menu and select API keys

  3. Click the blue Create API Key on the top right.

    _images/sendgrid4.pngSendgrid

  4. Select General API key.

    _images/sendgrid5.pngSendgrid

  5. Type a name for the API e.g. Aggie API key and set the appropriate permissions. The only permission needed for this key is the ‘Mail Send ’ one.

    _images/sendgrid6.pngSendgrid

  6. Click Save to generate an API key for use with Aggie.

  7. Copy the API key and paste it into the api_key field referred to in Transport Email section and click on Submit.

    _images/sendgrid3.pngSendgrid

  8. Set the App Email Address as the email address you used for your SendGrid application.

    _images/sendgrid7.pngSendgrid

Widgets

Widgets are web components that can be added to webpages. In Aggie, widgets are used to display information for public consumption outside of the SMTC. As usual, there is need to be careful with what information is made public, so use widgets with care so not to link individuals with information that may compromise them. At the moment there is only one widget available, the Public Group Map.

Public Group Map

The Public Group Map displays those groups that have been marked public by the escalation team. It uses the Google Places API, and thus, should be set before using the map.

  1. Center and zoom define the main variables for the map. It will be centered in the country, city or other location you choose. The zoom variable specifies how large area will be displayed in the map.
  2. You can see the result at https:///widget/public_incident_map.html
  3. You can add the map to any webpage with the following code:
<iframe src="https://<your-domain>/widget/public_incident_map.html" width="xxx" height="yyy"></iframe>
  1. Markers in the map have different meanings according to the their color, as shown in the table below. You can copy this table for your site if needed.
Map Key
Verified true confirmed true group
Verified false confirmed false group
Unverified unconfirmed group
Click to expand click to expand groups

Establishing the SMTC

What is the SMTC?

The Social Media Tracking Centre (SMTC) serves as a physical space in which volunteers gather and work around the clock to monitor social media traffic via Aggie. SMTC members monitor and respond in real-time to reports from digital platforms such as Twitter, Facebook, ELMO, Ushahidi, and RSS feeds from blogs or traditional media sites. Key teams of the SMTC include the tracking team, the veracity team, the escalation team, the leadership team and the embedded stakeholder team. Team members need training on Aggie prior to the event being monitored. The SMTC Leadership Team is essential for coordinating activities in the centre. The diagram below indicates the operational flow of the various teams in the SMTC. _images/smtc1.pngSMTC Work Flow

Key Term Definitions

Tracking Team

The tracking team is responsible for reading through the real-time streams of social media reports aggregated by Aggie either in batches or by navigating through pages. Their workflow involves going through each report and creating an incident from actionable reports.

Veracity Team

After the tracking team creates an incident, the veracity team takes over to investigate and verify the truthfulness of the incident created by trackers using some of the below strategies:

  1. Using social media platforms to communicate with the author of the report (i.e. Tweeting at the author).
  2. Using triangulation to build evidence from other reports and sources.
  3. Contacting formal monitors in the field.
  4. Contacting embedded SMTC representatives who can ask relevant stakeholders to confirm or deny veracity.

Escalation Team

Once the veracity team has confidently verified an incident to be true, the escalation team reports the incident to the SMTC embed assigned to relevant stakeholders, providing all relevant information gathered. The escalation team will move swiftly to communicate verified incidents so that relevant stakeholders may respond in real-time.

Stakeholder/Embedded Team

Embeds are key persons placed in civil organizations or government institutions invested in the coordination and supervision of the event being monitored. Embeds communicate verified incidents to these organizations, called stakeholders, which get more details about and respond to these incidents. Ideally, embeds are known and trusted by stakeholders to ensure information reported from the SMTC is valued.

Public Event Monitoring Checklist

To be set for a monitoring event, cross check the status of the items and activities in the table below a day to deployment of the monitoring.

No Item Activities
1 Physical Space SMTC centre, furniture etc.
2 Personnel Set up SMTC and teams. Build relationships with relevant stakeholders and communicate SMTC value added on the day of monitoring the event
3 Source Aggregation Create query keywords and source handles to fellow
4 Network/Systems Internet acess and computers, dedicated power supply
5 Set up Aggie Instance Deploy server, add source feeds to the Aggie instance
6 Training Train SMTC Teams on Aggie, allocate login credentials
7 Run a full Demo Test Run a demo process a day earlier with entire team

Using Aggie

Sources

What is a Source?

Sources are the social media platforms such as Twitter, Facebook, Ushahidi, and RSS feeds that Aggie crawls through to aggregate reports relevant to the event being monitored.

Sources can also be services that send reports directly to Aggie. Currently, we have implemented support for WhatsApp and SMSGH, a service that forwards SMS text messages sent to short codes.

Adding Sources to Aggie

  1. Click on Sources on the Header Menu of Aggie’s main page.

    _images/sources1.pngSources

  2. Click on the blue Create Source button on the left.

  3. Choose the Source Media.

    _images/sources2.pngSources

  4. Enter a Name for the source.

  5. Copy and Paste the URL of the source page and click Submit.

    _images/sources3.pngSources

Warnings

As the application pulls in data, the app may encounter warnings. These warnings help determine whether or not a feed is pulling in data correctly.

  1. Go to Sources.
  2. In the Name column, click the appropriate source.
  3. Under Recent Events, you can see recent warnings for the source.

Reports Page Activities

What is a Report?

A report is any post collected from a source. Examples include tweets, Facebook posts and blog posts.

The Reports Page

From your Aggie header bar, click the Reports Tab. This will show you the reports page as indicated below.

_images/sources4.pngSources

Actions on the Reports Page

There are several actions you can take on the reports page of Aggie. You can Read reports, Create Groups,Filter reports or add a report to an Group. Besides the filter bar and the action and navigation buttons, there are eight columns on the Reports Page of Aggie.

Sections of the Reports Page

  • The Checkbox column: This is used to select one or more reports that some actions can be applied to.
  • The Time column: This indicates the time the report was published on the source feed that Aggie collected the report from.
  • The Media column: This indicates the platform where the report was published.
  • The Source column: This column indicates the name of the source, as set in the Sources tab In the case of Twitter, they all originate from Twitter search but, for example, each Facebook group or page is a separate source. Advisably, the source name should be set the same name as the social media account name.
  • The Author column: This indicates the social media account of the person who authored the report.
  • The Content column: This column shows the exact content of the report published by the author.
  • The Group column: This column is used to add a report to an existing group or create a new group.

Reading Reports

There are two ways to read reports in Aggie. One way is to grab a batch using the “Grab Batch” button. The other is to go through reports on the reports page, navigating from one page to another using the navigation buttons on the reports page. Grabbing a batch is a faster and a more efficient way of reading reports in Aggie.

Reading using the “Grab Batch” button

The “Grab Batch” automatically pulls a set of ten unread reports that are displayed in batch mode. The batch mode is noted by the indication of a blue bar on the reports page. Users can take certain actions on these ten reports – like “adding reports to groups”. Upon completely taking desired action on the collected reports, trackers can grab another batch by clicking the “Mark All Read & Grab Another” button.

_images/grab_batch.pngGrab Batch

Marking Reports as Read

A report can be manually marked as read. More than one reports can be marked as read by checking their respective checkboxes or with the “Mark all Read” button. When a tracker grabs a new batch, it is recommended that the tracker selects either “Mark All Read & Grab Another” or “Mark All Read & Done”. If the batch was accidentally grabbed, the tracker should click the “Cancel” button.

Creating Groups

Adding a report to an existing Group

When trackers come across reports that, if verified, require action, they create a group from that report. Or, if the report is associated with an already existing group, the tracker may add the report to the existing group.

Creating a New Group
  1. Select the report(s) you are creating the Group for by checking its/their checkbox(es) on the first column to the left fo the reports page.

    _images/incident_add.pngGroups

  2. Click the Add to Group button beneath the filter bar.

    _images/incidents.pngGroups

  3. Select the related category of an existing group to add the report to that group or… If it’s a new Group;

  4. Click on the blue Create a new Group link to create the new group.

    _images/create_incident.pngAdding Group

  5. Type in the Title of the group (e.g. Polling station not open, Voter intimidation etc), the Location of the group and a brief note describing the group. Leave out the veracity and assignment fields for the veracity team and click submit to create a new group. The verification and escalation team will be using the note field to keep track of the verification and escalation steps taken.

  6. The Public and Public Description fields are used by the escalation team to add the group to the list of public groups. The Public Description will appear attached to the group, for example, in the Public Group Map.

Filtering Reports

The Filter Bar

With the filter bar, trackers can narrow down their search for specific types of reports. The screenshot below shows the filter bar and a number of filters that can be used.

_images/filter_bar.pngFilter Bar

Filtering by Date/Time
  1. Click on Date/Time button on the right end of the filter bar.

  2. Select a Date/Time range by specifying the From and To fields.

  3. Click Submit to filter and display reports aggregated within that date and time range.

    _images/filtering_date.pngFiltering by Date/Time

Filtering by Group
  1. Click on the Linked Group tab and select a group to view all related reports tagged to that group.

  2. In this example, selecting the group Hate Speech shows the three reports which have been linked to that group.

    content/usingaggie/filter_incident.pngFiltering by Group

Filtering by Source
  1. Click the Source menu from the header bar.

  2. Select the Source type (e.g. Twitter Search) to filter and display only reports from that source.

    content/usingaggie/filter_source.pngFiltering by Source

Filtering by Media Type
  1. From the header bar, click the Media menu.

  2. Select the Media type (e.g. Twitter, RSS) to filter and display reports from sources of that media type.

    _images/filtering_media.pngFiltering by Media

Filtering by Status
  1. From the Header Bar, click the Status menu.

  2. Select the report Status (e.g. Unread, Read) to display the reports of that status.

    _images/filtering_status.pngFiltering by Status

Filtering by Author
  1. Type in all or part of the name of an Author, e.g. the user name of a Facebook account or a Twitter handle, in the Enter author space on the filter bar.

  2. Click Go to show only reports by authors with matching names. For example, entering the author JoyNews, and clicking Go displays all the reports published by JoyNews.

    _images/filtering_author.pngFiltering by Author

Filtering by Keywords
  1. Type in a query keyword, term or set of terms separated by commas, quotations or operators in the Enter keywords space on the Filter bar.

  2. Click Go or the return key to display all reports that include the keyword or set of terms. For example, by searching the keywords, Ghana, ECG and Free n Fair Election, there is a display of all reports containing one or more of the keywords.

    _images/filtering_keywords.pngFiltering by Keywords

Batch Mode

What does Batch Mode do?

Batch mode provides a method of distributing work to multiple users to prevent one user from doing the work another user has already completed. In Aggie, batch mode assigns reports to any user that clicks “Grab Batch” on the reports page.

This marks those reports as that user’s and prevents any other user from seeing those reports on their respective batch modes. This means that a report in one user’s batch mode cannot show up in another user’s batch mode. In addition, Batch Mode has NLP functionality and displays reports that are highly scored near the top of the screen and adds a warning icon to reports that meet a certain threshold.

How do I use Batch Mode?

On the Reports screen, click the Grab Batch button. This button is in blue.

_images/report_page.pngReport Page

From the Batch Page, go through reports and triage those that are relevant.

_images/batch_mode_buttons.pngBatch Page Once you are completed with a batch of reports, click either “Mark All Read & Grab Another” to mark all the reports in that batch read and grab another batch, or “Mark All Read & Done” which marks all the reports in the batch read then returns to the report screen. “Cancel” will simply return to the reports screen.

NLP Indication and Ordering

According to the NLP classifier linked with Aggie, Batch mode will order reports based on the likelihood a report is hate speech. This will appear in two ways: the higher scoring (more likely hate speech) reports will appear on the top of the page and reports that meet a threshold will show a warning indication in the Source Info column of the report. You can see the icon attached to several reports below. These orderings and icons will not appear in the reports page, only the batch mode.

_images/batch_NLPIndicator.pngBatch Page Hate Speech Indication

Tags

A tag is a method of categorizing reports at an individual level. Whereas groups allow for clusters of reports based whether reports require action, tags allow for categorization of reports based on a report’s qualities. In order to create a tag, you must have permission to do so.

Creating Tags

  1. Navigate to the Tags page of the Aggie platform in order to create/edit/delete tags.

    _images/tags_navigation.pngTags Page

  2. Click the Create Tag button in the heard of the Tags card.

    _images/tags_creation.pngTags_Create_Button

  3. Fill out tag name (this is what is shown as the tag). Tag names can be edited after creation and will be updated on any reports it was applied to. Tags can only be 15 characters long.

    _images/tags_form_name.pngTags_Form_Name

  4. Fill out tag color (this is what is shown as the tag’s background color). Tag colors can be picked using the present color values or custom hex values. Tag color can be edited after creation and will be updated on any reports it was applied to.

    _images/tags_form_colors.pngTags_Form_Color

  5. Fill out optional tag description (this is not shown but helps trackers understand what a tag is used for). Tag description can also be edited after creation.

    _images/tags_form_description.pngTags_Form_Description

  6. Click the Submit to finish creating your tag.

Deleting Tags

Removing tags will cause them to be removed from the reports they are added to. Do not remove tags that are still in use. If a tag change must be made, edit the tag.

  1. Navigate to the Tags page of the Aggie platform in order to delete tags.

    _images/tags_navigation.pngTags Page

  2. Click the Trash Icon located within the same row of the tag you would like to delete.

    _images/tags_delete.pngTags_Delete_Button

  3. You will receive a confirmation modal after you click the Trash Icon. Press the Confirm button to continue with deletion.

    _images/tags_delete_confirm.pngTags_Delete_Confirm

Editing Tags

Editing tags will cause an existing tag and all the Reports that contain that tag to update said existing tag. This does not remove the tag from any reports.

  1. Navigate to the Tags page of the Aggie platform in order to edit tags.

    _images/tags_navigation.pngTags Page

  2. Click the Pencil Icon located within the same row of the tag you would like to edit.

    _images/tags_edit.pngTags_Edit_Button

  3. The form that appears upon clicking should be populated with the tag’s previous information.

    _images/tags_edit_form.pngTags_Edit_Form

  4. Fill the form with updated name/color/description. Then click submit to update the tag’s properties.

    _images/tags_edit_submit.pngTags_Edit_Submit

Adding/Removing Tags to Reports

There are two methods of adding/removing tags to reports. Tags may be added to every report selected. The second method is adding tags to individual reports.

Method 1: Adding/Removing Tags to Many Reports
  1. On the reports page (or the batch page), select the reports you would to add a tag to.

    _images/tags_report_multiselect.pngTags_Report_Selection

  2. Then click the tag button on the left sidebar of the tag that you would like to add to each report. These tags operate as toggles. If all selected reports have that tag, it will remove that tag from each report selected. If none or only some of the reports have that tag, it will add that tag to each report selected.

    _images/tags_report_tags.pngTags_Report_ToggleTags

  3. This should add the tag to each Report that was selected. Clicking that tag button again will remove the tag from the selected reports.

    _images/tags_reports_result.pngTags_Reports_Result

Method 2: Adding/Removing Tags to a Single Report
  1. On the reports page (or the batch page), click the Edit text of the report row and tags column of the report you would like to edit. This functionality can also be accessed through the report details page.

    _images/tags_report_edit.pngTags_Report_Edit

  2. The form that appears should have the selected report’s information, and an input box to add and remove tags. Tags can be added by typing the full tag then pressing the Enter key, using autocomplete functionality, clicking tag dropdown options. Tags can be removed using the backspace key, clicking the x on each tag, or clearing all tags. None of these changes will take place until the Submit button has been pressed.

    _images/tags_report_edit_form.pngTags_Report_Edit_Form

  3. Click the Submit Button to finalize changes to the report’s tags.

    _images/tags_report_edit_submit.pngTags_Report_Edit_Submit

Quick Removal of Tags on Single Report

  1. On the reports page (or the batch page), click a tag on a report row to remove the tag from that report.

    _images/tags_quickRemove.pngTags_Report_Quick_Remove

  2. This will result in the removal of that tag from that report.

    _images/tags_quickRemove_result.pngTags_Quick_Remove_Result

Groups Page Activities

What is an Group?

Groups are groups of one or more reports that, once verified, require an action. As Aggie aggregates reports from different sources, tracking team members in the SMTC collect reports into groups.

The Groups Page

From your Aggie header page, click the Groups Tab. This will show you the groups page as indicated below.

_images/incidents_page_main.pngGroups Main Page

Sections of the Groups Page

  • The Checkbox column: This is used to select one or more groups that some actions can be applied to.
  • The ID# column: This column indicates the unique identification number generated for each group created. This example starts with 003 because group 001 and 002 have been deleted.
  • The Title column: This column shows the name given to the group and the number of reports associated with the particular group.
  • The Location column: This column shows the place where the group occurred.
  • The Assigned to column: This column indicates the veracity team member who has been assigned to verify the group for confirmation (and then escalation) or closure.
  • The Status column: This column shows whether the group has been escalated or confirmed false, and closed, or is still open and thus needs to be verified or escalated.
  • The Veracity column: This shows the verification status of the group. Whether the investigations confirmed the group to be true or false.
  • The Escalated column: This column show whether a confirmed group been reported to stakeholders and embeds for management and resolution.
  • The Last Updated column: This column tracks and indicates the time of the last activity such as editing or updating on the group.
  • The Edit/Delete Column: This column contains two tools for editing or deleting an group; to edit the group, click the blue Pencil Icon or to delete the group click the blue small bin.

Creating a Group

Normally, groups are created by Trackers. However, should the need arise, verifiers can create groups from the groups page. To do this, refer to Creating a New Group section.

  1. Click the Groups tab from the header bar.

    _images/create_incident_tab.pngCreating Groups

  2. From the groups page, click the blue colored Create Group tab.

    content/usingaggie/incident_creation.pngCreating a Group

  3. Type in the Title of the group (e.g. Polling Station not open, Voter Intimidation etc), the Location of the Group and a brief note describing the group. Set the veracity and status fields as applicable.

Editing a Group

Verifiers can always update the status of groups by editing them. It is recommended that you keep a log of the actions taken while confirming or denying veracity in the notes section of a Group. To do this:

  1. From the groups page, click the blue edit pencil at the end of the group row (last column).

    _images/incident_editing.pngEditing a Group

  2. Update the group by editing appropriate sections. For example, you can edit the veracity and status of the group, add any helpful notes or escalate the group.

Deleting an Group

If a veracity team member notices a redundancy in groups, they may delete an group from the Groups page. To do this:

  1. Select the group(s) you wish to delete by checking its/their respective checkbox(es).

  2. Click the Delete button below the filter bar to the left.

    _images/incident_deletion.pngDeleting Groups

  3. Click Confirm to delete the selected group(s).

Alternatively, you can delete an group by clicking the little bin on the last column of the group row.

The Group Filter Bar

With filters, verifiers can narrow down their search. In some cases, there might arise the need to search for specific types of groups. Filters are the best way to achieve this. Below are a number of filters that can be used.

Filtering by Assigned User
  1. From the groups page, click the Assigned To menu on the filter bar.

  2. Select an assignee (username) to display only the groups assigned to that verifier.

    _images/incident_assignment.pngFiltering by Assigned User

Filtering by Status
  1. Click the Status menu on the filter bar.

  2. Select Open or Closed to view groups in these categories.

    _images/incident_filtering_by_veracity.pngFiltering by Status

Filtering by Veracity
  1. Click the Veracity menu on the filter bar.

  2. Select the veracity status (unconfirmed, confirmed, confirmed true etc.) to display all groups associated with that veracity status.

    _images/incident_filtering_by_veracity.pngfiltering by Veracity

Filtering by Escalation
  1. Click the Escalated? menu on the filter bar

  2. Select the escalation status (Escalated or Unescalated) to display groups accordingly.

    _images/incident_filtering_by_escalation.pngFiltering by Escalation

User Management

There are three main user categories in Aggie with varying Privileges: Viewer, Monitor and Admin. The table below indicates the privileges associated with each user category.

User privileges

Action Admin Monitor Viewer
View: Sources, Reports, Groups and Trends X X X
Create: Sources, Groups and Trends X X
Edit: Sources, Groups, Trends X X
Delete: Sources, Groups and Trends X X
Add Reports to Groups X X
Change Reports Status X X
Checkout Batch X X
View and Edit Settings X
Clear all Reports or Groups X

Creating a New User

Only an Admin user can create a new user. To create a new user, follow the steps below.

  1. Click the Settings tab.

    _images/settings1.pngCreating a New User

  2. From the drop down list click Users.

    _images/creating_a_new_user.pngCreating a new User

  3. Click on blue Create User button on the left of the page.

    _images/creating_users.pngCreating a new User

  4. Type in the Username and the user’s email address in the first two fields.

  5. Select a Role (Viewer, Monitor or Admin) for the user. A user’s role determines which actions they have permission to access, as per the table in the User Privileges section.

  6. Click Submit to create a new user. The user will receive an email with a link to Aggie and the user can change their password after logging in.

Indices and Tables