Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/rudderlabs/alerta into c…
Browse files Browse the repository at this point in the history
…hore.updateEnrichmentLib
  • Loading branch information
itsmihir committed Apr 16, 2024
2 parents 03ae17d + 95eb3a6 commit 42e3602
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions alerta/models/alert.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@


sources_search_words = ['sourceID=', 'sourceId=', 'source-id=', 'source=', 'source_id=']
destinations_search_words = ['destID=', 'destinationId=', 'destinationID=', 'destination-id=', 'destId=']
destinations_search_words = ['destID=', 'destinationId=', 'destinationID=', 'destination-id=', 'destId=', 'destination_id=']
transformation_search_words = ['transformationId=', 'transformation_id=']

resourceTypeToSearchWordsMap = {
"source": sources_search_words,
"destination": destinations_search_words,
"source": sources_search_words,
"transformation": transformation_search_words
}

Expand Down
4 changes: 1 addition & 3 deletions alertad.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
AUTH_REQUIRED = True
CUSTOMER_VIEWS = False
PLUGINS = ['amqp','rudder_enrichment']
AMQP_URL = 'redis://localhost:6379'
AMQP_TOPIC = 'notify'
PLUGINS = ['rudder_enrichment']
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version":"2.0.16"
"version":"2.0.17"
}

0 comments on commit 42e3602

Please sign in to comment.