diff --git a/docs/static/transforming-data.asciidoc b/docs/static/transforming-data.asciidoc index cc2d67448..3888975c4 100644 --- a/docs/static/transforming-data.asciidoc +++ b/docs/static/transforming-data.asciidoc @@ -359,8 +359,22 @@ TIP: If you need help building grok patterns, try out the [[lookup-enrichment]] === Enriching Data with Lookups -The plugins described in this section are useful for enriching data with -additional info, such as GeoIP and user agent info. +These plugins can help you enriching data with +additional info, such as GeoIP and user agent info: + +* dns filter +* elasticsearch filter +* geoip filter +* http filter +* jdbc_static filter +* jdbc_streaming filter +* memcached filter +* translate filter +* useragent filter + +[float] +[[lookup-plugins]] +=== Lookup plugins <>:: @@ -450,6 +464,9 @@ For example: } -------------------------------------------------------------------------------- +<>:: + +Provides integration with external web services/REST APIs. <>:: @@ -554,6 +571,9 @@ filter { } -------------------------------------------------------------------------------- +<>:: + +Provides integration with external data in Memcached. <>::